Admin port configuration not found' error while setting up Glassfish config in IntelliJ
IDEA GlassFish integration detects admin port from the file: <domain folder>/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
.