Re: Fwd: Tomcat 8 and Java 8

2015-04-17 Thread Greg Huber
Chris, My startup script (many years old) uses: CLASSPATH="$CLASSPATH":"$CATALINA_HOME"/bin/bootstrap.jar So its quite possible if the $CLASSPATH is empty we get the :/ The odd thing is why does it work when run from the command line but not from /etc/rc.d/init.d as both use case have the colon

Re: Fwd: Tomcat 8 and Java 8

2015-04-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Greg, On 4/16/15 12:06 PM, Greg Huber wrote: > ..To follow on, for others going grey also. > > The file:/ seems to be from a :/ (colon) on the class path, and > the combination of running it from /etc/rc.d/init.d makes it not > work. > > N

Fwd: Tomcat 8 and Java 8

2015-04-16 Thread Greg Huber
..To follow on, for others going grey also. The file:/ seems to be from a :/ (colon) on the class path, and the combination of running it from /etc/rc.d/init.d makes it not work. Not working -classpath :/opt/apache-tomcat/apache-tomcat-8.0.21/bin/bootstrap.jar:/opt/apache-tomcat/apache-to