RE: Tomcat 5.0 HTTP 404 with hello.class

2006-01-03 Thread Mike Sabroff
: users@tomcat.apache.org Subject: Tomcat 5.0 HTTP 404 with hello.class 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

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

Tomcat 5.0 HTTP 404 with hello.class

2006-01-02 Thread White-Home.com
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 running Linux FC4 and Tomcat 5.0.30 I have a hello.jsp in the /