Results 1 to 3 of 3
Thread: Tomcat exception
- 06-23-2007, 05:17 PM #1
Senior Member
- Join Date
- Jun 2007
- Posts
- 130
- Rep Power
- 0
Tomcat exception
I have a problem with tomcat, when I start the server this error appears:
validateJarFile(C:\Aplication\.metadata\.plugins\o rg.eclipse.wst.server.core\tmp0\webapps\TTMenu\WEB-INF\lib\j2ee.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
what is happening?
- 07-02-2007, 01:43 PM #2
Senior Member
- Join Date
- Jun 2007
- Posts
- 132
- Rep Power
- 0
I think the problem is that you have servlet-api.jar in the
lib directory of your webapp - this jar is already loaded
for each webapp by Tomcat, it is in the common/lib
directory. So remove this jar from the WEB-INF/lib
directory of all your webapps.
- 07-02-2007, 01:46 PM #3
Senior Member
- Join Date
- Jun 2007
- Posts
- 119
- Rep Power
- 0
Similar Threads
-
Trouble with factory method - unhandled exception type Exception
By desmond5 in forum New To JavaReplies: 1Last Post: 03-08-2008, 06:41 PM -
Tomcat In Eclipse - Sysdeo Tomcat Plug-in
By JavaForums in forum EclipseReplies: 1Last Post: 02-13-2008, 10:33 AM -
tomcat xml
By Ed in forum XMLReplies: 2Last Post: 07-04-2007, 05:39 AM -
Problems with Tomcat 5.5.16
By Felissa in forum Enterprise JavaBeans (EJB)Replies: 2Last Post: 07-03-2007, 05:45 PM -
tomcat exception-error
By Nick15 in forum EclipseReplies: 2Last Post: 05-11-2007, 01:32 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks