1 Reply Latest reply on Jun 14, 2006 3:38 PM by rali.genova

    Changing Portal URL

    rflammer

      Hi,

      I am using JBoss 4.03SP1 with JBoss Portal 2.2 using HSQLDB 1.8.0.4.

      I am trying to figure out how to change the URL to my portals.
      For example I have a portal called TestPortal. By default it maps to http://localhost:8080/portal/portal/TestPortal.
      What can I do to change that so it could be http://localhost:8080/ or http://localhost:8080/other where other is any folder name I want?

      In the user guide it says something about changing $PORTAL_HOME/build/local.properties, but I can't find this.

      Please help if you can. Thanks.

        • 1. Re: Changing Portal URL

          The local.properties file exists only in the src distribution. To change the context path in the binaries, you need to change jboss-web.xml

          <context-root>/portal</context-root>
          This file is located in jboss-portal.sar/portal-server.war/WEB-INF