> From: Albretch Mueller [mailto:[EMAIL PROTECTED] > Subject: Re: BUILD FAILED ... > > <Engine name="Catalina" defaultHost="localhost"> > <Host name="192.168.1.249" appBase="webapps" unpackWARs="true" > autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false">
Change the <Host> name back to "localhost"; this is not an IP address, and you must have one <Host> element that matches the defaultHost from the <Engine>. The only time you need to change the <Host> name attribute is if you are supporting multiple <Host>s each with their own appBase. You don't have that condition. If you do want to configure a specific IP address (you don't have to), that goes into the <Connector> element(s). Normally, Tomcat listens on all IP addresses configured on the box, so you only configure a specific one if you want Tomcat to not listen on certain ones. Again, you're not in that situation. - 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 start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]