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
-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