【发布时间】:2017-07-26 07:42:24
【问题描述】:
我可以告诉我的 Intellij 为 tomcat 和 Webpshere jar 文件重建 .class 吗?
我的模块配置:
<application generated-by="intellij" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.zeroturnaround.com" xsi:schemaLocation="http://www.zeroturnaround.com http://update.zeroturnaround.com/jrebel/rebel-2_1.xsd">
<classpath>
<dir name="C:/Workspace/Project/pro-commands/target/classes">
</dir>
<jar name="C:/Workspace/WAS8.5/profiles/project/installedApps/pckserkowskiNode01Cell/project-test.ear/pro-commands-1.0-SNAPSHOT.jar">
</jar>
</classpath>
</application>
<dir> 适用于 Tomcat,但从未使用过 <jar> 适用于 Websphere。
【问题讨论】:
-
请澄清,你想做什么? (Shift)-F9 (re) 在 IntelliJ IDEA 中构建项目,但随后您询问的是 JRebel 配置。那么你的真正目标是什么?
-
或者您想同时重新加载 Tomcat 和 WebSphere 中的类?
-
我想同时重新加载Tomcat和WebSphere中的类。
标签: java tomcat configuration websphere jrebel