mt...@apache.org wrote:
> +runas /env /savecred /user:%SERVICE_USER% "%COMSPEC% /K \"%SELF%\" 
> %SERVICE_CMD% %SERVICE_NAME%"

review your cmd.exe syntax.  cmd /k is wrong here, that's to persist
a shell.  You meant /c I suspect.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to