how to restart Tomcat programmatically ?

2003-10-08 Thread Shekhar Suman
I have a web application running on Tomcat standalone server. The requirement is to restart the server from the web application's browser window by clicking a button. How can I do this using Tomcat APIs or files ? Note: the requirement is not to reload or redeploy the web app, but to restart the

Refresh of Servlets

2003-10-08 Thread Fuchur1476 huuil
Shalom, i 'm trying to refresh my servlet, but it won't work. I tried with javascript but it seéms to work only with *.html Any ideas for me, please ? THX Bastian __ Die Besten ihrer Klasse! WEB.DE FreeMail (1,7) und W

Re: Refresh of Servlets

2003-10-08 Thread Tomas Hubalek
Which servlet container do you use? which browser do you use? Did you specify time validity of servlet output? Tom Shalom, i 'm trying to refresh my servlet, but it won't work. I tried with javascript but it seéms to work only with *.html Any ideas for me, please ? THX Bastian _

AW: Refresh of Servlets

2003-10-08 Thread Fuchur
Shalom, thanks for your quick response. I use Tomcat V 4.1.27. Microsoft's IE 6 (i think ) what do you mean with time validity ? Well it seems to work now. I use this : but it isn't very comfortable. It refreshes this Servlet every 9 seconds. My ordinary problem was that i have 4 Butt

Re: Refresh of Servlets

2003-10-08 Thread K R Viju
Disable the buttons. call the servlet. finish the job. call back a _javascript_ method and enable the button...   Viju - Original Message - From: Fuchur To: [EMAIL PROTECTED] Sent: Wednesday, October 08, 2003 11:21 PM Subject: AW: Refresh of Servlets Shalom,than