Re: API call to reload Tomcat web application

2008-03-17 Thread jamieb
ailed or slow >>>> uploads won't cause problems then.) >>>> >>>> >>>> >>>> You can also use the included Tomcat Ant tasks, I think, (see >>>> bin/catalina-tasks.xml) >>>> >>>> See also: >>>>

Re: API call to reload Tomcat web application

2008-03-17 Thread jamieb
t;> >>> See also: >>> >>> http://tomcat.apache.org/tomcat-6.0-doc/monitoring.html >>> http://tomcat.apache.org/tomcat-6.0-doc/mbeans-descriptor-howto.html >>> >>> The Tomcat manager app uses JMX AFAIK, so you could examine the sourc

Re: API call to reload Tomcat web application

2008-03-17 Thread Pid
jamieb wrote: Hi Thanks for the tip. While I am very grateful for your advice, I am not sure I like either of the approaches. I was hoping just to call a Tomcat API function directly from my web application. Tomcat provides an API, in the form of JMX. Is'nt there a method called restart() o

Re: API call to reload Tomcat web application

2008-03-17 Thread jamieb
ml > > The Tomcat manager app uses JMX AFAIK, so you could examine the source > code if you wanted to customise your own utility. > > > p > > > > >> Much appreciate >> >> Jamie >> >> > > > --------------------- > To

Re: API call to reload Tomcat web application

2008-03-16 Thread Pid
jamieb wrote: Hi there I am busy implementing an auto update facility for a Tomcat web application. As part of the auto update process, the auto update code needs to unpack the changed class files and reload the Tomcat web application. I am aware that you can configure Tomcat to automatically

Re: API call to reload Tomcat web application

2008-03-15 Thread Martin Gainty
t; <[EMAIL PROTECTED]> To: Sent: Saturday, March 15, 2008 2:21 AM Subject: API call to reload Tomcat web application > > Hi there > > I am busy implementing an auto update facility for a Tomcat web application. > As part of the auto update process, the auto update code needs to unpac

API call to reload Tomcat web application

2008-03-15 Thread jamieb
t web application from within that application? Much appreciate Jamie -- View this message in context: http://www.nabble.com/API-call-to-reload-Tomcat-web-application-tp16065357p16065357.html Sent from the Tomcat - User mailing list archive at Nabbl