That sounds like it should work to me. I do the same thing every day.
Perhaps this code has also been compiled into a jar and is sitting in
WEB-INF/lib or tomcat/shared.
Or try deleting the files in the tomcat/work directory. I think
technically this shouldn't fix it, but it doesn't hurt if
Hello,
I am very new to tomcat, I hope someone is able to help me out.
There is a Java application sitting in one of the servers and I have been asked
to modify some code in there.
I figured out that the code need to be changed is in one of the class files,
so I found the java source code, mo