RE: Tomcat 5.0 HTTP 404 with hello.class

2006-01-03 Thread Mike Sabroff
Try changing you mapping slightly ... this is how I do it and it works Hello /hello/* Mike Sabroff Web Services Developer [EMAIL PROTECTED] 920-568-8379 -Original Message- From: White-Home.com [mailto:[EMAIL PROTECTED] Sent: Monday, January 02, 2006 8:57 PM To: use

Re: Tomcat 5.0 HTTP 404 with hello.class

2006-01-02 Thread Bob Smith
Is the package in your source code com.hello? > As I understand it I can save Hello.class as > /usr/share/tomcat5/webapps/hello/WEB-INF/classes/com/hello/Hello.class and > address is as http://localhost:8080/hello/Hello > > This results in a HTTP 404 error message. > > Background > > I am runn