Facing some issues regarding tomcat startup and shutdown on ubuntu 10.04

后端 未结 7 893
暖寄归人
暖寄归人 2021-02-03 23:16

I am facing some issues regarding tomcat startup and shutdown.

I am using

  1. Tomcat v.6.0.32 (using the extracted the bundle downloaded from Apache website a
7条回答
  •  野性不改
    2021-02-03 23:53

    Following command does the trick:

    service tomcat8 stop

    These ones would be helpful too:

    service tomcat8 start
    service tomcat8 restart

提交回复
热议问题