users@glassfish.java.net

Re: Problem undeploying

From: <forums_at_java.net>
Date: Fri, 30 Nov 2012 03:59:13 -0600 (CST)

Hello, I think you must specify the application *name* in the undeploy
command. When you deploy with : asadmin deploy --contextroot aaa
C:\path\to\coeaccEARe.ear Glassfish tells you the application is deployed
with name "coeaccEARe" (by default, the ear filename). So you should undeploy
with : asadmin undeploy coeaccEARe If you wish, you can also specify the
application name at deployment time with option --name : asadmin deploy
--contextroot aaa *--name myApplication* C:\path\to\coeaccEARe.ear Hope this
helps. Regards,

--
[Message sent by forum member 'mmuller']
View Post: http://forums.java.net/node/892824