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.
war ファイル名が ROOT.war 以外の場合、展開され、対応するフォルダーが作成されます。しかし、戦争名が ROOT.war の場合は展開されません。
何が問題になる可能性がありますか? 任意のアイデア/ヘルプ?
解決策を見つけました:
server.xml は以下のようなものです
<host..> ... <context path=""... </host>
私はに変更path=""しましたがpath="/"、これでうまくいきました。
path=""
path="/"
他の人を助けるために、私は自分の質問に答えています。