Tomcat not configured on default port
<Connector port="9210" protocol="HTTP/1.1"
               connectionTimeout="20000"
               redirectPort="8443" maxHttpHeaderSize="65536"
maxPostSize="-1" maxSavePostSize="-1"/>

 <Connector port="8009" protocol="AJP/1.3" redirectPort="8443"
tomcatAuthentication="false" emptySessionPath="true" enableLookups="false"
URIEncoding="UTF-8" packetSize="65536" />

On Thu, Jun 27, 2024 at 9:58 PM Christopher Schultz <
ch...@christopherschultz.net> wrote:

> Stephen,
>
> On 6/26/24 01:18, Stephen Stevie wrote:
> > We are using Apache Tomcat 8.5.49 and sometimes in a day, we see the
> > application is going unresponsive though the service is up and running
> and
> > giving 503 (service unavailable error). When netstat for the port is run,
> > we see many CLOSE_WAIT connections. Once we restart the service, the
> > application is coming back and sometimes this comes back on its own.
> >
> > We have not made any changes to Tomcat in recent times and it was working
> > fine until the start of this year. After that, it was once a month and
> now
> > every alternate day, we are seeing this. We're using 16GB RAM Web Server
> (2
> > servers) and can see 1k-1.5k users connected to the application in a day.
>
> Please post your <Connector> configuration, minus any secrets.
>
> -chris
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

-- 
Stephen

Reply via email to