i am able to run tomcat as non-root with no problems.
however, if you installed tomcat as root, you'll need to change a number of file permissions. specifically, the "work", and "log" directories under tomcat will need to have permissions set to writable by other. and if you need to install your webapp as non-root, then you'll need to change the permission of the webapps directory as well. or just chown the entire tomcat installation directory to the user you want to run tomcat as. On 2002.04.19 10:33 Jay Wright wrote: > > On solaris, is it possible to run tomcat as a user other than root? > Hopefully a config that can be set? > > Jay > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
