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 ...