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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Baffling tomcat issue

Status
Not open for further replies.

baronred

Programmer
Joined
Oct 3, 2009
Messages
1
Location
US
Hi,

I have deployed tomcat on Redhat 9 and everything seemed to work well. My webapps are deployed to /usr/local/tomcat/webapps folder. Today I tried to redeploy a jsp application replacing the old one. However this has no effect and the class files of the old application are still being picked up.
I am at loss to understand why this is the case.

I have tried searching for these old files using all the tricks I know (find, grep, environment variables, WEB-INF etc). I am still clueless. Any suggestions or as anybody come across this issue before? Am I missing something very obvious?
 
Please try to remove the compiled classes of jsp and jsp files in
/usr/local/tomcat/jakarta-tomcat-5/work/Catalina/localhost/your_context/org/apache/jsp/*
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top