You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2017/06/15 09:31:13 UTC

tomee git commit: TOMEE-2056 better help for deploy/undeploy - missing contextual command

Repository: tomee
Updated Branches:
  refs/heads/master 86ad10311 -> 13d782847


TOMEE-2056 better help for deploy/undeploy - missing contextual command


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/13d78284
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/13d78284
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/13d78284

Branch: refs/heads/master
Commit: 13d78284757c1c3281a4866caae5434344a4c284
Parents: 86ad103
Author: rmannibucau <rm...@apache.org>
Authored: Thu Jun 15 11:31:07 2017 +0200
Committer: rmannibucau <rm...@apache.org>
Committed: Thu Jun 15 11:31:07 2017 +0200

----------------------------------------------------------------------
 tomee/apache-tomee/src/main/resources/tomee.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/13d78284/tomee/apache-tomee/src/main/resources/tomee.sh
----------------------------------------------------------------------
diff --git a/tomee/apache-tomee/src/main/resources/tomee.sh b/tomee/apache-tomee/src/main/resources/tomee.sh
index e5b3c00..fc2a9fe 100644
--- a/tomee/apache-tomee/src/main/resources/tomee.sh
+++ b/tomee/apache-tomee/src/main/resources/tomee.sh
@@ -125,7 +125,7 @@ if [ "$1" = "deploy" ] || [ "$1" = "undeploy" ]; then
         echo "${1}ing $2"
         "$_RUNJAVA" $DEBUG $LOGGING_MANAGER -Dopenejb.base="$CATALINA_BASE" -cp "$CLASSPATH" org.apache.openejb.cli.Bootstrap $1 -s auto $2
     else
-        "$_RUNJAVA" $DEBUG $LOGGING_MANAGER -Dopenejb.base="$CATALINA_BASE" -cp "$CLASSPATH" org.apache.openejb.cli.Bootstrap
+        "$_RUNJAVA" $DEBUG $LOGGING_MANAGER -Dopenejb.base="$CATALINA_BASE" -cp "$CLASSPATH" org.apache.openejb.cli.Bootstrap $1
     fi
 elif [ "$1" = "start" ] || [ "$1" = "stop" ]; then
     echo "To start or stop TomEE please use catalina.sh/startup.sh/shutdown.sh instead of tomee.sh"