嵌入式 GlassFish 3.1 不再能够静态获取服务器引用

发布于 2024-10-28 00:37:06 字数 571 浏览 2 评论 0 原文

我正在使用 GlassFish 3.1 中的新 可嵌入 api 并遇到问题。

以前使用旧的 嵌入式 api 我可以调用获取当前正在运行的服务器的静态方法。

org.glassfish.api.embedded.Server.getServer(serverName)

使用新的嵌入式 api,只有一种方法来获取新服务器

GlassFish glassfish = GlassFishRuntime.bootstrap().newGlassFish(glassfishProperties)

,我需要能够使用 CommandRunner 在已在其他地方启动的嵌入式 glassfish 实例中创建文件用户。

I am working with the new embeddable api in GlassFish 3.1 and have come across a problem.

Previously using the old embedded api I could call a static method to get a currently running server.

org.glassfish.api.embedded.Server.getServer(serverName)

With the new embeddable api there is only a method to get a new server

GlassFish glassfish = GlassFishRuntime.bootstrap().newGlassFish(glassfishProperties)

I have a requirement to be able to use the CommandRunner to create a file user in an instance of embedded glassfish that has been started elsewhere.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文