Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Tomcat 4.1: Application reloads itself without my permission!

Status
Not open for further replies.

TheElephantMan

Programmer
Jun 18, 2004
42
US
Hi, all.

Up here at Acme Widgets, we're using Apache Tomcat as part of a fancy IVR application that sits over our call center. Throughout a typical Production day, one of the log files will occasionally indicate that our IVR application's context is reloading.

Looking through the Tomcat documentation, this seems to be because the reloadable="true" element is set in the <Context> tag in one of the Tomcat configuration files. According to the Tomcat docs, reloadable="true" should only be used in a Development environment, given the high level of system overhead it creates.

As I'm new to this particular application, and the documentation is pretty scant, I'm trying to figure out why we've configured our Production application to run in this fashion. So, here are my questions:

1. What are some drawbacks of changing reloadable from true to false?
2. What might be causing our application to reload itself?

Thanks for the assistance!

TEM
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top