简体   繁体   English

从Weblogic服务器下载应用程序

[英]Downloading application from weblogic server

I have requirement for testing a j2ee application which is deployed in a weblogic server. 我需要测试部署在weblogic服务器中的j2ee应用程序。 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. 由于weblogic服务器占用了大量内存,因此我想运行我的测试用例以在另一个盒子中运行,连接到weblogic服务器并从那里下载耳朵,然后进行修改并重新部署。

I know that it is possible to remotely deploy application in weblogic. 我知道可以在weblogic中远程部署应用程序。 But is it possible to download the application from weblogic ? 但是可以从weblogic下载该应用程序吗? using JMX ? 使用JMX?

Thanks in advance. 提前致谢。

Thanks 谢谢
J Ĵ

JMX is for the runtime configuration and management (Java Management Extensions). JMX用于运行时配置和管理(Java管理扩展)。 What you're looking for is much simpler - On the WebLogic console, go to the deployments and click on the application of interest. 您要找的东西要简单得多-在WebLogic控制台上,转到部署并单击所需的应用程序。

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. 接下来,找出已部署的应用程序的路径是什么,然后手动将ear文件(如果在UNIX中,则为scp)复制到本地目录中。

If you don't have access to the hosting server then it's not possible to download the app. 如果您无权访问托管服务器,则无法下载该应用程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Weblogic服务器:从Weblogic应用程序分析数据源上的JDBC调用 - Weblogic server: Profiling JDBC calls on a DataSource from an weblogic application 使用Java EE应用程序中的特定Weblogic托管服务器 - Use specific Weblogic managed server from java ee application 如何在Weblogic应用服务器上部署SpringBoot应用程序? - How to deploy SpringBoot Application on Weblogic application server? 在WebLogic Server中的服务器重新启动上重新部署应用程序 - To redeploy an application on server restart in weblogic server 关于在Oracle Weblogic AS(WebLogic Server:10.3.4.0)上进行应用程序部署的提示 - Hints on application deployment on Oracle Weblogic AS (WebLogic Server: 10.3.4.0) 为什么WebLogic Application Server 12c客户端中的Apache CXF 2.7.8忽略来自服务器的FIN? - Why does an Apache CXF 2.7.8 in WebLogic Application Server 12c client ignore FIN from the server? WebLogic Server上的Java Web应用程序内存使用情况 - Java web Application memory usage on WebLogic Server Weblogic服务器12.2.1中应用程序的多实例访问 - Multiple instance access of an application in weblogic server 12.2.1 Weblogic服务器应用程序中的IE证书问题 - IE certificate issue in Weblogic server application Weblogic 12.2.1 应用服务器 JDK 11 支持 - Weblogic 12.2.1 Application server JDK 11 support
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM