On April 20, 2002 02:13 pm, David Lu wrote: > if you want tomcat to answer port 80 and want it to run > as non-root, then your best bet is to run apache in > front of it. �that's what i currently do on one of my > servers.
On BSD UNIXes you can use the packet filter "redirection" mechanism. Port 80 incoming gets mapped to (say) localhost 8080. Worked nicely with TC3. With TC4's decision to send redirects for every old / call, it looks a bit messier, but it still kinda works. -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
