Skip to content

dbflute-session/tomcat-boot

Repository files navigation

TomcatBoot

Unit Test OWASP Dependency Check

simple boot library of Tomcat

new TomcatBoot(8091, "/dockside").asDevelopment().bootAwait();

No need to shutdown previous process when you restart it.
Automatically shutdown before next process boot

Information

Maven Dependency

<dependency>
    <groupId>org.dbflute.tomcat</groupId>
    <artifactId>tomcat-boot</artifactId>
    <version>0.8.5</version>
</dependency>

if you use JSP

Add the jasper to your dependencies like this:

<dependency> <!-- for jsp -->
    <groupId>org.apache.tomcat</groupId>
    <artifactId>tomcat-jasper</artifactId>
    <version>9.0.19</version>
</dependency>

License

Apache License 2.0

Official site

comming soon...

Thanks, Friends

TomcatBoot is used by:

Deeply Thanks!

About

boot library for web application by Tomcat

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages