Wildfly 15.0.1.Final - Web Application Error
问题 Wildfly 15.0.1 When I run a simple javaee 6 web application in wildfly 15.0.1 which was build under java 1.8 with netbeans 8.2 give the following error. But when I browse the url application works fine. java.net.MalformedURLException: For input string: "8080undefined" at java.net.URL.<init>(URL.java:627) at java.net.URL.<init>(URL.java:490) at java.net.URL.<init>(URL.java:439) at org.netbeans.modules.ant.browsetask.NbBrowse.execute(NbBrowse.java:92) at org.apache.tools.ant.UnknownElement