Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to shutdown Apache Tomcat9.0 server

While starting the server using startup the cmd code is something like this.

C:\Program Files\Apache Software Foundation\Tomcat 9.0\bin>startup
Using CATALINA_BASE:   "C:\Program Files\Apache Software Foundation\Tomcat 9.0"
Using CATALINA_HOME:   "C:\Program Files\Apache Software Foundation\Tomcat 9.0"
Using CATALINA_TMPDIR: "C:\Program Files\Apache Software Foundation\Tomcat 9.0\temp"
Using JRE_HOME:        "C:\Program Files\Java\jdk1.8.0_192"
Using CLASSPATH:       "C:\Program Files\Apache Software Foundation\Tomcat 9.0\bin\bootstrap.jar;C:\Program Files\Apache Software Foundation\Tomcat 9.0\bin\tomcat-juli.jar"

**And while shutting it down using shutdown its not happening,on cmd it's like this.

C:\Program Files\Apache Software Foundation\Tomcat 9.0\bin>shutdown
Using CATALINA_BASE:   "C:\Program Files\Apache Software Foundation\Tomcat 9.0"
Using CATALINA_HOME:   "C:\Program Files\Apache Software Foundation\Tomcat 9.0"
Using CATALINA_TMPDIR: "C:\Program Files\Apache Software Foundation\Tomcat 9.0\temp"
Using JRE_HOME:        "C:\Program Files\Java\jdk1.8.0_192"
Using CLASSPATH:       "C:\Program Files\Apache Software Foundation\Tomcat 9.0\bin\bootstrap.jar;C:\Program Files\Apache Software Foundation\Tomcat 9.0\bin\tomcat-juli.jar"
15-Jul-2020 15:03:51.192 SEVERE [main] org.apache.catalina.startup.Catalina.stopServer No shutdown port configured. Shut down server through OS signal. Server not shut down.

And as usual my server is running on chrome, EVEN when I'had stopped it on Services Can anyone tell me the solution for this.

like image 389
P Yoga Prudhvi Avatar asked Jun 09 '26 21:06

P Yoga Prudhvi


1 Answers

Could you please confirm are you using Shutdown port or not? Make sure that you are using shutdown port in server.xml i.e

<Server port="8005" shutdown="SHUTDOWN">

Why have a shutdown port in Tomcat? Please refer for more information.

like image 144
Pandurang Avatar answered Jun 12 '26 11:06

Pandurang



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!