Top "War" questions

Web Application Archive - Is Jar file used to distribute JavaServer Pages, Java Servlets, Java classes, XML files, tag libraries and static Web pages (HTML and related files) that together constitute a Web application.

how to I have two .war files within one .ear file?

I use jboss 4.0.2 and i want to have two .war files within one .ear file .

java jboss war ear
EAR vs separate EJB + WAR

What's the difference in deploying application as EAR (with 1 EJB and 1 WAR module) vs separate modules? I want to use …

java jakarta-ee war java-ee-6 ear
How to add TLD and Tag Lib files into a Maven's jar project

I have a Maven project that is packaged as jar. And I also have a Maven project that is packaged …

maven dependencies jsf-2 war taglib
Deploy to weblogic using maven and jenkins

We are using Jenkins in our project for build and deployment on dev environments. I have sucessfullly created a war …

maven jenkins war weblogic-10.x
How to configure multiple log4j for different wars in a single EAR?

I have a EAR with structures like: APP.ear - APP1.war - WEB-INF/classes/log4j.properties - APP2.…

configuration log4j war ear
How to patch a Java program?

Recently I applied a fix to a Java desktop application. I did this by changing the code in one of …

java jar war auto-update
How to generate a WAR with the source code in Maven?

I want to distribute the war of my web application generated with Maven with the source code inside it. How …

maven-2 war
Infinite loop when deploying a war on tomcat 7

I try to deploy a war into Tomcat 7.0.29. I'm having the following log stack : GRAVE: Error waiting for multi-thread deployment …

java tomcat deployment war webarchive
How to deploy war on websphere 8 without using Admin Console?

How do we a deploy a simple war file on the websphere server 8 without using the websphere administration console? As …

deployment websphere war manual
How To Integrate Clojure Web Applications in Apache

Note Given this OP was written about two years ago, rather than ask the same question again, I am wondering …

deployment clojure war compojure