Re: Restarting tomcat from web page

2003-12-08 Thread Altug B. Altintas
hi, could u please give an example ? - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, December 05, 2003 4:09 PM Subject: RE: Restarting tomcat from web page Howdy, It does matter from a practicality perspective: tomcat

Re: Restarting tomcat from web page

2003-12-05 Thread Altug B. Altintas
it doesn't matter, but restarting all of tomcat much better. - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, December 04, 2003 6:03 PM Subject: RE: Restarting tomcat from web page Howdy, Restarting all of tomcat

RE: Restarting tomcat from web page

2003-12-05 Thread Shapira, Yoav
ChemInformatics -Original Message- From: Altug B. Altintas [mailto:[EMAIL PROTECTED] Sent: Friday, December 05, 2003 4:21 AM To: Tomcat Users List Subject: Re: Restarting tomcat from web page it doesn't matter, but restarting all of tomcat much better. - Original Message - From

Re: Restarting tomcat from web page

2003-12-04 Thread Tim Funk
I have heard of this done by using a second webserver with perl installed and then using Perl Win32 calls from webserver A to webserver B to restart the server. You could always run the other webserver on a high protected port so you don't need a second box. -Tim Altug B. Altintas wrote: Hi

RE: Restarting tomcat from web page

2003-12-04 Thread Shapira, Yoav
Howdy, Restarting all of tomcat or just selected webapps? Yoav Shapira Millennium ChemInformatics -Original Message- From: Altug B. Altintas [mailto:[EMAIL PROTECTED] Sent: Thursday, December 04, 2003 10:57 AM To: Tomcat Users List Subject: Restarting tomcat from web page Hi How can i

Re: Restarting tomcat from web page

2003-12-04 Thread Rodrigo Ruiz
The only way to restart a Windows service is through native code. You could use JNDI, or Runtime.exec() to run a net stop net start script, or a perl script, or a vbs one... there are many options here :-) Apart from protecting the page, I would also implement a first step with a countdown,