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.

Ignore SVN files when exporting a WAR file from Eclipse?

I have a Dynamic Web Project in Eclipse. I can pack it to a WAR by right-clicking the project and …

eclipse svn war
Benefits over using an EAR vs. WAR?

We're deploying our JavaEE 7 application on Wildfly 8. Previously, we've packaged all of our enterprise applications (WAR, multiple EJB JAR files) …

java jakarta-ee war wildfly ear
How to enable async support in a Springboot application packaged and deployed as WAR

The following REST endpoint shown below works as expected when my SpringBoot application is run from an executable JAR. That …

java spring-boot war servlet-3.0
Caused by: org.dom4j.DocumentException: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory

I've a gradle project which uses hibernate > 4 . If I run my war file in Apache tomcat, I don't get …

deployment jboss war wildfly-8 dom4j
Deploy WAR or "fat" JAR?

I'm noticing a lot of projects (DropWizard, Grails, etc.) starting to embrace the notion of a "fat" JAR (using an …

java tomcat deployment jvm war
Get resource folder in java war file

I'm creating a REST webservice that uses keyczar for encryption. I've generated both public and private keys and placed them …

java file file-io war keyczar
How do Apache httpd and Tomcat work together?

I am inheriting a project involving a Java web app whose backend is powered by an Apache httpd/Tomcat combo. …

java apache tomcat web-applications war
maven-war-plugin : exclude many dependencies from lib folder

I'm using maven-war-plugin to generate a WAR file. In the dependency hierarchy, I can see many transitive dependencies, which are …

java maven war maven-war-plugin
JBAS015893: Encountered invalid class name

I'm currently cleaning up my Project and related Errors / Warnings a bit. Everytime i deploy my Maven Project to the …

maven deployment jboss war
Tomcat 7 in Eclipse Indigo: Tomcat failing to start

I am trying to run a war file via Tomcat in Eclipse. But, when I am trying to run it, …

eclipse tomcat7 war eclipse-indigo