Recently, I automated the daily build and deployment of a web application to a Tomcat server. My automated build made calls to stop and restart the Tomcat service using a Tomcat service script. Unfortunately, I found that Tomcat sometimes will hang when quitting. As a result, after several days, I…
1 CommentTag: Service
Apache Tomcat is a Java Servlet container which can be run as a standalone HTTP server. The instructions below will walk you through installing and getting Tomcat working on your Linux box. I’m doing this on a SuSE Linux server but it should be applicable to other Linux flavors like…
12 Comments