2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【Eclipse】サーバーが起動しないときの解決方法

Last updated at Posted at 2023-06-12

はじめに

Java サーブレット&JSPでプロジェクトを作成していますが、
サーバーが起動しないエラーが度々起こっていたので、
備忘録としてまとめておきます。

環境
OS Windows10 22H2
エディター Eclipse(ver.4.26.0)

起きていること

・サーバー(今回はTomcat9_Java17を使用しています)を右クリックして
「開始」を押しても特にエラーなどは見当たらない
しかし、webapp内に置いたjspファイルが表示されない(URLなどは正しい)

・デバッグモードで起動すると以下の画像のようなエラーが出る
image.png

対処法

・サーバーを右クリックし、「追加および除去」を選択
・全て追加を押下し、Java_JSPを構成済みにし、完了を押下
image.png

image.png

最後に

「サーバーは起動に失敗しました」の文しか出ないので、
何が原因なのか突き止めるのに苦労しました。

Eclipseで複数のサーブレット&JSPのプロジェクトを作成しており、
サーバーを停止したり開始したりを繰り返していたせいかと思います。
他のプロジェクトを削除する必要もなく起動できたので、良かったです。

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?