> From: Raul Wild-Spain [mailto:[EMAIL PROTECTED]] 
> 
> > No wonder that JSP fails. The default settings of the 
> JSPEngine in Cocoon
> > are for Tomcat and not Resin. Take a look at 
> WEB-INF/cocoon.xconf and
> change
> > the <jsp-engine> section to point to the JSP servlet in Resin.
> >
> > There were some troubles with JSPEngine in Cocoon on Resin, 
> please let us
> > know if you succeed.
> >
> > Konstantin
> >
> > >
> 
> thanks, Konstantin! but, it implies that I should put
> /usr/local/resin/lib/resin.jar into the WEBINF/classes/ 
> directory? .. or is
> it wrong?

I don't know how Resin loads classes. The only thing needed is that servlet
class were available to the web application. This does not imply having
resin.jar in WEB-INF/lib (as well as in WEB-INF/classes), but only having
them somewhere in the classpath. Tomcat exposes jasper-compiler.jar (since
4.0) to web applications, so there is no need to copy it into the webapp.
Maybe something like is possible also with Resin.

Also, search the Bugzilla for a path about Resin and JSP, there were one
some time ago related to this issue.

Konstantin.

> 
> regards,
> 
> Raśl
> 
> 
> ---------------------------------------------------------------------
> Please check that your question  has not already been answered in the
> FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>
> 
> To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
> For additional commands, e-mail:   <[EMAIL PROTECTED]>
> 

---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

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

Reply via email to