“Web Services” Node is absent in GlassFish Server Open Source Edition 3.0.1

情到浓时终转凉″ 提交于 2019-12-14 02:12:05

问题


I can't see the "Web Services" Node (Menu Item in the Tree-like menu that GF admin console has on its left side) in glassfish's admin console.

Is there a way to enable it in glassfish? Should I download any upgrades for glassfish to enable it?


回答1:


Short answers: No and no.

Longer answer:

There have been a fair number of changes in the Admin Console between GlassFish Server 2.x and 3.x.

There is no explicit node in the tree in 3.x. Most of the data that was available in the tree has been shifted into the pages associated with the app that implements the endpoint.

If you have an endpoint defined in a web application named WSI, you can find info about the endpoints on the pages that are associated with WSI.




回答2:


The special node "Web Services" was provided in order to perform web services management related tasks. (such as publish to registry, unpublish from registry, list registry locations, etc)

All web services management commands are not supported in 3.x release and thus the "Web Services" node. Don't know the exact reason why it was done.



来源:https://stackoverflow.com/questions/3268018/web-services-node-is-absent-in-glassfish-server-open-source-edition-3-0-1

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!