Skip to content

Commit

Permalink
Fix listener references to the non-deprecated one - org.jboss.modclus…
Browse files Browse the repository at this point in the history
…ter.container.tomcat.ModClusterListener
  • Loading branch information
rhusar committed Dec 4, 2024
1 parent f81683a commit 422a6d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion test/MODCLUSTER-755/files/server.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
Documentation at /docs/config/server.html
-->
<Server port="8005" shutdown="SHUTDOWN" address="127.0.0.1">
<!-- <Listener className="org.jboss.modcluster.container.tomcat.ModClusterListener" advertise="true" stickySession="true" stickySessionForce="false" stickySessionRemove="true" /> -->
<Listener className="org.apache.catalina.startup.VersionLoggerListener" />
<!-- Security listener. Documentation at /docs/config/listeners.html
<Listener className="org.apache.catalina.security.SecurityListener" />
Expand Down
4 changes: 1 addition & 3 deletions test/tomcat/server.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@
Documentation at /docs/config/server.html
-->
<Server port="8005" shutdown="SHUTDOWN" address="tomcat_address" portOffset="port_offset">
<!-- <Listener className="org.jboss.modcluster.container.tomcat.ModClusterListener"
advertise="true" stickySession="true" stickySessionForce="false" stickySessionRemove="true" /> -->
<Listener className="org.jboss.modcluster.container.catalina.standalone.ModClusterListener"
<Listener className="org.jboss.modcluster.container.tomcat.ModClusterListener"
connectorPort="8080"
proxyList="proxy_address:proxy_port" />
<Listener className="org.apache.catalina.startup.VersionLoggerListener" />
Expand Down

0 comments on commit 422a6d3

Please sign in to comment.