I had it opposite...  this is correct

 
 In order to get -nonaming to work I had to change the command on linux

 from 
 $BASEDIR/catalina.sh start -nonaming "$@"
 
 to 
 $BASEDIR/catalina.sh run -nonaming "$@"
 
-- john


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to