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
<dependency>
<groupId>org.dbflute.tomcat</groupId>
<artifactId>tomcat-boot</artifactId>
<version>0.8.5</version>
</dependency>
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>
Apache License 2.0
comming soon...
TomcatBoot is used by:
- Fess: https://github.com/codelibs/fess (from version10)
Deeply Thanks!