Tomcat Apache 4.1.18 in Linux problem.

kmthien

Senior member
Oct 8, 2002
363
0
0
Hi,

I have successfully setup Tomcat Apache in Redhat Linux 7.3 where I can view Tomcat Apache homepage by entering http://localhost:8080. I have downloaded the jsp example from JSPBook. After that I did the followings:

jar xvf jspbook.zip
cp -R ora $CATALINA_HOME/webapps

the ora folder is now in /usr/local/jakarta-tomcar-4.1.18/webapps/ora

then I restarted the server as follow:

under /usr/local/jakarta-tomcar-4.1.18/bin => ./shutdown.sh then ./startup.sh

I entered http://localhost:8080/ora in Netscape 7.0 and get the following error message

HTTP 404 not found

Please help !


kmthien