Looks like Glenn Nielsen beat me to it. He just added this today.

Thanks Glenn!

Abe

-----Original Message-----
From: Abraham Fathman [mailto:[EMAIL PROTECTED]] 
Sent: Monday, May 06, 2002 12:43 AM
To: 'Tomcat Users List'
Subject: RE: JSP-pages and reloadable


Craig,

Good advice! I'll work on it. Thanks for the encouragement.

Abe

-----Original Message-----
From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] 
Sent: Sunday, May 05, 2002 6:06 PM
To: Tomcat Users List
Cc: [EMAIL PROTECTED]
Subject: RE: JSP-pages and reloadable




On Sun, 5 May 2002, Abraham Fathman wrote:

> Date: Sun, 5 May 2002 00:16:31 -0400
> From: Abraham Fathman <[EMAIL PROTECTED]>
> Reply-To: Tomcat Users List <[EMAIL PROTECTED]>
> To: 'Tomcat Users List' <[EMAIL PROTECTED]>,
> [EMAIL PROTECTED]
> Subject: RE: JSP-pages and reloadable
>
> I have had that problem before: included jsp's updating but the outer
> one not compiling. Why doesn't this feature get added to tomcat?
>

The best way to get something like this added is to send a patch
enabling this feature to the TOMCAT-DEV list.

> I know weblogic does it and it is quite an annoyance in tomcat....
>

Many of Tomcat's favorite features came out of users wanting it, so they
learned enough about the code to propose a fix themselvs.  It *is* open
source, after all :-).

> Abe
>

Craig


> -----Original Message-----
> From: Jay Gardner [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, May 04, 2002 9:59 PM
> To: Tomcat Users List
> Subject: RE: JSP-pages and reloadable
>
>
> I have run into similar problems before. It turned out to be one of 
> two things. Either I had to force my browser to reload or I was making

> changes in a JSP that was an include for another JSP. I am sure you 
> have tried the first. I don't know if the second is what you are 
> doing, but if it is, you will need to save the outer JSP so the 
> timestamp changes. Then both the outer and any included JSPs will be 
> re-compiled. Other than that I don't know what the problem could be.
>
> Regards,
>
> --JG
>
>
> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, May 04, 2002 10:58 AM
> To: Tomcat Users List
> Subject: Re: JSP-pages and reloadable
>
> Mattias Brändström wrote:
>
> > >>I have a simple question. Is there a way to get Tomcat to handle 
> > >>JSP-pages the same way it does classes in WEB-INF when you set 
> > >>reloadable="true" in your Context-element. It is a bit cumbersome 
> > >>to
>
> > >>restart tomcat and apache every time I have made a change to my
> JSP-page...
> > >
> > > You don't have to restart Tomcat /Apache when the jsp-page is 
> > > changed. Just reload it in your browser.
> > >
> > For some reason that doesn't work for me. Is there some kind of 
> > special configuration that needs to be done or should that work 
> > automaticaly?
>
> I think it's ...
>
>   <Context ...  reloadable="true" ... />
>
> P.
>
>
>
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
>
>
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
>
>
>
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
>
>


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>



--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to