Run a ColdFusion portlet on WebSphere Portal Server
        
        
        
        To access and run ColdFusion portlets on WebSphere Portal
Server 6.1:
Create cfusion.war file.
 
Extract it using jar -xvf cfusion.war
 
 Create a /portlets directory under cfusion.war.
 
Add portlets to the /portlets directory.
Add portlet entries to portlet.xml, present at: 
cfusion.war/WEB-INF/portlet.xml
 
Go to repackage the WAR file using jar cvf cfusion.war.
 
Deploy it through WebSphere Portal Server administrator console.
The portlets would be visible present in portlet.xml
 
Create a portal page and add the portlets.