> From: Karl Schmitt [mailto:karlschmitt1...@googlemail.com] 
> Subject: Re: Problems deploying a servlet on ubuntu

> http://localhost:8080/ch1/Serv1 is still not working
> even after restarting tomcat6 or the whole machine :-(

What does "not working" mean?  Be specific: HTTP status, log entries, etc.

> ./ch1/WEB-INF:
> -rw-r--r-- 1 karl karl  312 2011-04-22 12:44 web.xml

Post your WEB-INF/web.xml so we can see the servlet mappings.

> ./ch1/WEB-INF/classes:
> -rw-r--r-- 1 karl karl 931 2011-04-22 12:13 Ch1Servlet.class

Is Ch1Servlet.class in a package?  If so, the location of the class file must 
reflect that.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to