Re: How do I run Tomcat as a non-root user?

2007-10-10 Thread Alexey Solofnenko
Look there: http://wiki.apache.org/tomcat/HowTo#head-18d1c3f3fa702a1be769340784515eecce6e0ac9 . - Alexey. Rob Tanner wrote: Hi, How do I run Tomcat as a non-root user? I need to be able to bind to ports 80 443 which are privileged ports. I know that with straight Apache the user that

Re: How do I run Tomcat as a non-root user?

2007-10-10 Thread Markus Schönhaber
Rob Tanner schrieb: How do I run Tomcat as a non-root user? I need to be able to bind to ports 80 443 which are privileged ports. I know that with straight Apache the user that it runs as is configured in httpd.conf. It starts up as root, binds to the ports and then drops its

Re: How do I run Tomcat as a non-root user?

2007-10-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rob, Rob Tanner wrote: How do I run Tomcat as a non-root user? I need to be able to bind to ports 80 443 which are privileged ports. I know that with straight Apache the user that it runs as is configured in httpd.conf. It starts up as root,

Re: How do I run Tomcat as a non-root user?

2007-10-10 Thread Rob Tanner
Marcus, I downloaded it and also applied the patch to eliminate the Cannot execute JSVC executor process error. But here's the catch, and maybe you know the answer. The machine and the OS (Fedora) are 64bit but the Java runtime is 32bit. In order for jsvc to make use of the shared libs,

Re: How do I run Tomcat as a non-root user?

2007-10-10 Thread Markus Schönhaber
Rob Tanner wrote: I downloaded it and also applied the patch to eliminate the Cannot execute JSVC executor process error. Why didn't you use the sources you already had? But here's the catch, and maybe you know the answer. The machine and the OS (Fedora) are 64bit but the Java

Re: How do I run Tomcat as a non-root user?

2007-10-10 Thread Rob Tanner
Marcus, I was able to resolve the make by doing the last compile step manually. As far as why a 32 bit JVM or a 64 bit machine, that only applies to my development system (which is my desktop). Our production servers are 32 bit systems. The problem with a 64 bit JVM on my development box