开发者

Downloading application from weblogic server

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


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜