Guys,

I am attempting to write my first JSP using EJBs and have ran into a problem I can not 
solve.
I am runing Tomcat 4.1.18, j2sdkee1.4,j2sdk1.4.0_01.

The output from Tomcat when it starts is:

Feb 3, 2003 1:29:36 PM org.apache.commons.modeler.Registry loadRegistry
INFO: Loading registry information
Feb 3, 2003 1:29:36 PM org.apache.commons.modeler.Registry getRegistry
INFO: Creating new Registry instance
Feb 3, 2003 1:29:37 PM org.apache.commons.modeler.Registry getServer
INFO: Creating MBeanServer
Feb 3, 2003 1:29:38 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on port 8181
Starting service Tomcat-Standalone
Apache Tomcat/4.1.18

******* ERROR IS HERE

WebappClassLoader: validateJarFile(C:\Program Files\Apache Group\Tomcat 4.1\weba
pps\JobEntry\WEB-INF\lib\j2ee.jar) - jar not loaded. See Servlet Spec 2.3, secti
on 9.7.2. Offending class: javax/servlet/Servlet.class

******

Feb 3, 2003 1:29:43 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on port 8181
Feb 3, 2003 1:29:43 PM org.apache.jk.common.ChannelSocket init
INFO: JK2: ajp13 listening on /0.0.0.0:8009
Feb 3, 2003 1:29:43 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/63  config=C:\Program Files\Apache Group\Tomcat 4.1
\conf\jk2.properties


I believe I have a configuration error having to do with the j2ee.jar file.   I have 
tried putting in the j2ee.jar in the Tomcat 4.1\common\lib directory but this causes 
Tomcat to crash on start up.

Slice of Heaven...

Stephan Fowler

==========================================================================To 
unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

Reply via email to