Re: precompiling JSPs -- how to resolve references normally resolved by apache?

2005-10-06 Thread ut9h-3pye
Jon, Thanks for your help. The uribase and uriroot were not set correctly. Here is the final version that I got working. I had one additional twist that I needed to copy the JSP files to another location first using the ant task. I set uriroot to the webapps root {dir}/html, and then jasper2 au

Re: precompiling JSPs -- how to resolve references normally resolved by apache?

2005-10-06 Thread Jon Wingfield
Unless you have a directory ${TOP}/web/html/jsp/jsp your uribase/uriroot probably aren't right. [EMAIL PROTECTED] wrote: Hi, I am trying to get our JSPs to be precompiled as part of our ant build process to catch all syntax errors at compile time. The problem I have run into is that we are us

Re: precompiling jsps

2003-07-13 Thread Simon Pabst
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jasper-howto.html#Web%20Application%20Compilation (didn't work for me though, had some CLASSPATH problems which i didn't investigate further yet) At 12:31 13.07.2003 +0800, you wrote: Hi, How do you precompile jsps for tomcat? Is it possible to pa

Re: Precompiling JSPs

2003-06-19 Thread Andoni
"Robert Priest" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Wednesday, June 18, 2003 3:51 PM Subject: RE: Precompiling JSPs > You should read up on the JspC task: > http://ant.apache.org/manual/OptionalTasks/jspc.html

RE: Precompiling JSPs

2003-06-18 Thread Robert Priest
: Precompiling JSPs Andoni, I do this in Sun One Studio, where I do all my Java development. You can compile JSPs just as you can compile java source. Andy > -Original Message- > From: Andoni [mailto:[EMAIL PROTECTED] > Sent: 18 June 2003 10:25 > To: Tomcat Users Li

RE: Precompiling JSPs

2003-06-18 Thread Andy Eastham
Andoni, I do this in Sun One Studio, where I do all my Java development. You can compile JSPs just as you can compile java source. Andy > -Original Message- > From: Andoni [mailto:[EMAIL PROTECTED] > Sent: 18 June 2003 10:25 > To: Tomcat Users List > Subject: Precompiling JSPs > > > H

Re: Precompiling JSPs

2003-06-18 Thread Ben Souther
Have you tried compiling the servlet source files in the work directory? On Wednesday 18 June 2003 05:25 am, Andoni wrote: > Hello, > > I have a build.cmd file that I have had and modified for every project I've > done for years. I should probably go learn ANT or some other build > technique

RE: Precompiling JSPs

2003-06-18 Thread Wayne Chang
Andoni, Justin Ruthenbeck helped me with this situation. Direct your browser to: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jasper-howto.html and look at "Web Application Compilation". See if that helps you. Best regards, Wayne Chang Pacific Northwest Software Mobile: (978) 869-3446

Re: Precompiling JSPs for Tomcat

2002-08-12 Thread Sean LeBlanc
On 08-09 15:21, Rossen Raykov wrote: > Try something like: > > > > > > > > > > ... > > > > > classname="org.apache.jasper.JspC" > classpath="${compile.classpath}" > fork="true" > failonerror="true"> > > > > > > >value="-Djava.endorsed.dirs=${to

RE: Precompiling JSPs for Tomcat

2002-08-09 Thread Rossen Raykov
Try something like: ... Regards, Rossen > -Original Message- > From: Sean LeBlanc [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 09, 2002 2:18 PM > To: [EMAIL PROTECTED] > Subject: Precompiling JSPs for Tomcat > > > Hi all

Re: precompiling jsps

2000-11-17 Thread Wyn Easton
Check out the jspc.bat file shipped with Tomcat. --- Stéphane_Laurière <[EMAIL PROTECTED]> wrote: > Using Tomcat, is there a way like in RESIN, to precompile all jsps ? > Regards, > Stephane > > = Wyn Easton [EMAIL PROTECTED] __ Do You Yaho