> From: chandra ganta [mailto:chandrasekhar...@gmail.com] > Subject: Re: Db connection issue due to firewall > > <Connector > address="ip-address" > port="80" > redirectPort="8443" > minSpareThreads="25" > connectionTimeout="20000" > maxSpareThreads="75" > maxThreads="150"> > </Connector> > <Connector > address="ip-address" > port="80" > redirectPort="8443" > minSpareThreads="25" > connectionTimeout="20000" > maxSpareThreads="75" > maxThreads="150"> > </Connector> > <Connector > address="ip-address" > port="80" > redirectPort="8443" > minSpareThreads="25" > connectionTimeout="20000" > maxSpareThreads="75" > maxThreads="150"> > </Connector>
I hope all of the above "ip-address" entries are different. > <Host > appBase="webapps" > name="localhost"> > </Host> > <Host > appBase="webapps/intradesample" > name="intrade.eskilstuna.se"> > </Host> > <Host > appBase="webapps/intradetest" > name="intradetest.eskilstuna.se"> > </Host> > <Host > appBase="webapps/intradeutv" > name="intradeutv.eskilstuna.se"> > </Host> > <Host > appBase="webapps/jpivot" > name="intraderapport.eskilstuna.se"> > </Host> The above nested appBase settings are not allowed, but probably don't contribute to the issue at hand. You must not have one <Host>'s appBase inside another's. - 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