Skip to content

lasneyx/tomcat-runner

 
 

Repository files navigation

Step 1: Choose the Apache Tomcat folder.
Step 2: Add a context path and the target web folder generated by Maven.
Step 3: Declare VM args if needed.
Step 4: Run it.

How it work? When configuration is started, the process clean the webapp folder under tomcat installation, create folder with name of context and then copy the target folder content into this folder. After this step, the plugin call the main class of Tomcat Bootstrap.

Possible problems:

  • No write permission on tomcat folders;

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%