weaver 2004/01/15 12:38:58
Modified: portal/src/java/org/apache/jetspeed/tools/pamanager
PortletApplicationManager.java
Log:
Added documentation new parameters
Revision Changes Path
1.6 +9 -1
jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/tools/pamanager/PortletApplicationManager.java
Index: PortletApplicationManager.java
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/tools/pamanager/PortletApplicationManager.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- PortletApplicationManager.java 15 Jan 2004 20:29:21 -0000 1.5
+++ PortletApplicationManager.java 15 Jan 2004 20:38:58 -0000 1.6
@@ -89,6 +89,14 @@
* -DApplicationServer={Catalina}
* -DApplicationType={webapp|local}
* (default webapp)
+ * -DServer={host name of the target server}
+ * (optional: required for if deploying to Catalina)
+ * -DServerPort={port of the target server. Default: localhost}
+ * (optional: required for if deploying to Catalina. Default: 8080)
+ * -DUserName={User name to access the servers management system}
+ * (optional: required for if deploying to Catalina)
+ * -DPassword={Password to access the servers management system}
+ * (optional: required for if deploying to Catalina)
*
*Notes: The deploy action requires the WarFileName. If no ApplicationServer
* is defined it requires in additionthe WebappDir.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]