On Wed, Feb 20, 2002 at 12:10:26PM +0100, Arnaud Vandyck wrote: > Catalina.start: LifecycleException: null.open: java.net.BindException: > Permission denied:80
You need to run Tomcat as root to be able to bind to ports lower than 1024. However, I don't recommend running a Java program as root, even with a security manager. You could instead use port redirection (using ipchains or iptables) to map port 80 to 8180. -- Stefan Gybas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]