1 Reply Latest reply on Jun 20, 2002 1:08 AM by davidjencks

    deployment API?

    fxia99

      Does JBoss have deployment API that developers can use it to deploy an application programmatically?

      thanks

      Frank

        • 1. Re: deployment API?
          davidjencks

          Yes. In 3.0, call deploy on the MainDeployer mbean through jmx. The testsuite is based on this, see JBossTestServices. I will be committing an ant task that can be used for this shortly.

          In 2.4, its possible and similar but I don't know the details.