1 Reply Latest reply on Oct 2, 2005 1:39 PM by neelixx

    Two instances

    lobomufasa

      Hi,

      I have to serve two web applications with one jboss server. I can't use virtual hosts, so I need to serve any application in different ports, so I can't find how.

      Anyone have done this?

      Thanks

        • 1. Re: Two instances
          neelixx

          Realistically, you can serve hundreds of web applications from a single server.... you'll just need to set the context path of each application.

          If you can't do this, can you post more about your environment? I'm not understanding your question.

          WebApp1: context root = /webapp1
          WebApp2: context root = /webapp2

          You access webapp1 by http://server/webapp1
          You access webapp2 by http://server/webapp2