I've got Glassfish 2.1.1 here and I need to undeploy war application. Problem is that the application is corrupted and prevents the Glassfish server from starting, so I need to undeploy it while server is down.

asadmin undeploy need conenction to running server...

So the question is - how to undeploy from off-line Glassfish server.

link|improve this question
feedback

2 Answers

up vote 3 down vote accepted
  1. delete directory domains/$YOUR_DOMAIN/applications/$YOUR_APPLICATION (thanks, chris_l)
  2. remove all data regarding $YOUR_APPLICATION from domains/$YOUR_DOMAIN/config/domain.xml (usually there are two records - one in domain>applications>web-module and one in domain>servers>server>application-ref)
link|improve this answer
feedback

Have you tried simply deleting the application's directory domains/$YOUR_DOMAIN/applications/$YOUR_APPLICATION? Make a backup first!

link|improve this answer
Yes I did. Does not work. Glassfish have got some data about deployed apps in domains.xml. – andrej Apr 16 '10 at 13:13
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.