mssb
mssb

Reputation: 878

How to Edit default URL in Restful web service

I created Restful web service using netbeans but I can't change the default URL. it is like this

http://localhost:8080/project/resources/path 

so I need to change that url to

http://localhost:8080/project/search/path. 

so is it possible to do that? please give a solution.

Upvotes: 0

Views: 787

Answers (1)

code-jaff
code-jaff

Reputation: 9330

Try to change the url in the service configuration

Upvotes: 1

Related Questions