Ok, here ya go: ***portlet.xml
| <?xml version="1.0" encoding="UTF-8"?> | | <portlet-app xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd" version="1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd"> | <portlet> | <description>Store Facilities-Requests</description> | <portlet-name>SFRequests</portlet-name> | <display-name>Store Facilities-Requests</display-name> | <portlet-class>com.storefacilities.portlets.Requests</portlet-class> | <expiration-cache>-1</expiration-cache> | <supports> | <mime-type>text/html</mime-type> | <portlet-mode>VIEW</portlet-mode> | <portlet-mode>EDIT</portlet-mode> | <portlet-mode>HELP</portlet-mode> | </supports> | <portlet-info> | <title>Store Facilities-Requests</title> | <short-title>Store Facilities-Requests</short-title> | <keywords>Store Facilities</keywords> | </portlet-info> | </portlet> | </portlet-app> | ***portlet-instances.xml | <?xml version="1.0" standalone="yes"?> | <instances> | <instance> | <instance-id>SFRequestsInstance</instance-id> | <portlet-ref>SFRequests</portlet-ref> | </instance> | </instances> | ***SFRequests-object.xml | <?xml version="1.0" encoding="UTF-8"?> | <deployments> | <deployment> | <if-exists>overwrite</if-exists> | <parent-ref>default.default</parent-ref> | <window> | <window-name>SFRequestsPortletWindow</window-name> | <instance-ref>SFRequestsInstance</instance-ref> | <region>center</region> | <height>1</height> | </window> | </deployment> | </deployments> | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953836#3953836 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953836 Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list JBoss-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-user