Kaushal Shriyan wrote:
Hi

I am not able to start tomcat as tomcat user on ubutu 8.04 Linux,
Below is my start/stop script
Any ideas as what is going wrong ?

I think the way you are using the "su" command is wrong.
Try :
su - (userid) -c "command + params"

You also probably want to re-direct the output of "command" to /dev/null etc..

Using another of the scripts existing in /etc/init.d as template, and modifying it, may be a better idea.


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

Reply via email to