Hello Mohit, the link for the HelloWorld example is:
http://labs.jboss.com/file-access/default/members/portletswap/downloads/portlets/miscellaneous/HelloWorldPortlet.zip To get it running you need JBoss Portal 2.2 !!! (NOT JBoss Portal 2.0 !!!) these steps must be done (I am using linux here, but for windows it should be similar): 1) Downloading the example > wget > http://labs.jboss.com/file-access/default/members/portletswap/downloads/portlets/miscellaneous/HelloWorldPortlet.zip 2) Unzipping the archive > unzip HelloWorldPortlet.zip -d helloworld 3) Change the directory and compile the sources with apache ant. Package the portlet as *.ear file: > cd helloworld > ant all 4) Deploy the portlet, just copy the *.ear file into the jboss deploy folder: > cp output/lib/helloworld.ear $JBOSS_PORTAL/server/default/deploy/ Hope the helps. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912077#3912077 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912077 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
