0
我可以告訴我的Intellij爲tomcat和Webpshere jar文件重建.class嗎?JRebel Tomcat + Websphere
我的模塊配置:
<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(重新)在IntelliJ IDEA中構建項目,但是接下來你會問到關於JRebel的配置。那麼你真正的目標是什麼? –
或者您可能想要同時在Tomcat和WebSphere中重新加載類? –
我想同時在Tomcat和WebSphere中重新加載類。 – Kertt123