Running Tomcat on port 80 under non root?

2001-03-19 Thread Alec Bau
On Solaris 2.7 we need Tomcat process to use port 80 but to run under id other than root. Is there a trick or conf option to do this, i.e. grab port 80 under root and then set user id to something else? Or the only way is to modify source and to call setuid via JNI after socket is bound? Thanks,

Re: Running Tomcat on port 80 under non root?

2001-03-19 Thread David Crooke
For any serious application, you should use Apache in front of Tomcat, and it has this capability built in. Alec Bau wrote: On Solaris 2.7 we need Tomcat process to use port 80 but to run under id other than root. Is there a trick or conf option to do this, i.e. grab port 80 under root and

Re: Running Tomcat on port 80 under non root?

2001-03-19 Thread C.M. Rahman (jr.)
PROTECTED] Sent: Monday, March 19, 2001 10:47 PM Subject: Re: Running Tomcat on port 80 under non root? For any serious application, you should use Apache in front of Tomcat, and it has this capability built in. Alec Bau wrote: On Solaris 2.7 we need Tomcat process to use port 80 but to run