[Bug 57823] Server hangs if there is a colon on the start of the class path

2015-12-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57823 Konstantin Kolinko changed: What|Removed |Added CC||nitsan_dan...@bmc.com --- Comment

[Bug 57823] Server hangs if there is a colon on the start of the class path

2015-04-28 Thread bugzilla
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

[Bug 57823] Server hangs if there is a colon on the start of the class path

2015-04-27 Thread bugzilla
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"/

[Bug 57823] Server hangs if there is a colon on the start of the class path

2015-04-22 Thread bugzilla
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.

[Bug 57823] Server hangs if there is a colon on the start of the class path

2015-04-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57823 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---