Re: SV: Installing and running tomcat as a user other than root

2005-01-14 Thread Mumanyi Bravismore
Sorry, I am on RedHat 9. I have given the user -rwx- of the [tomcat] dir, No problem with the user starting tomcat. ps -e|grep java shows the tomcat process is running but when I try to access the pages from the browser, connection is failing. Any tips on how to grant priviledges to port 80 or

Re: SV: Installing and running tomcat as a user other than root

2005-01-14 Thread Ben Souther
Any tips on how to grant priviledges to port 80 or 8080 on linux to a user. Two ways: 1.) Install Apache (HTTPD) and a connector and have it pass the requests to Tomcat. 2.) Use http://jakarta.apache.org/commons/daemon which can bind to port 80 as root and then downgrade itself to a regular

Re: SV: Installing and running tomcat as a user other than root

2005-01-14 Thread Pete Stevens
My instructions for building a dedicated linux machine that runs Tomcat as the apache user (based on Whitebox Linux - a rebuild of Redhat). http://www.mythic-beasts.com/support/topic_vds_java.html Yours, Pete Stevens On Fri, 14 Jan 2005, Roland Carlsson wrote: Hi Mumanyi! This will

RE: SV: Installing and running tomcat as a user other than root

2005-01-14 Thread Phillip Qin
In linux, I run /bin/su $TOMCAT_USER -- $CATALINA_HOME/bin/startup.sh Group owner of tomcat directory is tomcat user. -Original Message- From: Roland Carlsson [mailto:[EMAIL PROTECTED] Sent: January 14, 2005 4:48 AM To: TomcatUsers Subject: SV: SV: Installing and running tomcat as a