Uploaded image for project: 'TomEE'
  1. TomEE
  2. TOMEE-2056

tomee.sh does not support all possible options if you use deploy or undeploy-command

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Resolved
    • 1.7.0, 1.7.1, 1.7.2, 1.7.3, 7.0.0-M1, 7.0.0-M2, 1.7.4, 7.0.0-M3, 7.0.0, 1.7.5, 7.0.1, 7.0.2, 7.0.3, 1.7.6
    • 7.0.9
    • TomEE Core Server
    • None
    • FreeBSD 10.3-STABLE amd64
      openjdk8-8.131.11

    Description

      I use in openEJB-Standalone a command like the following, to deploy my EARs.

      apache-openejb/bin/openejb deploy -s ejbd://myhost:4201 -u MyBeans.ear

      With tomee.sh i can't use any option with the deploy or the undeploy-comand. I get ther error "Usage: <tomee.sh> deploy <path>"

      Patch:
      Replace the line
      echo "Usage: <tomee.sh> $1 <path>"
      in tomee.sh withe the line
      "$_RUNJAVA" $DEBUG $LOGGING_MANAGER -Dopenejb.base="$CATALINA_BASE" -cp "$CLASSPATH" org.apache.openejb.cli.Bootstrap "$@"

      Attachments

        Activity

          People

            Unassigned Unassigned
            lhersch Lars Herschke
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: