https://bz.apache.org/bugzilla/show_bug.cgi?id=63041
Steve Demy <steve.d...@shaw.ca> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|INVALID |--- Status|RESOLVED |REOPENED --- Comment #2 from Steve Demy <steve.d...@shaw.ca> --- Tomcat 9.0.14 runs as expected using a transplanted 9.0.13 catalina.sh. It starts, stops and restarts using systemd (systemctl start|stop|restart tomcat). When the server is running netstat shows: tcp6 0 0 :::8080 :::* LISTEN 1038/java tcp6 0 0 127.0.0.1:8005 :::* LISTEN 1038/java tcp6 0 0 :::8009 :::* LISTEN 1038/java unix 2 [ ] STREAM CONNECTED 21567 1038/java OTOH, using the 9.0.14 version of catalina.sh, and after a fresh system reboot, Tomcat starts normally (similar netstat results) until the first stop. Any subsequent start results in a start/stop loop where the server is running only momentarily during each 10s restart loop. Configuration is default. There are no user webapps nor changes to the default conf/server.xml file. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org