wsadmin:如何检查现有资源引用?
使用 $AdminApp 查看
可以列出为已部署的 EJB 模块定义的资源引用。但是,该命令的结果是纯文本(此外还可以进行本地化)。要提取该信息,就必须解析该文本,这不是很方便。有没有办法使用 $AdminConfig 以结构化形式获取相同的信息(即应用程序的资源引用)?
With $AdminApp view <applicationName> -MapResRefToEJB
it is possible to list the resource references defined for a deployed EJB module. However, the result of that command is plain text (that in addition may be localized). To extract that information one would have to parse this text, which is not very convenient. Is there a way to get the same information (i.e. the resources references of an application) in a structured form using $AdminConfig?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
AppManagement
MBean 以结构化格式提供此数据(AppDeploymentTasks
)。要使用wsadmin
脚本 (jython
) 获取此数据:The
AppManagement
MBean provides this data in a structured format (Vector ofAppDeploymentTasks
). To obtain this data usingwsadmin
scripting (jython
):