java - URL of Netbeans project using WildFly -
how can determine url of java class check simple rest application? server url goes straight index page is: http://localhost:8080/helloworld-1.0-snapshot/. im following guide here , want test java class returns expect. tried
http://localhost:8080/helloworld-1.0-snapshot/webresources/test/hello/world no luck

Comments
Post a Comment