Is it possible to do it during install. For instance install Apache and Tomcat as user XXX?
What I want is to start the applications as the user XXX without using the -su command. /Lars Nielsen Lind tir, 2003-08-12 kl. 18:15 skrev John Turner: > Yes, it is possible and recommended. > > 1. chown -R webuser:webuser $CATALINA_HOME > 2. su - webuser -c $CATALINA_HOME/bin/startup.sh > > John > > Lars Nielsen Lind wrote: > > > Hi. > > > > I want to install Apache and Jakarta-Tomcat as non-root user (they will > > use the same user account). Is this possible and what is the best way do > > this? > > > > > > > > /Lars Nielsen Lind > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
