Admin port configuration not found' error while setting up Glassfish config in IntelliJ

前端 未结 4 1056
春和景丽
春和景丽 2021-02-20 08:08

When setting up Glassfish in IntelliJ IDEA I get the following Error message ´Admin port configuration not found´.

Now I searched high an low but I found no place where

4条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-02-20 08:51

    IDEA GlassFish integration detects admin port from the file: /config/domain.xml

    XPaths checked:

    /configs/config[@name='server-config']/http-service/http-listener[@id='admin-listener']/@port
    /configs/config[@name='server-config']/network-config/network-listeners/network-listener[@protocol='admin-listener']/@port
    

    If domain.xml can't be found or both XPaths aren't valid you'll be warned with the message Admin port configuration not found.

提交回复
热议问题