I am using Tomcat5.5 server. I am precompiling all my JSPs using jasper2. Can i get source code changed, when i am changing the corresponding JSP live in production environment?
I want to know, how can i get the java source code changed when i am changing my jsps live, I have all my JSPs precompiled. And if i change any JSP, I am not seeing that change in Java Source Code of that jsp.