Andrew Hole wrote: > How can I , inside my JSP, call manager url to reload my web > application? I need to call my JSP, because I do more things than > reload.
Urgh - not sure you really want to write a web UI that manipulates another web UI. You could look into JMX, Tomcat implements useful API functions using this technology. I have a feeling that the manager servlet implements JMX to control Tomcat. p > Thanks a lot > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]