How do I access Websphere 7 MBeans using Sun’s JConsole?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Required libraries in bootclasspath (from Websphere 7):
Required libraries in classpath:
Below is the script that ties everything together. Update first 4 lines according to your environment (On Linux/Unix – replace environment variables
%<name>% to $<name>)And that should do it! I would like to thank Alan Chan for his response on this posting about Websphere 6.1 that helped with this.