SuSE Linux: Version 8.0,8.1
The jakarta tomcat server does not show all pages. The sample pages are visible, but some new pages are not. Especially the pages from WAR-files are not visible.
Tomcat's "webapps" directory is not writable by the tomcat server. The directory is owned by the user "root", but the tomcat server is running with the user "webapp".
Fix the owner of the directory "webapps". Use this command:
chown wwwrun /opt/jakarta/webapps/
chown wwwrun /opt/jakarta/tomcat/webapps/