1 Reply Latest reply on May 31, 2005 7:48 PM by peterj

    production config.

    kanonmicke

      Hello!

      This is a really basic question that I haven't been able to find any answer on.

      I have been developing a new website and have used the url http://localhost:8080/warehouse/index.htm for my development environment.

      Now that I will move to a production environment I wonder how I can change the url to http://www.mydomain.com/

      without the port and /warehouse extension.....

      Thank you for taking time.
      /M

        • 1. Re: production config.
          peterj

          Try the following.

          In your WEB-INF/jboss-web.xml file, add the enry:

          <context-root>/</context-root>


          And in the deploy/http-invoker.sar/META-INF/jboss-service.xml file, change all occurrances of 8080 to 80.