Tomcat Web Application Reload
Reloads a web application running in a Tomcat servlet container. This has the benefit of reloading the web application without affecting any of the other web applications running in the Tomcat container.
Downloads
By downloading this file, you acknowledge that you agree to our Terms of Service
Detailed Description
This handler reload a web application running in a Tomcat servlet container.
Parameters
Name | Description |
---|---|
Web Application Context | The context for the web application that should be reloaded. |
Sample Configuration
Parameter | Example Configuration | Example Value |
---|---|---|
Web Application Context | <%=@answers['Web Application Context']%> | /kinetic |
Results
This handler doesn't return any results.
Change Log
Version | Date | Description |
---|---|---|
V1 | 2016-06-02 | Initial Version |