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 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 jsp.
>
> It's not entirely clear what your goal is here.  I can only surmise that
> you want to disable use of a JSP that's already been accessed once; if that
> is indeed the case, you will have to replace it with a newer one of the same
> name that essentially does nothing.
>
> Telling us your requirement rather than your method always helps.
>
>  - Chuck
>
>
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> MATERIAL and is thus for use only by the intended recipient. If you received
> this in error, please contact the sender and delete the e-mail and its
> attachments from all computers.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

Reply via email to