Thanx,
The file dump is quite copious. 83KB of class loading announcements (not reported here) from a 0 byte file at reboot through:
Jun 1, 2005 10:40:44 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Jun 1, 2005 10:40:45 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 6687 ms
...
Jun 1, 2005 10:40:46 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
...
Jun 1, 2005 10:40:46 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.7
...
Jun 1, 2005 10:40:53 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jun 1, 2005 10:40:53 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
...
Jun 1, 2005 10:40:54 PM org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL:
http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL:
http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL:
http://jakarta.apache.org]]
...
Jun 1, 2005 10:40:55 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jun 1, 2005 10:40:55 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
...
Jun 1, 2005 10:40:55 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jun 1, 2005 10:40:55 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
...
Jun 1, 2005 10:40:56 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
...
Jun 1, 2005 10:40:57 PM org.apache.jk.common.ChannelSocket init
INFO: JK2: ajp13 listening on /0.0.0.0:8009
...
Jun 1, 2005 10:40:57 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/310 config=null
...
Jun 1, 2005 10:40:57 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
...
Jun 1, 2005 10:40:57 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 12553 ms
Following some several minutes, and an attempt to execute the Netbeans TomcatJSPExample.war sample:
java.io.FileNotFoundException: /opt/jakarta-tomcat-5.5.7/work/Catalina/localhost/TomcatJSPExample/org/apache/jsp/jsp2/tagfiles/hello_jsp.java
at java.io.FileOutputStream.open(Native Method)
and blah, blah, blah as before...
[Loaded org.apache.jasper.compiler.Localizer]
Jun 1, 2005 10:42:50 PM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet jsp threw exception
java.io.FileNotFoundException: /opt/jakarta-tomcat-5.5.7/work/Catalina/localhost/TomcatJSPExample/org/apache/jsp/jsp2/tagfiles/hello_jsp.java
at java.io.FileOutputStream.open(Native Method)
and blah, blah, blah as before...
**** I would point out again, that Tomcat is faithfully executing its sample JSPs that are part of its distribution ****
No doubt this is a very simple problem....