| Author |
Context Reload Problem
|
Brandon Jones
Greenhorn
Joined: Oct 20, 2010
Posts: 1
|
|
I have a trouble with Tomcat context reloading. Almost everyday, application context is automatically reloaded.
Here is the event log:
My context parameters are:
What are the possible reasons that may cause this situation? I didn't change anything on system. Might it occur because of a network problem?
Any help is welcome.
Thanks
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14456
|
|
Welcome to the JavaRanch, Brandon!
Your supplied information is pretty limited, but it suggests that something is deleting a Java class from the WAR while the WAR is running. That would certainly cause the context to redeploy. And probably less pleasant things as well, depending on how things are put together for that particular app.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
 |
|
|
subject: Context Reload Problem
|
|
|