RE: starting tomcat as non-root

2003-09-04 Thread Shapira, Yoav
Howdy, You can already start tomcat as any user on ports > 1024. What you probably meant in your question was port 80, and the answer is yes, we're getting close, because tomcat 5 will use commons-daemon for this. (http://jakarta.apache.org/commons/sandbox/daemon/index.html) Yoav Shapira Millenn

Re: starting tomcat as non-root

2003-09-03 Thread achana
> To get such a beast to appear on port 80 I'm using iptables on linux to > forward from port 80 to port 8080 as described at > http://www.klawitter.de/tomcat80.html May the All Blacks thump the Rose ;-) - To unsubscribe, e-mail:

Re: starting tomcat as non-root

2003-09-03 Thread achana
Tom Parker wrote: > > To get such a beast to appear on port 80 I'm using iptables on linux to > forward from port 80 to port 8080 as described at > http://www.klawitter.de/tomcat80.html > Thanks :-) - To unsubscribe, e-mail: [EMAI

Re: starting tomcat as non-root

2003-09-03 Thread Tom Parker
On Thu, 2003-09-04 at 13:48, [EMAIL PROTECTED] wrote: > Hi all. > I'm o TC4.0.4 > I know this subject has been discussed many times before. > Are we getting any close to starting tomcat with user "nobody" or > "tomcat" or anything like that on 8080? > Sorry for the repetitiveness su tomcat -c tom