Is it possible to rename a jsp file in tomcat?

2010-12-15 Thread Chinmoy Chakraborty
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

RE: Is it possible to rename a jsp file in tomcat?

2010-12-15 Thread Caldarale, Charles R
From: Chinmoy Chakraborty [mailto:cch...@gmail.com] Subject: Is it possible to rename a jsp file in tomcat? 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

Re: Is it possible to rename a jsp file in tomcat?

2010-12-15 Thread Mark Thomas
On 15/12/2010 13:44, Caldarale, Charles R wrote: From: Chinmoy Chakraborty [mailto:cch...@gmail.com] Subject: Is it possible to rename a jsp file in tomcat? 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

Re: Is it possible to rename a jsp file in tomcat?

2010-12-15 Thread Chinmoy Chakraborty
Thanks for your reply...my requirement is i want to disable and enable a jsp repeatedly (whether accessed or not) depending on certain custom flag. how i can achieve this in tomcat? On Wed, Dec 15, 2010 at 7:14 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Chinmoy

Re: Is it possible to rename a jsp file in tomcat?

2010-12-15 Thread Pid
On 15/12/2010 13:51, Chinmoy Chakraborty wrote: Thanks for your reply...my requirement is i want to disable and enable a jsp repeatedly (whether accessed or not) depending on certain custom flag. how i can achieve this in tomcat? I dread to think what the answer will be, but why, exactly? p

Re: Is it possible to rename a jsp file in tomcat?

2010-12-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 12/15/2010 8:51 AM, Mark Thomas wrote: On 15/12/2010 13:44, Caldarale, Charles R wrote: From: Chinmoy Chakraborty [mailto:cch...@gmail.com] Subject: Is it possible to rename a jsp file in tomcat? Is it possible to rename a jsp file in

Re: Is it possible to rename a jsp file in tomcat?

2010-12-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chinmoy, On 12/15/2010 8:51 AM, Chinmoy Chakraborty wrote: Thanks for your reply...my requirement is i want to disable and enable a jsp repeatedly (whether accessed or not) depending on certain custom flag. how i can achieve this in tomcat? Might