Trouble in starting Tomcat 6.0.16
Posted: Wed Jul 30, 2008 7:45 am
Hi Steve, hi all
after having installed and run a number of Tomcat 5.0.28 and 5.5.25 Z/OS instances, I'm now facing troubles in installing version 6.0.16 (the most recent one).
This is the common problem "java.lang.ClassNotFoundException: org.apache.catalina.startup.Catalina". In my case please note that files are not corrupted and there's no authorization problem.
I noticed that location for Catalina.jar (classes called at bootstrap) archive is changed from 5.x.x to 6.0.16
Location within 5.x.x is apache-tomcat-5.5.25/server/lib
Location within 6.x.x is apache-tomcat-6.0.16/lib
If I change TOMCAT_HOME from .../apache-tomcat-6.0.16/ to .../apache-tomcat-5.5.25/ then bootstrap classes are able to find Catalina.jar classes
so that I could guess trouble might reside on the way (6.0.16) boostrap classes locate (6.0.16) Catalina.jar classes
However I'm doubtful because there shouldn't be any statically coded location within either bootstrap or whatever else classes!
I'm about to plan trials in LIBPATH/CLASSPATH/etc... settings even though I suspect the gist is not there.
Should anyone have any idea I would be really grateful,
Michele Modolo
-----
PS: I'm reasonably sure the Batch Launcher doesn't play any role in this trouble, does it?
after having installed and run a number of Tomcat 5.0.28 and 5.5.25 Z/OS instances, I'm now facing troubles in installing version 6.0.16 (the most recent one).
This is the common problem "java.lang.ClassNotFoundException: org.apache.catalina.startup.Catalina". In my case please note that files are not corrupted and there's no authorization problem.
I noticed that location for Catalina.jar (classes called at bootstrap) archive is changed from 5.x.x to 6.0.16
Location within 5.x.x is apache-tomcat-5.5.25/server/lib
Location within 6.x.x is apache-tomcat-6.0.16/lib
If I change TOMCAT_HOME from .../apache-tomcat-6.0.16/ to .../apache-tomcat-5.5.25/ then bootstrap classes are able to find Catalina.jar classes
so that I could guess trouble might reside on the way (6.0.16) boostrap classes locate (6.0.16) Catalina.jar classes
However I'm doubtful because there shouldn't be any statically coded location within either bootstrap or whatever else classes!
I'm about to plan trials in LIBPATH/CLASSPATH/etc... settings even though I suspect the gist is not there.
Should anyone have any idea I would be really grateful,
Michele Modolo
-----
PS: I'm reasonably sure the Batch Launcher doesn't play any role in this trouble, does it?