"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/colrs.jsp

So that Jasper will have to recompile it, and it will try (the first time)
to recompile also:

 $CATALINA_HOME/webapps/examples/WEB-INF/classes/colors/ColorGameBean.java

But putting its class back into

 $CATALINA_HOME/webapps/examples/WEB-INF/classes/colors/ColorGameBean.class

Not into

 $CATALINA_HOME/work/......

That's pretty nasty, as the user under which the Tomcat process is running
is not (and can not) write into

 $CATALINA_HOME/webapps/.....

(call it security)

> Why aren't you using jasper2 instead?  Glenn's recompilation stuff
> works great!

Because I'm in production, and I don't trust the code (yet)... I have to
serve an average of 400/500 thousand JSP pages a day out of that server, and
seriously, I'm not going to run my entire site over a JSP compiler which
came out less than one month ago :)

    Pier


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

Reply via email to