Hi Gary

Use the Web.xml file Exceptional Handling in tomcat with either
<erro-page> or <error-code>


<error-page>
  <error-code>500</error-code>
  <location>/error-pages/servererror.jsp</location>
</error-page>

Cheers
A

-----Original Message-----
From: Gurpreet Dhanoa [mailto:[EMAIL PROTECTED] 
Sent: Friday, January 02, 2004 12:27 PM
To: Struts Users Mailing List
Subject: Tomcat Shutdown Control

Hi Guys,

In my application I am generating left and right navigation pages of the
site dynamicaly. Now if my page is under the
processing . that means If tomcat is processing the page and i shutdown
the servcie of Tomcat then half of the page 
display null coz full processing was not done.

Now my concern is to control the Tomcat service.I want to display the
user friendly page whenever my Tomcat server
is going to be shutdown,


I expect to get some helps and sggestions.
Sincers Regards
Gary


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to