Questions tagged [jolokia]

Jolokia is an alternative to JSR-160 connectors for remote JMX access. It provides REST-like access to JMX with JSON over HTTP.

122 questions
-1
votes
2 answers

Configure Basic Authentication without modifying .war

We are deploying two war files in tomcat's webapps folder, let's say public.war and private.war We'd like to setup HTTP Basic Authentication only for private.war (not for all deployed war files) but it seems we would have to configure this in the…
-2
votes
1 answer

Persist JMX beans w/wo jolokia?

We are using jolokia inside tomcat as a REST interface for JMX beans, which makes querying JMX data like CPU or RAM very easy. Now, our customer wishes to query data in the past, which would require to store the JMX data to a kind of…
Andreas
  • 2,211
  • 1
  • 18
  • 36
1 2 3
8
9