Re: Standalone Tomcat on port 80 without root privileges

2002-08-04 Thread Leos Urban
Ralph, thank you very much for tip. Solution of my problem is in two lines in file /etc/sysconfig/ipchains (Linux RH 7.3 box): -I input --proto TCP --dport 80 -j REDIRECT 8080 -I input --proto TCP --dport 443 -j REDIRECT 8443 and then restart ipchains (/etc/init.d/ipchains restart). Now I have

Re: Standalone Tomcat on port 80 without root privileges

2002-08-03 Thread Leos Urban
Seriously, why not use Apache with a connector... Because there is many problems. I tested it. I has standard installation of Tomcat and Webapps from RPM (full edition). I dont know how to generate jkconf data as described in HOWTO. There is use parameter jkconf when start tomcat. Where? I

RE: Standalone Tomcat on port 80 without root privileges

2002-08-02 Thread andre . powroznik
Use Windows, especially Millenium :-) Seriously, why not use Apache with a connector... Andr -Original Message- From: Ralph Einfeldt [mailto:[EMAIL PROTECTED]] Sent: 02 August 2002 10:25 To: Tomcat Users List Subject: AW: Standalone Tomcat on port 80 without root privileges Some