Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
以前は Java ファイルを編集して違い (system.out.print など) を確認できましたが、何かが起こって、今では最小の変更を加えるたびに tomcat が再起動し、起動するのを待たなければならないので、変化を見ることができます。
理由を知っている人はいますか?
次のように web.xml を編集する必要があります。
<Context reloadable="true">
<Context reloadable="false">
仕事をします。
提案してくれてありがとう