users@glassfish.java.net

Re: Deploying applicatoins under v3

From: Alexis Moussine-Pouchkine <alexis.mp_at_sun.com>
Date: Thu, 28 Jun 2007 01:14:26 +0200

Simply use:
        asadmin deploy --path hello1.war

and:
        asadmin list-modules
        asadmin undeploy --name hello1

-Alexis

glassfish_at_javadesktop.org wrote:
> Thanks - I am using v3 - I rechecked my syntax and I needed to drop the --path out altogether - and the =. I've gotten a little farther with the following syntax:
>
> asadmin deploy --user admin --port 8080 hello1.war
>
> here's the error -
> CLI171 Command deploy failed : Deployment of application failed - java.io.IOException: http://localhost:8080/web1/remotejmx
>
> Any ideas will be appreciated.
> -Neil
> [Message sent by forum member 'neildschneider' (neildschneider)]
>
> http://forums.java.net/jive/thread.jspa?messageID=224359
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>