Package your portlet into a war. The descriptor file (*.xml) all go in WEB-INF, the portlet class you can put into WEB-INF/classes or package as a jar and put in WEB-INF/lib. If you have html, jsp, images, etc they go wherever you would put them into a typical war.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141433#4141433 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141433 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
