Thank you Anthony,

is that new in tomcat-4.x? As far as I remember in tomcat-3.2.x JSP files got 
recompiled only in case of reloadable=true.

Zsolt


On Tuesday 26 March 2002 20:39, you wrote:
> If the JSP file is modified it will be recompiled.  If you are actually
> generating JSP files then when the generation finishes and the page is
> first requested the JSP will be compiled.  You can also force compilation
> by updating the last modified time by 'touch'ing the file.
>
> Sincerely,
> Anthony Eden
>
> > -----Original Message-----
> > From: Zsolt Koppany [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, March 26, 2002 10:40 AM
> > To: [EMAIL PROTECTED]
> > Subject: Getting a JSP re-compiled from run-time (I don't mean
> > reloadable=true)
> >
> >
> > Hi,
> >
> > my application wants to generate JSP files during runtime and depending
> > on application logic. I understand that setting reloadable=true would
> > solve the problem but that would affect the run time performance of
> > tomcat. What I mean: when I generate (modify) a JSP file I want tomcat to
> > recompile that JSP file regardless whether reloadable is true or false.
> >
> > How could I do that?
> >
> > --
> > Zsolt Koppany
> >
> >
> > --
> > To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> > For additional commands: <mailto:[EMAIL PROTECTED]>
> > Troubles with the list: <mailto:[EMAIL PROTECTED]>

-- 
Zsolt Koppany

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

Reply via email to