Meta
Categories
Category Archives: jboss
Secure JBoss 4.x JMX and Web Consoles
JBoss 4.x JMX and Web Consoles default to security disabled. See here for details on how to enable security. Here is the gist of it. Secure JMX Console Edit $JBOSS_HOME/server/default/deploy/jmx-console.war/WEB-INF/web.xml * Uncomment the security-constraint block; <security-constraint> <web-resource-collection> <web-resource-name>HtmlAdaptor</web-resource-name> <description>An example … Continue reading
Posted in jboss
Leave a comment