Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions test/tomcat/server.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@
advertise="true" stickySession="true" stickySessionForce="false" stickySessionRemove="true" /> -->
<Listener className="org.jboss.modcluster.container.catalina.standalone.ModClusterListener"
connectorPort="8080"
advertise="false"
stickySession="true"
stickySessionForce="false"
stickySessionRemove="true"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI - the stickySessionRemove is false by default. But clearly that's not tested anywhere here.

proxyList="proxy_address:proxy_port" />
<Listener className="org.apache.catalina.startup.VersionLoggerListener" />
<!-- Security listener. Documentation at /docs/config/listeners.html
Expand Down
Loading