RE: ejbs and sql server

2003-02-28 Thread Robert Csiki
At least he got an answer :) ... I put a valid question about 3 hours ago and nothing :(( Robert -Original Message- From: Vernon Wu [mailto:[EMAIL PROTECTED] Sent: February 28, 2003 2:34 PM To: Tomcat Users List Subject: Re: ejbs and sql server It doesn't seem to be a right mail list f

RE: Compile JSP on Tomcat Startup

2003-02-28 Thread Robert Csiki
I'm looking for (almost) the same solution, but it seems like it is not possible to do that. After obtaining .java files from JSPs, you can easily use a compiler for obtaining .class files, but that's not the only issue you will have. Please read my questions (10-20 e-mails below) and you'll se why

Pre-compiling JSPs

2003-02-28 Thread Robert Csiki
lot in advance, Robert -Original Message----- From: Robert Csiki [mailto:[EMAIL PROTECTED] Sent: February 28, 2003 9:59 AM To: 'Tomcat Users List' Subject: Pre-compiling JSPs Hi there, I'm trying to pre-compile all the JSPs before deploying and running my web app (for fast init

Pre-compiling JSPs

2003-02-28 Thread Robert Csiki
sn't mangle the generated Java sources names and it also sets the package differently. And that's enough to prevent the compiled classes being recognized at runtime. Didn't understand exactly why 2 contexts? Any idea about how to handle this problem? Thank you, Robert Csiki