I just installed tomcat with (i thought) no problems, however, when I go to http://localhost:8080 I get Not Found (404) Original request:/ Not found request: /

JAVA_HOME=/usr/java/jdk
TOMCAT_HOME=/etc/tomcat3
TOMCAT_INSTALL=/var/tomcat3
TOMCAT_USER=tomcat3

I did the following to install:
rpm -ivh xerces-j-1.4.4-2.noarch.rpm
rpm -ivh servletapi3-3.3.1-1.noarch.rpm
rpm -Uvh tomcat3-3.3.1-4.noarch.rpm

edited my conf file in /etc/tomcat3/conf to reflect top JAVA_HOME, etc.
then I did ntsysv and rebooted.

I show tomcat is running on 8080 but I guess it didn't install the tomcat default page.
I put a generic index.html in both /etc/tomcat3 and also in /var/tomcat3 but no luck!
Where do I need to put files? I also can't find an examples folder. I thought this would all happen automagically? Where SHOULD I find the tomcat default page? What did I do wrong? Does the installer have a bug in it?

Thanks

Kris


--
To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to