2 Replies Latest reply on Aug 11, 2002 6:44 PM by davidjencks

    How do I change the port 8082 setting?

    kattare

      I'm trying to run multiple instances of 3.0.0 and I'm having trouble because the port 8082 that it binds to seems to be hard-coded. Is there any way to change it using the configuration files? Or perhaps with a line to pass to the startup script?

      I have purchased all of the docs and read through them, I couldn't find anything that seemed related.

      Cheers,

      ~Ethan Burnside
      Kattare Internet Services

        • 1. Re: How do I change the port 8082 setting?
          kattare

          Also, what would be a good way to disable the entire port 8082 functionality?

          Cheers,

          ~Ethan B.
          Kattare Internet Services

          • 2. Re: How do I change the port 8082 setting?
            davidjencks

            Looks like the config is set in the jmx-html-adapter.sar/META-INF/jboss-service.xml

            (don't blame me, I didn't make that package)

            To remove the functionality entirely, remove this .sar and if you wish you should be able to also remove jmxri.jar and jmxtools.jar. (I think the html adapter is the only thing using anything from the sum jmx implementation).

            For later version of jboss, jmx access is through a servlet in jmx-console.war: you can set up its configuration as with any servlet or remove it.