Weblogic环境中的JRebel

时间:2013-02-07 10:04:37

标签: eclipse weblogic-10.x jrebel

我通过启用jrebel远程处理并将部署URL设为

,在eclipse中创建了一个项目
http://172.27.162.28:7001/testJrebel/

我在成功获得输出之前在weblogic10服务器上部署了war文件

我通过点击同步

在我的ecllipse IDE中做了一些chnages

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

  

JRebel Remoting没有回复。服务器已启动,但启用了JRebel Remoting吗?

3 个答案:

答案 0 :(得分:3)

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

我认为你必须从Help (Menu) >> Check for Updates

更新 JRebel

答案 1 :(得分:2)

您实际上必须使用 -Drebel.remoting_plugin = true

明确启用远程处理功能

答案 2 :(得分:0)

WebLogic应该从命令行启动。
必须指定Javaagent -javaagent:%REBEL_HOME%\ jrebel.jar

https://manuals.zeroturnaround.com/jrebel/standalone/launch-from-command-line.html