dev@glassfish.java.net

V3 redeploy does not work

From: Ludovic Champenois <Ludovic.Champenois_at_Sun.COM>
Date: Tue, 11 Mar 2008 14:15:15 -0700

At least for me, via the V3 NetBeans plugin.
What Nb does is do a first deploy, then once deployed, issues the url:

http://localhost:8080/__asadmin/redeploy?name=WebApplication18

Which gives me a error:


  GlassFish deploy AdminCommand command report



Exit Code : FAILURE
------------------------------------------------------------------------


    File not found :
    /Users/ludo/glassfish-10.0-SNAPSHOT/glassfish/WebApplication18


the http://localhost:8080/__asadmin/list-applications command show the
app is deploy, so only the redeploy does not work via the command we use.
So either we use the wrong command, or redeploy is broken.


Ludo