Tagged Questions
The jmx-ws tag has no wiki summary.
2
votes
1answer
548 views
Are there (experimental) JSR-262 JMX-WS enabled Java tools or applications?
I am very interested in the Web Services Connector for Java Management Extensions (JMX) Agents and the reference implementation ws-jmx-connector. JSR 262 will provide a new opportunity for ...
1
vote
1answer
213 views
What is difference between CollectionUsage, PeakUsage, Usage?
What is the difference between CollectionUsage, PeakUsage, Usage fields in any memorypool bean ?
I saw these in the path of any application in a jconsole window:
mbeans tab > java.lang > memorypool > ...
0
votes
0answers
32 views
What business processes to capture via JMX
I'd like to gather metrics concerning "business aspect" via JMX.
What type's of data points or questions should I consider to capture that are "business centric" and not necessarily environment ...
0
votes
1answer
132 views
Using JMXWS connector (With JAXWS) over https/ssl
I've been using the JMXWS connector for a while on Tomcat 6.0 succesfully, using a JMX servlet over http.
We have recently started moving to using SSL over all web connections and since then I've ...
0
votes
1answer
112 views
Working with JMX WS connector remotely
I've been running the samples that come with ws-jmx-connector locally and succesfully.
The next step is to run them remotely between two PC's.
What I don't get is, how do I get the client and server ...