1 Reply Latest reply on Jan 8, 2007 7:28 AM by sridhark79

    Default Login page not needed

    vikash.anand

      Dear All;
      I have developed 5 portles and have deployed successfully. Whenever i need to access them i have to pass through index.jsp where i need to provide username and password (currently i am using admin/admin).

      I do not want login page. I want my page to be shown when i enter URL. Please let me know how can we do that.

      Thanks in advance;
      Vikash Anand.

        • 1. Re: Default Login page not needed
          sridhark79

          Hi,

          There are two questions here One is to bypassing the login page and the second is showing you portal as the default one.

          If you deploy your application seperately as a WAR then you should be able to access your portal pages unless you force login.

          If you need to login and go to you portal by default then you need to add a property named portal.defaultObjectName to the Portal Database and set the value as the name of your portal. So after logging in Jboss would redirect to your portal.

          Hope it helps
          Sridhar