LoginSignup
0
1

More than 5 years have passed since last update.

tomcatが複数上がっているときの対処

Posted at

ログで確認。
# cat /opt/tomcat/logs/catalina.20xx-xx-xx.log

アドレスは既に使用中です
このようなメッセージを発見したら、tomcatを複数挙げているか、他のサーバのアドレスと衝突しています。

例えば、以下のようなコマンドを実行して
# ps -ef | grep java
tomcatのプロセスを探して、killしましょう。

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