Re: JSP Again

2003-04-02 Thread Konstantin Piroumian
The JSPEngine in Cocoon simply calls another servlet to get the result of JSP and then the output is served directly via JSPReader or parsed into XML via JSPGenerator and then served. So Jasper won't work on Jetty, cause seems that it has dependencies on Tomcat. To make JSPs work you should change

Re: JSP Again

2003-04-01 Thread Sushil Bhattarai
Are you using Tomcat? I'm not sure that Jasper compiler works with Jetty. Konstantin - Original Message - From: Sushil Bhattarai To: [EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 01:41 Subject: JSP Again Hi all, Previously I've had problem with JSP but I was able to fix it.

Re: JSP Again

2003-03-31 Thread Konstantin Piroumian
iler works with Jetty. Konstantin - Original Message - From: Sushil Bhattarai To: [EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 01:41 Subject: JSP Again Hi all, Previously I've had problem with JSP but I was able to fix it. Then I was using older version of Cocoon and Tomcat as the s

JSP Again

2003-03-31 Thread Sushil Bhattarai
Hi all, Previously I've had problem with JSP but I was able to fix it. Then I was using older version of Cocoon and Tomcat as the server. Now I'm using cocoon-2.0.4 on JBoss 3.0.4. Both JSP Generator and JSPReader do not seem to work. I tried adding jasper-compiler.jar and jasper-runtime.jar to W