| Author |
i am facing jsp update problem in linux tomcat server
|
Jagoutar singh mourya
Greenhorn
Joined: May 06, 2008
Posts: 1
|
|
please tell me the solution about the following problem. the problem is that when i m updating the jsp but the update in jsp does not reflected in browser... this is because there is class file exit already of that jsp, due to once compilation. if i m deleting the class file of that jsp then it reflect the updates.... how can i solve this problem please tell me.. i think there is some configuration changes may be happened in tomcat...
|
 |
Martijn Verburg
author
Bartender
Joined: Jun 24, 2003
Posts: 3268
|
|
Hi there, Is your JSP in a WAR or in a exploded WAR directory structure? What version of Tomcat are you using? Indeed Tomcat compiles your JSP and uses that compiled class, see this link to see how you can make it always pick up your new changes. Hope that helps!
|
Cheers, Martijn - Blog,
Twitter, PCGen, Ikasan, My The Well-Grounded Java Developer book!,
My start-up.
|
 |
 |
|
|
subject: i am facing jsp update problem in linux tomcat server
|
|
|