You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by cd...@apache.org on 2006/12/28 06:06:30 UTC

svn commit: r490650 - /portals/pluto/trunk/pluto-portal/src/main/webapp/WEB-INF/fragments/admin/page/TomcatDeploymentHelp.jsp

Author: cdoremus
Date: Wed Dec 27 21:06:29 2006
New Revision: 490650

URL: http://svn.apache.org/viewvc?view=rev&rev=490650
Log:
Added links on page bottom.

Modified:
    portals/pluto/trunk/pluto-portal/src/main/webapp/WEB-INF/fragments/admin/page/TomcatDeploymentHelp.jsp

Modified: portals/pluto/trunk/pluto-portal/src/main/webapp/WEB-INF/fragments/admin/page/TomcatDeploymentHelp.jsp
URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-portal/src/main/webapp/WEB-INF/fragments/admin/page/TomcatDeploymentHelp.jsp?view=diff&rev=490650&r1=490649&r2=490650
==============================================================================
--- portals/pluto/trunk/pluto-portal/src/main/webapp/WEB-INF/fragments/admin/page/TomcatDeploymentHelp.jsp (original)
+++ portals/pluto/trunk/pluto-portal/src/main/webapp/WEB-INF/fragments/admin/page/TomcatDeploymentHelp.jsp Wed Dec 27 21:06:29 2006
@@ -14,6 +14,9 @@
 See the License for the specific language governing permissions and
 limitations under the License.
 --%>
+<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
+<%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt" %>
+<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet" %>
 
 <div class="portlet-section-header">Page Adminstrator Portlet Help</div>
 
@@ -46,8 +49,10 @@
     &lt;portlets&gt;
       &lt;portlet name="HelloWorldPortlet"/&gt;
     &lt;/portlets&gt;
-  &lt;/portlet-app&gt;
+&lt;/portlet-app&gt;
 </pre>  
+</p>
+<p class="portlet-font">
 When these steps have been done, restart Pluto and use the Page Administrator Portlet to add the new portlet to a page. If you want to put the portlet on a new page, you must do so by manually adding a page element as a child of the render-config element in pluto-portal-driver-config.xml before you restart Pluto.
 </p>
 
@@ -60,3 +65,17 @@
 	That help file needs to reside in this directory (WEB-INF/fragments/admin/page).
 </p>
 
+
+<fmt:bundle basename="AdminPortlet">
+	<fmt:message key="appserver.deployer.url" var="deployerURL"/>
+</fmt:bundle> 
+
+<p class="portlet-font">
+<a href='<c:out value="${deployerURL}"/>' target="_blank">Upload and deploy a new portlet war</a> 
+</p>
+<p class="portlet-font">
+<a href='<portlet:renderURL portletMode="view"/>'>Page Administrator Portlet</a> 
+</p>
+<p class="portlet-font">
+<a href='<portlet:renderURL portletMode="help"/>'>Page Administrator Portlet Help</a> 
+</p>