开发者

using old port after chaging domain.xml

I am using Glassfish V3 which comes with netbeans only , as there are few servers running on my pc , i have changed the port from 8080 to 8787 of glassfish v3 by altering domain.xml

<http-listener id="http-listener-1" port="8787" a开发者_JS百科ddress="0.0.0.0" default-virtual-server="server" server-name="" />
<http-listener id="http-listener-2" port="8181" enabled="false" address="0.0.0.0" security-enabled="true" default-virtual-server="server" server-name="">

Now when i deploy the restful webservies over server or click on Test Restful Webservice in netbeans i am getting a page in a browser which still uses the old port and even there is not webservice option get displayed on it the page is blank. here is the screen shot

note: i tried restarting it may times but still using the old port

using old port after chaging domain.xml


In your Netbeans project node there must be a sub node like "Generated sources (rest-test)" or similar (I don't have Netbeans in english).

If you expand this node, there must be a file named test-resbeans.html. Open this file and check the following entry:

var baseURL = "http://localhost:8080/MyFirstWebService/||/resources";

The term MyFirstWebservice needs to be replaced by your services's name.

Change the port there if necessary.


There was an open issue for something similar. I fixed it a while back, but the change will be in NB 7.0. I do not think anybody will backport the change into 6.7... but you never know.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜