I have an Enterprise Java Application. Which has a *.war and a *.jar, when I ran the war it works fine but when I run the Enterprise shows me an error "java.net.MalformedURLException: no protocol: ${client.url}"
When I clean and build it's all ok but when I run it I'm having the following error at the Netbeans' console:
I'm using: Netbeans 8.1, wildfly 10.0, Java EE 7
And this is my tree...
Am I missing something?