https://issues.apache.org/bugzilla/show_bug.cgi?id=43578





--- Comment #6 from Peter Rossbach <[EMAIL PROTECTED]>  2008-07-25 03:27:21 PST 
---
Hi,

I can't start tomcat with this patch at Mac OS X ( 10.4.11).

catalina.out
Exception in thread "main" java.lang.NoClassDefFoundError: 

#!/bin/bash
export CATALINA_HOME=/Users/peter/xxxx/apache-tomcat-6.0.18
export CATALINA_BASE=/Users/peter/xxxx/node01
exec $CATALINA_HOME/bin/catalina.sh start "$@"

The tomcat start fails as I set CATALINA_BASE to other directory then
CATALINA_HOME. After I remove
quotes from $LOGGING_CONFIG at $CATALINA_HOME/bin/catalina.sh it works.
Strange! I have no spaces at my paths and with 6.0.16 tomcat start perfect.

I think the LOGGING_CONFIG variable must also set at stop command at
catalina.sh.

Peter




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to