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.

convert war file to exe file

I have a file in .war format. Is it possible to convert it to an .exe or .jar file?

jar exe archive file-conversion war
Some necessary libraries are missing in WAR-File after export from Eclipse - why?

I took over a project of a college which contains some web services and by exporting the project as WAR-file …

java eclipse export javascript war
Where to add .ebextensions in a WAR?

Scenario: AWS Elastic Beanstalk Java application .ebextensions currently placed in src/main/resources/.ebextensions Commands are not being executed. Where …

java amazon-web-services amazon-elastic-beanstalk war ebextensions
Is it possible to use multiple ehcache.xml (in different projects, same war)?

I have a services project and a web project. I need to have eh-cache in both projects. The idea is …

java configuration-files war ehcache web-deployment
How to package the project to war in play2?

In play1, we can package the project to a war, then put it in a tomcat: play war But how …

war playframework-2.0
How to build a simple war file with sbt?

I'm trying to make a webapp using Scala and Apache Wicket and am not sure how to structure my project …

scala web-applications war sbt
How are Java applications deployed in the "real world"?

As a novice to the world of Java programming, this question has always boggled my mind. I first believed that …

java deployment jar war ear
Deploying a java web application online

I have built a java web application on Eclipse. But i am naive in terms of making an application live …

java war web-deployment cloudbees
How to assemble multimodule maven project into one WAR?

Similar question here. I would like to get ONE resulting WAR to be deployed from 3 different maven modules. The war …

java war maven-3 maven-assembly-plugin multi-module
Hot deploying changes with Netbeans, Maven, and Glassfish

Recently we migrated from using ant to maven. Within Netbeans, I used to edit and save html, xhtml, javascript, css …

netbeans glassfish maven war hotdeploy