lasneyx / tomcat-runner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other


Languages

Language:Java 100.0%