RE: Tomcat 5.5 on Windows Server 2008

2011-01-27 Thread Jeffrey Janner
-Original Message- > From: Pete Helgren [mailto:p...@valadd.com] > Sent: Thursday, January 27, 2011 12:01 PM > To: Tomcat Users List > Subject: Re: Tomcat 5.5 on Windows Server 2008 > > 8080 is listed as: > > TCP[::]:8080 NEWAS400:0 LISTENIN

Re: Tomcat 5.5 on Windows Server 2008

2011-01-27 Thread Pete Helgren
Answering my own post here. The follow up posts solved it. I added the address="0.0.0.0" to the connector tag and yes, all is well. Pete Helgren Value Added Software, Inc www.asaap.com www.opensource4i.com On 1/27/2011 11:01 AM, Pete Helgren wrote: 8080 is listed as: TCP[::]:8080

Re: Tomcat 5.5 on Windows Server 2008

2011-01-27 Thread Pete Helgren
8080 is listed as: TCP[::]:8080 NEWAS400:0 LISTENING The blank IP address is interesting. Normally, at other customer sites, all I have had to do was to install Tomcat, drop my war into webapps and it just worked (it is a pretty vanilla deployment). When you say t

RE: Tomcat 5.5 on Windows Server 2008

2011-01-27 Thread Jeffrey Janner
omcat Users List' > Subject: RE: Tomcat 5.5 on Windows Server 2008 > > Mark is correct below. It is an IPV4 vs. IPV6 thing. > It's a known issue if using the native libs. > If you do not specify an IP address in the tag, then APR > will only listen on IPV6. If you

RE: Tomcat 5.5 on Windows Server 2008

2011-01-27 Thread Jeffrey Janner
> From: Mark Thomas [mailto:ma...@apache.org] > Sent: Thursday, January 27, 2011 11:27 AM > To: Tomcat Users List > Subject: Re: Tomcat 5.5 on Windows Server 2008 > > On 27/01/2011 17:23, Pete Helgren wrote: > > I can't quite figure out what the issue is here but perha

Re: Tomcat 5.5 on Windows Server 2008

2011-01-27 Thread Mark Thomas
On 27/01/2011 17:23, Pete Helgren wrote: > I can't quite figure out what the issue is here but perhaps someone who > is running Tomcat 5.5 on Windows server 2008 can weigh in. I have > installed Tomcat 5.5 on a Windows Server 2008 64 bit OS. Everything > seemed to install correctly. I was able t