Thanks for that, I just tried 4.0.3SP1, which seems to have solve my core problem. Using the wiki info I now have a basic auth protected and SSL secured jmx-console (thereby proving (to me!) it works).
The major issue was the use of IBM's 1.5 VM, Ive tussled this around a while an whislt Im not sure, I think that there is a hard coded reference somewhere to SUNs security implementation 'SunX509' in Tomcat. Which may be pluggable into IBM VM, but then again maybe not. I wonder if this is a 'bug' as it restricts the Tomcat web container to running under SUN VMs? Anyhow, the additional tweak to push the jmx-console over SSL was useful to me, and it may be to others. After following the Basic auth and SSL config wiki's, all you have to do is add the following to the file: server/../deploy/jmx-console.war/WEB-INF/web.xml | ... | <user-data-constraints> | <transport-guarantee>CONFIDENTIAL</transport-guarantee> | </user-data-constraints> | </security-constraint> | If I figure out the issues around the IBM vm I'll post back. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3907438#3907438 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3907438 ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today Register for a JBoss Training Course. Free Certification Exam for All Training Attendees Through End of 2005. For more info visit: http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
