Please post the jsps,servlets web.xml and directory structure as well
Martin--

This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed.  If you have received this email message in error, please notify
the sender immediately by telephone or email and destroy the original
message without making a copy.  Thank you.

----- Original Message ----- From: "David Smith" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Friday, April 20, 2007 7:36 AM
Subject: Re: Sometimes ClassNotFoundException


I've seen this before... typically because the jsp (InventoryStatus.jsp
in your case) failed to compile.  Look further up the logs for the first
error message in the request process.

--David

Dirschnabel. Stefan wrote:
Hi,

I have to integrate a web application in Tomcat. I am not working that long with Tomcat so it could be a very trivial problem... The whole application seems almost to work (you can log in the application etc) but accessing some jsp's I get ClassNotFoundExceptions like the following. It's strange, some pages work, some do not.


Part of the logfile:
20.04.2007 09:16:22 org.apache.catalina.core.ApplicationContext log
SCHWERWIEGEND: Error loading WebappClassLoader
  delegate: false
  repositories:
    /WEB-INF/classes/
----------> Parent Classloader:
[EMAIL PROTECTED]
 com.seeburger.rfid.web.jsps.app_AutoID.jsp.InventoryStatus_jsp
java.lang.ClassNotFoundException: com.seeburger.rfid.web.jsps.app_AutoID.jsp.InventoryStatus_jsp at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1358)
....
20.04.2007 09:16:22 org.apache.catalina.core.StandardWrapperValve invoke
SCHWERWIEGEND: Allocate exception for servlet com.seeburger.rfid.web.jsps.app_AutoID.jsp.InventoryStatus_jsp java.lang.ClassNotFoundException: com.seeburger.rfid.web.jsps.app_AutoID.jsp.InventoryStatus_jsp at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1358)
....

Mit freundlichen Grüßen / Best Regards
Stefan Dirschnabel


SEEBURGER AG
Headquarters:
Edisonstraße 1
D-75015 Bretten
Tel.: 0 72 52/96-0
Fax: 0 72 52/96-2222
Internet: http://www.seeburger.de
e-mail: [EMAIL PROTECTED]

Vorstand:
Bernd Seeburger, Axel Haas, Michael Kleeberg

Vorsitzender des Aufsichtsrats:
Dr. Franz Scherer

Handelsregister:
HRB 240708 Mannheim



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to