-3

I am pretty new to jboss and am wondering if we can get the details about the active sessions on a deployment.

For count its possible via /deployment=DEPLOYMENT.war/subsystem=undertow/:read-attribute(name=active-sessions)

But I am looking into if I can list out all the active connections with some details? and if required can kill any one based on my requirement via jboss_cli?

Any guidance or help will be really appreciated.

Thank you, Sunny

sunnyb
  • 15
  • 3
  • 1
    What kind of details are you looking for? Have a look at https://docs.wildfly.org/19/wildscribe/deployment/subsystem/undertow/index.html too. There is a `invalidate-sessions` operation. – James R. Perkins Apr 01 '20 at 22:11

1 Answers1

-1

No longer required, found an alternative instead of jboss fixed the issue from FE level.

sunnyb
  • 15
  • 3