diff --git a/src/App.java b/src/App.java index 6999aa5..ff4382c 100644 --- a/src/App.java +++ b/src/App.java @@ -4,7 +4,8 @@ public class App { public static void main( String[] args ) { - String url = "http://localhost:8080/PersonWebService"; + + String url = "http://localhost:8081/PersonWebService"; Endpoint.publish(url, new PersonWebService()); } }