It looks like you are still using "start" instead of run.
> "%CATALINA_HOME%\bin\catalina" start -nonaming %1 %2 %3 %4 %5 %6 %7 %8 %9
In order to get -nonaming to run I had to change the command on linux from
$BASEDIR/catalina.sh run -nonaming "$@"
to
$BASEDIR/catalina.sh start -nonaming "$@"
It looks like you are using the "start" command. Have you tried using "run"
instead.
When I startup Catalina this way I get the message
"Starting service Tomcat-Standalone" - are you getting this message?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]