2 Replies Latest reply on Feb 26, 2007 3:48 PM by theute

    how to create my own portal?

    adamzrk

      I have one question: how to create my own portal, which will be available under the context /portal/portal/myPortal? I know that I have to create web.xml, portlet.xml, jboss-portlet.xml, portlet-instances.xml, myPortal-object.xml, but where to configure the layout (p:region) ? Why I see the ClassCastException when I deploy portal created with spring portlet mvc (jboss cannot cast from DispatcherPortlet to Portlet :| ).

      any help will be appreciated

      Adam

        • 1. Re: how to create my own portal?
          adamzrk

          I don't believe that no one knows...
          Are there no tutorials about it..?


          Regards

          • 2. Re: how to create my own portal?
            theute

            Your questions is a mix of several questions, you should make it clearer if you want answers.

            To create a portal you should read the documentations. You can use the XML descriptors or the management portlet.

            To configure the layout see the reference documentation again and see the embedded samples.

            About your classcast exceptions we would need more details.