> From: Dave Filchak [mailto:sub...@zuka.net]
> Subject: Re: General errors in virtual host setup
> 
> SEVERE: Catalina.start
> LifecycleException:  Protocol handler initialization failed:
> java.net.BindException: Address already in use<null>:8080

This looks like you already have a Tomcat instance running, using a default 
Tomcat config.  This will prevent your desired Tomcat from ever starting.  The 
-o option on netstat will show the PID associated with the port, and you should 
be able to use that to find out where that process is running from.

> Does each host or app need to be on a different port as well?

No, the <Connector> elements apply to all <Host>s within a <Service>/<Engine> 
pair.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to