How to run tomcat6 on ubuntu as root?
- by J G
I've got an existing software package that runs on Ubuntu that uses a chroot jail and so needs to be run as root. I want to exec this from Tomcat6 on Ubuntu, so presumably I have to run Tomcat6 as root instead of the Tomcat6 user.
How do I go about changing tomcat6 to run as root instead of the tomcat6 user?