Glassfish unable to deploy at root because default-web-module is declared

前端 未结 4 2050
太阳男子
太阳男子 2020-12-21 19:31

While trying to deploy to Glassfish Server Open Source Edition 3.1.2.2 (build 5) from both Netbeans and Admin Console the following message is thro

4条回答
  •  执念已碎
    2020-12-21 20:16

    There 2 ways:

    1. From Glassfish admin.

      Configurations -> server-config -> Virtual Servers -> server. Then select empty row for Default Web Module attribute and save.

    2. Open file glassfish/domains/{your_domain_name}/config/domain.xml, find line similar to

    
    

    and delete default-web-module attribute.

提交回复
热议问题