java - How can I remove port from the endpoint? -


i write simple web service. after deploying endpoint url this: http://mycomputer1:80/mywebservices/myservice

@webservice(name="myservice", servicename = "mywebservices") public interface imyservice{ // code } 

how can remove port 80 endpoit next url: http://mycomputer1:80/mywebservices/myservice

port 80 default port http, endpoint work without specifying port. no need work "remove" it.


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -