From: dion g. <dio...@us...> - 2005-11-03 00:29:49
|
diongillard 05/11/02 16:29:37 Modified: was5/src/plugin-resources build.xml.jelly Log: Host is not valid for stopServer. If you are stopping a server remotely, you must use wsadmin -host HostName -c "$AdminControl stopServer serverName". Maybe we should replace this goal with the wsadmin script exec only? Revision Changes Path 1.4 +0 -1 maven-plugins/was5/src/plugin-resources/build.xml.jelly Index: build.xml.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/src/plugin-resources/build.xml.jelly,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- build.xml.jelly 24 Jun 2005 02:09:28 -0000 1.3 +++ build.xml.jelly 3 Nov 2005 00:29:37 -0000 1.4 @@ -49,7 +49,6 @@ <target name="wasStopServer"> <wasStopServer server="${maven.was5.stopServer.server}" conntype="${maven.was5.stopServer.conntype}" - host="${maven.was5.stopServer.host}" port="${maven.was5.stopServer.port}" timeout="${maven.was5.stopServer.timeout}" username="${maven.was5.stopServer.username}" |