Skip to content

Commit ba56971

Browse files
committed
add explicit session count for tomcat
1 parent 3dd8e38 commit ba56971

File tree

1 file changed

+4
-0
lines changed
  • instrumentation/jmx-metrics/testing-webapp/src/main/webapp/META-INF

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<Context>
2+
<!-- add an explicit limit for sessions, otherwise negative value is filtered out -->
3+
<Manager maxActiveSessions="42"/>
4+
</Context>

0 commit comments

Comments
 (0)