1 Reply Latest reply on Sep 13, 2006 3:57 PM by peterj

    Source Code for Default Portal

    portalgeek

      Hi,

      Where i can i find the code for default portal which comes with JBoss? I mean when you type in http://localhost:8080/portal...the code for this portal.


      thanks

        • 1. Re: Source Code for Default Portal
          peterj

          First download the portal source code and unzip it. The various portlets are in various locations:

          jboss-portal-2.4.0-src/samples/src/main/org/jboss/samples/portlet
          jboss-portal-2.4.0-src/cms/src/main/org/jboss/portal/cms
          and various other locations

          The default portal layout, including page descriptions, can be found at:

          jboss-portal-2.4.0-src/core/src/resources/portal-samples-war/WEB-INF

          Look at the various descriptor xml files.