AW: Change an include file requires re-compiling all JSP that include it (?)

2001-12-12 Thread Ralph Einfeldt
e directive. > -Ursprüngliche Nachricht- > Von: Jeff Kilbride [mailto:[EMAIL PROTECTED]] > Gesendet: Dienstag, 11. Dezember 2001 20:19 > An: Tomcat Users List > Betreff: Re: Change an include file requires re-compiling all JSP that > include it (?) > > > If your included files don&#

Re: Change an include file requires re-compiling all JSP that include it (?)

2001-12-11 Thread Micael Padraig Og mac Grene
At 12:04 PM 12/11/01 -0800, you wrote: > > 1) Where do they go? I don't see them anywhere under my webapp's folder >(I > > thought they go in WEB-INF/classes but they're not there) > > > > 2) Blech, that's what I do now. If I have 100 JSP files all including the > > same header file I'm doomed!

Re: Change an include file requires re-compiling all JSP that include it (?)

2001-12-11 Thread James Chuang
> 1) Where do they go? I don't see them anywhere under my webapp's folder (I > thought they go in WEB-INF/classes but they're not there) > > 2) Blech, that's what I do now. If I have 100 JSP files all including the > same header file I'm doomed! Under Unix, it would be simply "touch *.jsp", no

RE: Change an include file requires re-compiling all JSP that include it (?)

2001-12-11 Thread Chris Tucker
Kilbride [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 11, 2001 11:19 AM To: Tomcat Users List Subject: Re: Change an include file requires re-compiling all JSP that include it (?) If your included files don't contain any JSP code, you can use the directive. This directive includes the

Re: Change an include file requires re-compiling all JSP that include it (?)

2001-12-11 Thread Jeff Kilbride
27;s what I do now. If I have 100 JSP files all including the > same header file I'm doomed! > > -Original Message- > From: James Chuang [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 11, 2001 10:06 AM > To: Tomcat Users List > Subject: Re: Change an incl

RE: Change an include file requires re-compiling all JSP that include it (?)

2001-12-11 Thread Scott Hodson
December 11, 2001 10:30 AM To: Tomcat Users List Subject: Re: Change an include file requires re-compiling all JSP that include it (?) There are 2 ways to include a file: <%@ include file="relativeURL" %> for static files, parsing JSP elements. and | > [ ]+

RE: Change an include file requires re-compiling all JSP that include it (?)

2001-12-11 Thread BBui
PM To: Tomcat Users List Subject:RE: Change an include file requires re-compiling all JSP that include it (?) 1) Where do they go? I don't see them anywhere under my webapp's

RE: Change an include file requires re-compiling all JSP that include it (?)

2001-12-11 Thread Scott Hodson
rom: James Chuang [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 11, 2001 10:06 AM To: Tomcat Users List Subject: Re: Change an include file requires re-compiling all JSP that include it (?) A couple of things you can do, both would be easier than resaving all the JSPs 1. Delete the generated cla

Re: Change an include file requires re-compiling all JSP that include it (?)

2001-12-11 Thread Sreenivasan Genipudi
Hi , Can anyone tell me where I can I find the redirector file for IPlanet 6 - Tomcat 3.2.4 on Hp Unix. Pls help me. Thanks, Sreeni -- To unsubscribe: For additional commands: Troubles with the list:

Re: Change an include file requires re-compiling all JSP that include it (?)

2001-12-11 Thread Pablo Lillia
" <[EMAIL PROTECTED]> >Sent: Tuesday, December 11, 2001 10:00 AM >Subject: Change an include file requires re-compiling all JSP that include >it (?) > > > > I come from an ASP background where we would frequently change include >files > > and see the results immedia

Re: Change an include file requires re-compiling all JSP that include it (?)

2001-12-11 Thread James Chuang
sday, December 11, 2001 10:00 AM Subject: Change an include file requires re-compiling all JSP that include it (?) > I come from an ASP background where we would frequently change include files > and see the results immediately. However, in JSP, since JSP pages are > compiled into servlet

Change an include file requires re-compiling all JSP that include it (?)

2001-12-11 Thread Scott Hodson
I come from an ASP background where we would frequently change include files and see the results immediately. However, in JSP, since JSP pages are compiled into servlet classes, if I change an include file the JSP file including it won't get re-compiled because the JSP hasn't changed, just the in