when I try to access my website http://parazen.bio.indiana.edu:8080/ I get.
----------------------------------------------------------------------- HTTP Status 404 - / type Status report message / description The requested resource (/) is not available. Apache Tomcat/4.1 ----------------------------------------------------------------------- why am I getting this? I believe I've configured tomcat right because 8080 is the only port that doesn't get refused. when I query the rpm files with rpm -ql tomcat4-4.1.24-full.2jpp I don't see the standard index.html and tomcat pictures you usually see as the default tomcat page. Unless these are remotely accessed. My configurations server.xml: <Context path="" docBase="ROOT" debug="0"/> <DefaultContext reloadable="true"/> web.xml uncommented <servlet-mapping> <servlet-name>invoker</servlet-name> <url-pattern>/servlet/*</url-pattern> </servlet-mapping> and of course I changed the local hostname. I wasn't sure which directories to put the servlets, despite reading the documentation. so I put index.html files in /var/tomcat4/work /var/tomcat4/webapps /var/tomcat4/server /var/tomcat4/common nothing 404 did not go away. -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list