Am 29.10.2010 11:12, schrieb Mark Thomas:
On 29/10/2010 09:51, Christoph Kukulies wrote:
Anyway, to come to the point, I downloaded the tomcat 6.0.29 tar ball
and installed it under /opt/tomcat,
wrote a little startup script that simply invoked bin/startup.sh resp.
shutdown.

Didn't set any special environment variables like JAVA_HOME or CLASSPATH
and I'm getting the following
in catalina.out (tomcat then dies after start):

WARNING: error instantiating '1catalina.org.apache.juli.FileHandler,'
referenced by handlers, class not found
<snip/>

Could it be, that sun-java6-jre and jdk are not being recognized or found?
It seems there is still kaffee java active, although I installed (sun
java6).
Looks like the LogManager is not being set correctly. You need to be
using -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
which the Tomcat scripts should be doing by default.

Mark
Ooops. Sorry, I noticed that I had already copied over my 5.5 system.xml into the conf directory.
Using the original server.xml now works.

--
Christoph P.U. Kukulies


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to