The final stage of a continuous integration pipeline is often the deployment of a packaged WAR file to an application server, such as WebSphere Liberty, WildFly, Jetty or Apache Tomcat. In this ...
I have been tasked with getting our developers to use .rpm packages to deploy their web applications to our RHEL 5 and 6 jboss servers. Currently we drop in .ear files manually, whenever the devs want ...
When Java applications are deployed, all of the files that constitute the Java app are compressed and packaged into a single file. While compressed files are typically given a .zip extension, the Java ...