Re: [Kin-Man] Jasper compiling wrong stuff in the wrong place...

2002-05-22 Thread jean-frederic clere
Pier Fumagalli wrote: > > "jean-frederic clere" <[EMAIL PROTECTED]> wrote: > > > Pier Fumagalli wrote: > >> > >> "jean-frederic clere" <[EMAIL PROTECTED]> wrote: > >> > >>> Pier Fumagalli wrote: > > "Remy Maucherat" <[EMAIL PROTECTED]> wrote: > > > Thanks for the report Pier.

Re: [Kin-Man] Jasper compiling wrong stuff in the wrong place...

2002-05-21 Thread Pier Fumagalli
"Kin-Man Chung" <[EMAIL PROTECTED]> wrote: > >> >>> Haven't seen that before, and no idea why it's so. You'll need to >>> give me a test case. >> >> Test case: touch >> >> $CATALINA_HOME/webapps/examples/jsp/colors/colrs.jsp >> >> So that Jasper will have to recompile it, and it will try (

Re: [Kin-Man] Jasper compiling wrong stuff in the wrong place...

2002-05-21 Thread Pier Fumagalli
"jean-frederic clere" <[EMAIL PROTECTED]> wrote: > Pier Fumagalli wrote: >> >> "jean-frederic clere" <[EMAIL PROTECTED]> wrote: >> >>> Pier Fumagalli wrote: "Remy Maucherat" <[EMAIL PROTECTED]> wrote: > Thanks for the report Pier. I had been wondering for AGES why the CL wo

Re: [Kin-Man] Jasper compiling wrong stuff in the wrong place...

2002-05-21 Thread Kin-Man Chung
> > > Haven't seen that before, and no idea why it's so. You'll need to > > give me a test case. > > Test case: touch > > $CATALINA_HOME/webapps/examples/jsp/colors/colrs.jsp > > So that Jasper will have to recompile it, and it will try (the first time) > to recompile also: > > $CATALINA_

Re: [Kin-Man] Jasper compiling wrong stuff in the wrong place...

2002-05-21 Thread jean-frederic clere
Pier Fumagalli wrote: > > "jean-frederic clere" <[EMAIL PROTECTED]> wrote: > > > Pier Fumagalli wrote: > >> > >> "Remy Maucherat" <[EMAIL PROTECTED]> wrote: > >> > >>> Thanks for the report Pier. I had been wondering for AGES why the CL would > >>> reload the webapp "randomly" after accessing a

Re: [Kin-Man] Jasper compiling wrong stuff in the wrong place...

2002-05-21 Thread Pier Fumagalli
"jean-frederic clere" <[EMAIL PROTECTED]> wrote: > Pier Fumagalli wrote: >> >> "Remy Maucherat" <[EMAIL PROTECTED]> wrote: >> >>> Thanks for the report Pier. I had been wondering for AGES why the CL would >>> reload the webapp "randomly" after accessing a JSP, telling that a bean >>> class had

Re: [Kin-Man] Jasper compiling wrong stuff in the wrong place...

2002-05-21 Thread jean-frederic clere
Pier Fumagalli wrote: > > "Remy Maucherat" <[EMAIL PROTECTED]> wrote: > > > Thanks for the report Pier. I had been wondering for AGES why the CL would > > reload the webapp "randomly" after accessing a JSP, telling that a bean > > class had been modified. I couldn't find a reason why it was a bu

Re: [Kin-Man] Jasper compiling wrong stuff in the wrong place...

2002-05-17 Thread Pier Fumagalli
"Remy Maucherat" <[EMAIL PROTECTED]> wrote: > Thanks for the report Pier. I had been wondering for AGES why the CL would > reload the webapp "randomly" after accessing a JSP, telling that a bean > class had been modified. I couldn't find a reason why it was a bug (the > logging I added to investi

Re: [Kin-Man] Jasper compiling wrong stuff in the wrong place...

2002-05-17 Thread Remy Maucherat
> "Kin-Man Chung" <[EMAIL PROTECTED]> wrote: > > > Long time no see/talk/eamil. How are you? > > I'm on this mailing list posting almost every day :) > > > Haven't seen that before, and no idea why it's so. You'll need to > > give me a test case. > > Test case: touch > > $CATALINA_HOME/webapps/

Re: [Kin-Man] Jasper compiling wrong stuff in the wrong place...

2002-05-17 Thread Pier Fumagalli
"Kin-Man Chung" <[EMAIL PROTECTED]> wrote: > Long time no see/talk/eamil. How are you? I'm on this mailing list posting almost every day :) > Haven't seen that before, and no idea why it's so. You'll need to > give me a test case. Test case: touch $CATALINA_HOME/webapps/examples/jsp/colors

Re: [Kin-Man] Jasper compiling wrong stuff in the wrong place...

2002-05-17 Thread Kin-Man Chung
+0100 > From: Pier Fumagalli <[EMAIL PROTECTED]> > Subject: [Kin-Man] Jasper compiling wrong stuff in the wrong place... > To: Tomcat Developers List <[EMAIL PROTECTED]> > MIME-version: 1.0 > Content-transfer-encoding: 7bit > Delivered-to: mailing list [EMAIL PROTECTE

Re: [Kin-Man] Jasper compiling wrong stuff in the wrong place...

2002-05-17 Thread jean-frederic clere
Pier Fumagalli wrote: > > When I touch the "clsr.jsp" jsp example with Tomcat 4.0.4 (and before), > Jasper tries to compile also the bean associated with it (although it wasn't > modified)... My only problem is that it tries to compile it in the /WEB-INF/ > directory of the application (and it do

[Kin-Man] Jasper compiling wrong stuff in the wrong place...

2002-05-17 Thread Pier Fumagalli
When I touch the "clsr.jsp" jsp example with Tomcat 4.0.4 (and before), Jasper tries to compile also the bean associated with it (although it wasn't modified)... My only problem is that it tries to compile it in the /WEB-INF/ directory of the application (and it doesn't have permissions to write t