3 Replies Latest reply on Oct 28, 2002 3:45 AM by juha

    How to disable jetty webserver

    spicagao

      Hi all,

      I wanna disable jetty webserver bundle with jboss app server, and use resin insead of jetty, so on my server, there at least are two vm , one for resin, the other is for jboss.

      Can anyone tell me how to disable jetty server. I use all folder instead of default folder since I need use cluster feature of the jboss.

      Regards

        • 1. Re: How to disable jetty webserver

          Please see the FAQ.

          • 2. Re: How to disable jetty webserver
            spicagao

            thanks but in faq, it just shows me how to setup web application under jboss and tells me the detail about the port, location etc.

            I can not find anything about the how to disable jetty.
            Any comments?

            • 3. Re: How to disable jetty webserver

              Maybe next time look a little harder?

              Q: How do I disable Jetty in my JBoss 3.x distribution?

              A: Remove the jetty-plugin.sar from your server's deploy directory. Altenatively, if you only want to change the port number Jetty is responding to, open the jetty-plugin.sar file (it is in the zip format) and edit the jboss-service.xml file where you can find the MBean entries, including the HTTP socket listener's port number.