Wednesday, July 30, 2014

Removing JMX Console and EJBInvokerServlet in JBOSS

Removing JMX Console and EJBInvokerServlet in JBOSS

To Remove:
    invoker/EJBInvokerServlet
    invoker/JMXInvokerServlet
From JBOSS Servers for security and VA Scan:

Remove below services(If available): 
JBOSS/server/WEB_COMPONENT_NAME/deploy/           //WEB_COMPONENT_NAME is your web app name
    jmx-console.war
    web-console.war
    http-invoker.sar
    jmx-invoker-adaptor-server.sar   
  
Restart JBoss AS 5.    
Now check the URL: 
http://X.X.X.2:18081/invoker/EJBInvokerServlet
http://X.X.X.2:18081/invoker/JMXInvokerServlet 
http://X.X.X.2:18081/jmx-console/