从weblogic服务器下载应用程序

发布于 2024-09-08 20:46:28 字数 254 浏览 1 评论 0原文

我需要测试部署在 weblogic 服务器中的 j2ee 应用程序。 我必须让耳朵将我的测试类添加到其中并将其解聚回来。

由于weblogic服务器占用了这么多内存,我想运行我的测试用例在另一个盒子中运行,连接到weblogic服务器并从那里下载ear并修改并部署回来。

我知道可以在 weblogic 中远程部署应用程序。 但是可以从 weblogic 下载应用程序吗?使用 JMX?

提前致谢。

谢谢
J

I have requirement for testing a j2ee application which is deployed in a weblogic server.
I have to get the ear add my testclasses into that and depoly it back.

Since weblogic server takes so much memory , I want to run my testcases to run in another box , connect to the weblogic server and download the ear from there and modify and deploy it back.

I know that it is possible to remotely deploy application in weblogic.
But is it possible to download the application from weblogic ? using JMX ?

Thanks in advance.

Thanks
J

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

離殇 2024-09-15 20:46:28

JMX 用于运行时配置和管理(Java 管理扩展)。您要寻找的内容要简单得多 - 在 WebLogic 控制台上,转到部署并单击感兴趣的应用程序。

接下来,找出已部署应用程序的路径,然后手动将ear 文件复制(如果您在UNIX 中,则为scp)到本地目录。

如果您无权访问托管服务器,则无法下载该应用程序。

JMX is for the runtime configuration and management (Java Management Extensions). What you're looking for is much simpler - On the WebLogic console, go to the deployments and click on the application of interest.

Next, figure out what the path of the deployed application is and then manually copy (scp if you're in UNIX) the ear file over to your local directory.

If you don't have access to the hosting server then it's not possible to download the app.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文