Reload web application from my JSP

2007-10-15 Thread Andrew Hole
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. Thanks a lot - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail:

Re: Reload web application from my JSP

2007-10-15 Thread Pid
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

Re: Reload web application from my JSP

2007-10-15 Thread Johnny Kewl
[EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Monday, October 15, 2007 9:58 AM Subject: Reload web application from my JSP 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. Ouch