Run a ColdFusion portlet on WebSphere Portal Server

To access and run ColdFusion portlets on WebSphere Portal Server 6.1:

  1. Create cfusion.war file.

  2. Extract it using jar -xvf cfusion.war

  3. Create a /portlets directory under cfusion.war.

  4. Add portlets to the /portlets directory. Add portlet entries to portlet.xml, present at:

    cfusion.war/WEB-INF/portlet.xml

  5. Go to repackage the WAR file using jar cvf cfusion.war.

  6. Deploy it through WebSphere Portal Server administrator console. The portlets would be visible present in portlet.xml

  7. Create a portal page and add the portlets.