Version 4

    How Do I remove the HTTP Invoker from JBoss

     

    version 4.0.4, 4.0.5, 4.2.x, EAP4.2

     

     

    Instructions

     

    1. Remove the http-invoker.sar or the httpha-invoker.sar directory in deploy directory

     

    Assuming the default configuration in $JBOSS_HOME/server/default, remove the server/default/deploy/http-invoker.sar or the server/default/deploy/httpha-invoker.sar directory.

     

    Finished

     

    Consequence: 

    You will not be able to use the http invoker to communicate with the server.  The httpinvoker also defines an http jndi service. Please note that this is for invoking mBeans or ejb2.1.  When using EJB3 over http, this is not needed. EJB3 uses remoting, while this httpinvoker is one of the old style detatched invokers.