1) I deploy my portlets in extracted form, for instance a helloworld portlet would be copied in the folder: $PORTAL_HOME/server/default/deploy/jboss-portal.sar/helloworld.war/
2) I don't know if web.xml is required but usually i add a minimal web.xml file to my portlet application: --------- <?xml version="1.0"?> <web-app> </web-app> --------- 3) No, i think you don't need to use the pluto portlet container to run JSR 168 portlets. 4) Which deployment descriptors to use depends on the jboss portal version. With version 2.2 some XML deployment descriptors where replaced by a new one: *-object.xml, but this is all well documented in the docs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3911654#3911654 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3911654 ------------------------------------------------------- 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
