Tomcat might already be trying to process the jsp calls itself but is failing to translate the url into a file path that is correct. I expect that there are comments in web.xml near *.jsp mapping concerning Tomcat. If you don't explicitly map *.jsp, tomcat is (or at least used to) take over control for all urls that end with .jsp. On the other hand I get the impression from your explanation that this is actually what you want.
About classes and lib: the classloader will look in both, but classes folder might have higher precedence over lib. Kind regards, Geert > Drs. G.P.H. Josten Consultant Daidalos BV Source of Innovation Hoekeindsehof 1-4 2665 JZ Bleiswijk Tel.: +31 (0) 10 850 1200 Fax: +31 (0) 10 850 1199 www.daidalos.nl KvK 27164984 De informatie - verzonden in of met dit emailbericht - is afkomstig van Daidalos BV en is uitsluitend bestemd voor de geadresseerde. Indien u dit bericht onbedoeld hebt ontvangen, verzoeken wij u het te verwijderen. Aan dit bericht kunnen geen rechten worden ontleend. > Van: Paritosh Patel [mailto:[EMAIL PROTECTED] > Verzonden: dinsdag 3 oktober 2006 21:27 > Aan: [email protected] > Onderwerp: Cannot get JSPReader/JSPGenerator to work > > I am new to Cocoon (BTW, and its very cool) and am trying to > get Cocoon to handle a JSP page to be processed... but it > does not work. > > (My setup is running Cocoon 2.1.9 under Tomcat 5) > > First, I tried the JSP block welcome page and it also does > not work for me. The IE browser window shows empty and the > "View Source" results in only the following: > > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 > Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type > content="text/html; charset=windows-1252"></HEAD> <BODY></BODY></HTML> > > Looking at the "WEB-INF/classes/org/apache/..." the JSPReader > and JSPGenerator classes are not present. There is a > 'cocoon-jsp-block.jar' under WEB-INF/lib, though. I do not > know when Cocoon would go to this Jar file instead of the > classes dir. Is there a problem in my setup? > > Finally, I modified the build's local.block.properties file > to make sure that the jsp block is included... This resulted > in the same result. > > What am I doing wrong? > > The end goal I am trying to get to is for Cocoon to use the > Tomcat JSP engine... Is that unreasonable? > > - pdp > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
