Hello, Is it possible to rename a jsp file in tomcat? I noticed I can rename from 'abc.jsp.out' to 'abc.jsp' but it does not allow renaming from 'abc.jsp' to 'abc.jsp.out' after I access the jsp. I guess once the jsp is accessed tomcat creates the jsp class and then onwards it maintains one to one mapping between jsp file and corresponding class file.
Could you please any feedback? Chinmoy