プログラムの改修があり、それをサーバにリリース作業後、
Tomcat Webアプリケーションマネージャ画面が、起動しなくなってしまいました。
【手順】
①
Tomcat webアプリケーションマネージャ画面で、
既存の動いているアプリケーションパス「/xxx」を、配備解除する。
②
LINUXサーバ上で、改修後のプログラムを配置する。
③
Tomucatを停止→起動
コマンド:service tomcat stop
コマンド:service tomcat start
④
Tomcat webアプリケーションマネージャ画面で、
配備
サーバ上のWARファイル又はディレクトリの配備
の所で、
コンテキストパス(省略可):/XXX(①で配備解除したのと同じ名前)
XML設定ファイルのURL:空欄のまま
WARファイル又はディレクトリのURL:②で配置したWARファイル
と入力して、配備を押下。
【結果】
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, root@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
の画面になった。
何か、原因や対応など、ありますでしょうか。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。