Re: [JBoss-dev] Possible to use Jikes to compile Jsp with Jetty?

2002-05-30 Thread Stephen Coy
One of our guys came up with this target in our build file: !-- Generate java from Jsp files and compile them -- target name=jsp-precompile depends=prepare,compile,dummy_webdoclet unless=no-jsp-precompile java classname=org.apache.jasper.JspC fork=true

Re: [JBoss-dev] Possible to use Jikes to compile Jsp with Jetty?

2002-05-30 Thread lsanders
This was killing us too. To solve this, we developed two tools: 1) An ant task that invokes jasper's jspc to translate jsps. 2) A wrapper servlet around jasper that will first check for and use a precompiled jsp if it exists, and if not fall back to the default mode of translating / compiling at

[JBoss-dev] Possible to use Jikes to compile Jsp with Jetty?

2002-05-29 Thread Jason Dillon
If so, can some one explain this to me. Jsp compiles are killing us on the website, hard to test new versions... --jason ___ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas --

Re: [JBoss-dev] Possible to use Jikes to compile Jsp with Jetty?

2002-05-29 Thread Dmitri Colebatch
You can pre-compile JSPs, if its compile errors you're worried about. hth dim - Original Message - From: Jason Dillon [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 30, 2002 4:14 PM Subject: [JBoss-dev] Possible to use Jikes to compile Jsp with Jetty? If so, can some one