0 Replies Latest reply on Jan 20, 2006 4:38 AM by tschmidt2

    Instance/Deployment of portlet in core

    tschmidt2

      Hello everyone,

      I wanted to ask how you can get a second instance of a core portlet without using the management portlet. Example:

      in portal-core.war/web-inf/portlet-instances.xml

      there is an entry


      <instance-name>CatalogPortletInstance</instance-name>
      <component-ref>CatalogPortlet</component-ref>



      what I tried now is adding the following entry:



      <instance-name>CatalogPortletInstance2</instance-name>
      <component-ref>CatalogPortlet</component-ref>



      in theory shouldn't this result in another instance of the CatalogPortlet which shows up in management portlet / instances ?
      When I use the management portlet to create a new instance it shows up correctly.

      Is there another thing to change to accomplish the task ?

      Greetings Thorsten