(I'm a newbie here - there seem to be similar problems in the mail archive, 
but no matching solutions.....)

I started up pretty much vanilla jBoss 2.0 with embedded tomcat support and 
dropped a WAR into the deploy directory (in this example the Tomcat 
examples.war).

I can see all the files (html, images, etc) except the JSPs, which are in 
the same location as the html files.  The log shows errors like the following:

        [EmbeddedTomcat] Ctx( /examples ): 404 R( /examples + 
/jsp/num/numguess.jsp + null) JSP file not found

My classpath is undefined before running run.sh & is set by run.sh to

=======================
:run.jar:/opt/jakarta-tomcat-3.2.1//lib:/opt/jakarta-tomcat-3.2.1//lib/servlet.jar:/opt/jakarta-tomcat-3.2.1//lib/webserver.jar:/opt/jakarta-tomcat-3.2.1//lib/xml.jar:/opt/jakarta-tomcat-3.2.1//lib/jaxp.jar:/opt/jakarta-tomcat-3.2.1//lib/parser.jar:/opt/jakarta-tomcat-3.2.1//lib/jasper.jar:/usr/java1.3/lib/tools.jar:../lib/jdbc2_0-stdext.jar:../lib/jboss-jaas.jar
=======================

i.e., jasper & tools jars there.

The JSP works fine if I run Tomcat "standalone" (not in the jBoss sense).

Can anyone help?

Fergus



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to