• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

java.IO.EOFException when deploying war file

 
Ranch Hand
Posts: 231
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello there, I am having a problem when deploying my application (via a war file) in Tomcat 5.5.9.

The exception I am getting is this:



My Servlet Code:



This is my deployment descriptor (web.xml) file:



Its saying that it can't find the class but under my TOMCAT_HOME/WEB-INF/classes directly, I can see the Log4jInitServlet.class file under org/acme/logging...

What is it that I am doing wrong?

Thank you,

JD
[ December 10, 2006: Message edited by: James Dekker ]
 
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Nice Read -

http://thompsonng.blogspot.in/2011/02/tomcat-ioexception-while-loading.html
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic