: 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
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
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 /