2 Replies Latest reply on Dec 29, 2005 1:11 PM by vmarco

    Portal URLs

    vmarco

      I am new to JBoss Portal, but am very fluent with Weblogic Portal and JSR-168. I am using JBoss Portal 2.2 and JBoss 4.0.3 (the jboss portal 2.2 bundle), along with MySQL 5.

      I deploy demoportal.ear (which I created through descriptors), which contains the HelloWorldPortlet, along with 5 pages (all empty except the Home page).

      When I use the URL: http://localhost:8080/portal I do get the default portal, with tabs, windows, etc.

      Following the pattern in the examples and the default I try to access
      http://localhost:8080/portal/portal/demoportal however, I do not see any tabs instead I see the default portal default page.

      If I use http://localhost:8080/portal/portal/demoportal/Home it does access the page, but no tabs show up.

      Are my URLs off for accessing a deployed portal? I see no errors in the server console, I just cannot access my portal. Help.

        • 1. Re: Portal URLs
          vmarco

          Ok, so it seems I need a NavigationPortlet to provide the tabs. How do I add this. I tried inside a window, but that doesn't look right. Can I add it at the portal level of the descriptor?

          • 2. Re: Portal URLs
            vmarco

            Found it. For some odd reason I hadn't run across where the sample portal was located at. I can see how to do the tabs.

            Cheers,

            Vince