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]>

Reply via email to