3 Replies Latest reply on May 2, 2006 10:47 AM by poyge394

    how to deploy a singe portlet?

    obscure_eidolon

      hi,
      How can I deploy a single portlet(ie: not assigned to a page)?

      i've tried
      trial-object.xml
      <?xml version="1.0" encoding="UTF-8"?>


      <if-exists>overwrite</if-exists>

      <instance-name>MyPortletInstance</instance-name>
      <component-ref>trial.MyPortlet</component-ref>




      also I've added the portlet.xml and web.xml files and packaged all in a .war file.
      The instance didn't show in the instances list?
      can anyone help?

      Bassel