Java 如何在RESTfulWeb服务中编辑默认URL

Java 如何在RESTfulWeb服务中编辑默认URL,java,netbeans-7,restful-url,Java,Netbeans 7,Restful Url,我使用netbeans创建了Restful web服务,但无法更改默认URL。是这样的 http://localhost:8080/project/resources/path 所以我需要将该url更改为 http://localhost:8080/project/search/path. 那么有可能做到这一点吗?请给出解决方案。尝试更改服务配置中的url

我使用netbeans创建了Restful web服务,但无法更改默认URL。是这样的

http://localhost:8080/project/resources/path 
所以我需要将该url更改为

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

那么有可能做到这一点吗?请给出解决方案。

尝试更改服务配置中的url