? appserver.patch.txt ? appserverpatch.txt ? src/plugin-resources/jetty-4.x.jelly ? src/plugin-resources/orion-2.0.2.jelly Index: plugin.jelly =================================================================== RCS file: /home/cvspublic/maven-plugins/appserver/plugin.jelly,v retrieving revision 1.5 diff -u -r1.5 plugin.jelly --- plugin.jelly 23 May 2003 00:01:12 -0000 1.5 +++ plugin.jelly 11 Feb 2004 22:40:13 -0000 @@ -14,6 +14,7 @@ + @@ -112,6 +113,17 @@ + + + + + + + + 40 12 or 13 + + Orion 2.0.2 + orion + 2.0.2 +

The following application servers are expected to be supported soon:

Index: xdocs/properties.xml =================================================================== RCS file: /home/cvspublic/maven-plugins/appserver/xdocs/properties.xml,v retrieving revision 1.3 diff -u -r1.3 properties.xml --- xdocs/properties.xml 19 Mar 2003 06:01:18 -0000 1.3 +++ xdocs/properties.xml 11 Feb 2004 22:40:13 -0000 @@ -462,6 +462,30 @@ are automatically built-in and do not need to be added here. + + maven.appserver.rmi.port + Yes + + RMI port you can specify. + Example: used to start/stop/restart orion appserver. + + + + maven.appserver.adminusername + Yes + + Admin username to use when communicating with appserver. + Example: used to start/stop/restart orion appserver. + + + + maven.appserver.adminpassword + Yes + + Admin password to use when communicating with appserver. + Example: used to start/stop/restart orion appserver. + +