WebLogic环境中的JRebel

问题描述 投票:2回答:3

我通过启用jrebel远程处理并在给定部署URL的情况下在Eclipse中创建了一个项目,>

http://172.27.162.28:7001/testJrebel/

并且在我成功获得输出之前,我将war文件部署在了weblogic10中;]

我通过单击同步在ecllipse IDE中做了一些改动

它给出以下错误...而不是提交...

JRebel Remoting没有回应。服务器已启动,但是是否启用了JRebel Remoting?

我通过启用jrebel远程处理在eclipse中创建了一个项目,并将部署URL设置为http://172.27.162.28:7001/testJrebel/,并且在成功获得部署之前,我在weblogic10服务器中部署了war文件...

eclipse weblogic-10.x jrebel
3个回答
3
投票
来自zeroturnaroundhttp / https端口用于远程处理。如果在浏览器中打开地址,会得到答复吗?您的服务器是否配置为使用JRebel远程处理?您是否在服务器中使用最新版本的JRebel 5.1.0?und.com/forums/topic/jrebel-remoting-server-not-responding /

我认为您必须从Help (Menu) >> Check for Updates更新

JRebel


2
投票
您实际上必须使用

-Drebel.remoting_plugin = true


0
投票
从命令行启动WebLogic时,需要在JAVA_OPTIONS中指定JVM参数agentpath。在startup.sh中进行设置时,它适用于整个Weblogic(管理服务器和实例服务器)。

https://manuals.jrebel.com/jrebel/standalone/launch-from-command-line.html#weblogic-10-x-and-12-x

© www.soinside.com 2019 - 2024. All rights reserved.