unable to redeploy web application on glassfish3

前端 未结 4 1980
野性不改
野性不改 2021-01-27 20:41

I m trying to deploy a web application using netbeans to glassfish 3.01 but i m not able to do so

Glassfish says

Inconsistent Module State

the web app h

4条回答
  •  再見小時候
    2021-01-27 20:58

    Open the domain.xml file that you will find in this folder:

    "your glassfish installation"/domains/"your domain"/config

    In this file look for your application deployment configuration to manually remove it:

    1) Remove the web-module tag

    
    ...
    
     ...
    
    

    2) Also remove the application-ref to your application:

    
     ...
       
     ... 
    
    

提交回复
热议问题