2 Replies Latest reply on Nov 8, 2005 10:45 AM by adrian.brock

    Is

    guoyong

      I am looking to either close or secure the port 4444, which is used by "jboss:service=WebService". This service is really used for RMI remote classloading. (BTW, why is it called WebService then?)

      However, the AxisService does depend on "jboss:service=WebService", I guess, to support EJB endpoints for remote EJB objects. My question is that, what feature would JBoss lose if I removed "jboss:service=WebService" and deleted it from AxisService's dependency list?

      Thanks.


        • 1. Re: Is
          guoyong

          Sorry, I meant port 8083.

          • 2. Re: Is

            4444 is the JRMPInvoker not the remote classloading

            You can just remove the Remote classloading mbean and any dependencies
            referencing it.

            I wonder which feature you will lose if you remove the remote classloading service?