WSO2 listAdminServices - 商店页面中显示的服务
WSO2 listAdminServices - services showed in the store page
是否可以从 jaggery 执行命令 listAdminServices 以在商店页面中显示服务列表?
is it possible to execute the command listAdminServices from jaggery
to show the services list in the store page ?
目前只能通过OSGI获取。而且,这是一个静态列表,如果你需要,你可以使用 OSGI listdown 并在 UI.
中显示
启用管理服务编辑 carbon.xml 在 [APIM_HOME]/repository/conf 目录
中找到
<HideAdminServiceWSDLs>false</HideAdminServiceWSDLs>
- 像
sh wso2server.sh -DosgiConsole
一样启动APIM
- 在 OSGI shell 中,键入
osgi> listAdminServices
是否可以从 jaggery 执行命令 listAdminServices 以在商店页面中显示服务列表?
is it possible to execute the command listAdminServices from jaggery to show the services list in the store page ?
目前只能通过OSGI获取。而且,这是一个静态列表,如果你需要,你可以使用 OSGI listdown 并在 UI.
中显示启用管理服务编辑 carbon.xml 在 [APIM_HOME]/repository/conf 目录
中找到<HideAdminServiceWSDLs>false</HideAdminServiceWSDLs>
- 像
sh wso2server.sh -DosgiConsole
一样启动APIM
- 在 OSGI shell 中,键入
osgi> listAdminServices