Deploying Java Applications to Tomcat via Jenkins
Building a WAR file is only half the job. The other half is getting that WAR file onto a server where it can actually run and serve users. That server, for Java web applications, is Apache Tomcat. In this post, we will set up Tomcat on a dedicated EC2 instance, configure it for Jenkins access, install the deployment plugin, and write the pipeline code to automate the entire deployment process.
Jun 11, 20267 min read


