• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Tomcat Apache 4.1.18 in Linux problem.

kmthien

Senior member
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

 
Back
Top