Hi,
When I changed the JSP file in tomcat its not updating immediatly. It reffers the old JSP file's servlet class and its not update servlet class for the updated JSP file. So when ever I update the JSP file I need to delete the priviously generated servlet class in work directory. How can I fix the problem.

