https://bz.apache.org/bugzilla/show_bug.cgi?id=57823
Konstantin Kolinko changed:
What|Removed |Added
CC||nitsan_dan...@bmc.com
--- Comment
https://bz.apache.org/bugzilla/show_bug.cgi?id=57823
--- Comment #4 from gregh ---
Agreed, there would be far too many permutations to check for, but not knowing
that the colon causes it to hang is the key. Without debugging tomcat I was
stuck as it would not start and nothing in the logs. Mayb
https://bz.apache.org/bugzilla/show_bug.cgi?id=57823
--- Comment #3 from Christopher Schultz ---
(In reply to gregh from comment #2)
> This was the entry in the /etc/rc.d/init.d script that I have used for many
> years, 5,6,7. This only happens in 8.
>
> CLASSPATH="$CLASSPATH":"$CATALINA_HOME"/
https://bz.apache.org/bugzilla/show_bug.cgi?id=57823
--- Comment #2 from gregh ---
This was the entry in the /etc/rc.d/init.d script that I have used for many
years, 5,6,7. This only happens in 8.
CLASSPATH="$CLASSPATH":"$CATALINA_HOME"/bin/bootstrap.jar
ie the CLASSPATH value in /etc/profile.
https://bz.apache.org/bugzilla/show_bug.cgi?id=57823
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---