0

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.

mssb
  • 878
  • 1
  • 8
  • 19

1 Answers1

1

Try to change the url in the service configuration

code-jaff
  • 9,230
  • 4
  • 35
  • 56