1 Reply Latest reply on Jun 27, 2008 3:48 PM by peterj

    Different ports for different applications

    aiko85

      Hi!

      Is it possible to deploy two or more applications so each is listening on a different port?

      Thanks for any help :)
      Anne

        • 1. Re: Different ports for different applications
          peterj

          Applications do not listen to ports - instead the containers into which the applications are deployed listen to ports. If you have two web applications, the web container handles both apps and the web container listens to a single port (8080 by default). Even if you configured the web container to listen to two ports, both apps would be available through both ports.