Skip to content

Commit

Permalink
Merge pull request #26 from jGauravGupta/FISH-252
Browse files Browse the repository at this point in the history
FISH-252 Unable to start Payara Server 5.2020.2+ from Eclipse IDE
  • Loading branch information
jGauravGupta authored Sep 10, 2020
2 parents 9ec4b57 + 8b7e41e commit f22eaec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ public String getDomainName() {
}

public String getDomainPath() {
return getAttribute(ATTR_DOMAINPATH, "");
return getAttribute(ATTR_DOMAINPATH, getDefaultDomainDir(getServer().getRuntime().getLocation()).toString());
}

public String getHost() {
Expand Down

0 comments on commit f22eaec

Please sign in to comment.