D
David Cleary
Guest
Deploying a new web application will not automatically start the web application because we have disabled that for security reasons. There probably is a way to configure Tomcat to allow this. We do allow you to start and stop a web application (an ABL application is one or more Web Applications) that is already deployed. If you have Tomcat Manager installed, the you can do a tcman disable. If you do not, it can be done though JMX. This shuts down the transports, but not the session manager, which can be shared among web apps. We also have an API to bounce the agent process without taking down the server. This will allow you to reset any static or singleton r-code a session may have loaded. You need oemanager installed to access this through REST, or use JMX. Once you have made your changes, you can start the webapp up by doing a tcman enable. Dave
Continue reading...
Continue reading...