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
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
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
_
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
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