If you wanted to go that route, might as well call wget or curl to hit the manager webapp with a reload command. The OP is trying to reload one webapp, not the entire tomcat.

--David

David Kerber wrote:
David Smith wrote:
Don't think so. The next best things are a) using the manager webapp to reload or b) design the webapp to reload local config information itself. The only down side to (b) is it can't work on resources defined in tomcat configs like database pools.
Couldn't you call an external batch file that stopped and then restarted Tomcat? Like calling a windows .cmd file that issued NET STOP and NET START commands? That's not exactly the application itself doing the restart, but it's probably close enough for most purposes.

D


--David

[EMAIL PROTECTED] wrote:
Hello,
is there any way to reload deployed application from the application itself?
I suppose there must be an API to do that.

Thanks in advance,
Milos Kovacevic


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--
David Smith
Network Operations Supervisor
Department of Entomology
Cornell University
2132 Comstock Hall
Ithaca, NY 14853
Phone: (607) 255-9571
Fax: (607) 255-0940


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to