1 Reply Latest reply on Jan 31, 2006 12:04 PM by psalvadori

    URL issues

    alexeyg

      Hello,

      This is a noob question... I tried several different things, read through all forums, but could not find the answer to this. There were several similar questions though... Did anybody ever find an answer?

      All I need is for all requests to be forwarded to 1 portal.
      I need http://localhost:8080 to point to my portal...

      Servlet mapping points PortalServletWithPathMapping to /* Doesn't this mean all unmached URIs will go to that servlet?

        • 1. Re: URL issues
          psalvadori

          Hi alexeyg,
          for my portal i've used a trick to obtain this behavior: I've set teh following html tag in the index.html of the tomcat distribution inside JBoss.

          file-path: $JBOSS_HOME/server/default/deploy/jbossweb-tomcat55.sar/ROOT.war/index.html

          between html head tag:

          <meta content="0;URL=/portal/portal/<portal-name>/default" http-equiv="Refresh"/>


          I hope this help you.
          Paolo.