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 ]