Confluence tomcat connector will not start listening on redirector port 9446 on service start.
We've tried switching the port number but same results.
Here is the server.xml below.
Tomcat starts and we can connect on 8092. So its not that all ports aren't working, its just 9446. We have an old instance that works but unable to get the new one working.
<?xml version="1.0"?>
<!-- Ansible managed -->
<Server port="8001" shutdown="SHUTDOWN" debug="0">
<Service name="Tomcat-Standalone">
<Connector URIEncoding="UTF-8" acceptCount="10" connectionTimeout="20000" debug="0" enableLookups="false" maxThreads="48" minSpareThreads="10" port="8092" protocol="org.apache.coyote.http11.Http11NioProtocol" redirectPort="9446"/>
<Engine name="Standalone" defaultHost="localhost" debug="0">
<Host name="localhost" debug="0" appBase="webapps" unpackWARs="true" autoDeploy="false" startStopThreads="4">
<Context path="" docBase="../confluence" debug="0" reloadable="false" useHttpOnly="true">
<Manager pathname=""/>
<Valve className="org.apache.catalina.valves.StuckThreadDetectionValve" threshold="60"/>
</Context>
<Context path="${confluence.context.path}/synchrony-proxy" docBase="../synchrony-proxy" debug="0" reloadable="false" useHttpOnly="true">
<Valve className="org.apache.catalina.valves.StuckThreadDetectionValve" threshold="60"/>
</Context>
</Host>
</Engine>
<Connector port="9446" maxHttpHeaderSize="8192"
maxThreads="150" minSpareThreads="25"
protocol="org.apache.coyote.http11.Http11NioProtocol"
enableLookups="false" disableUploadTimeout="true"
acceptCount="100" scheme="https" secure="true"
clientAuth="false" sslProtocols="TLSv1.2" sslEnabledProtocols="TLSv1.2" SSLEnabled="true"
URIEncoding="UTF-8" keystoreFile="/app/confluence-rmakp/keystore/confluence.keystore"
keystorePass="changeit" keyAlias="rmakp-staging" />
</Service>
</Server>
Hi @Bruce Guy
You can specify the port when installing Confluence, try re-installing confluence and give the input port 9446
If you have solved the issue, feel free to post the answer!!
Thanks,
Pramodh
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.