Tomcat用の.classとWebpshereのjarファイルの再構築をIntellijに伝えることはできますか?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の作業が、WebSphere用<jar>
が使用されることはありません。
あなたは何をしようとしていますかを明確にしてください。 (Shift)-F9(re)はIntelliJ IDEAでプロジェクトをビルドしますが、次にJRebelの設定について質問しています。あなたの本当の目標は何ですか? –
また、TomcatとWebSphereのクラスを同時にリロードすることもできますか? –
TomcatとWebSphereのクラスを同時に読み込みたいです。 – Kertt123