1
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 5 years have passed since last update.

eclipseでフォルダ移動とかでミスって「tomcat サーバ構成をロードできませんでした」とかエラーになって起動できなくなった場合

Last updated at Posted at 2020-06-10

起こったこと

ワークスペースから、プロジェクトフォルダを別の場所へ移動させようとしたら、Serviceフォルダまで移動してしまって、
その後にサーバ実行しようとしたら、「サーバ構成をロードできません」って言われた。
もちろん、ミスって移動させてしまったServiceフォルダの中身を戻してもeclisepを再起動させても変わらなかった。

解決方法

サーバタブにある現在作成されているサーバをいったん削除する。
で、再度サーバを作成し直す。
これで再度プロジェクトをサーバで実行していたら、実行できた。

ちなみに、新たにサーバーを作成したので、さっき焦って戻した
Serviceフォルダは無視され、Service2という名前でフォルダが生成された。

tomcatのシステム自体を削除したわけではないので、これでなおる。

1
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
1
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?