Re: startup as www

2002-10-07 Thread Kent Perrier
On Mon, Oct 07, 2002 at 09:10:05AM -0400, chad kellerman wrote: > but since I moved it to RH 7.3 it prompts for a password. Does anyone > know a way aroung this? I would like the tomcat server to run as user > www and not prompt for a password. Run the script as root. Kent -- To unsubscribe,

startup as www

2002-10-07 Thread chad kellerman
Hi everyone, previously I had my startup script ( /etc/rc.d/init.d/tomcat) start the tomcat server like so: #!/bin/sh # case "$1" in start) echo -n "Starting TomCat 4 and httpd:" su - www -c "/usr/local/tomcat/bin/startup.sh" sleep 5 /etc/httpd/bin/apachect