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 make war file in Eclipse

What is the easy way to make war file? My project is working when i right click run on server, …

java eclipse war maven-3
How to unpackage and repackage a WAR file

I have a WAR file. I would like to open it, edit an XML file, remove some jars and then …

java maven web-applications jboss7.x war
UnsupportedClassVersionError unsupported major.minor version 51.0 unable to load class

Possible Duplicate: Exception in thread “main” java.lang.UnsupportedClassVersionError: a (Unsupporte d major.minor version 51.0) i have developed an web …

java tomcat war
How do I update a Tomcat webapp without restarting the entire service?

I'm new to Tomcat. We have a dev machine with about 5 apps running. Even though it's dev, it's used by …

tomcat deployment war
Deploying Java webapp to Tomcat 8 running in Docker container

I am pretty new to Tomcat and Docker - so I am probably missing a Tomcat fundamental somewhere in this …

java tomcat docker spring-boot war
Update Jenkins from a war file

I have a machine with Ubuntu 12.04 and have installed Jenkins ver. 1.424.6 using apt-get based on this guide

ubuntu jenkins war
Unable to find a javac compiler

I am trying to package my web application into war file using Ant. When I build, I am getting the …

java ant war
Tomcat not autodeploying war file

I followed the following steps Shutdown Tomcat Deployed a war file with a timestamp of 1st December Start Tomcat - …

java tomcat jakarta-ee war
How to deploy WAR of Maven Project to JBoss server from Eclipse?

I want to deploy WAR of Maven project to JBoss server. I know that from Eclipse Export->War deploy …

java eclipse jboss maven war
How to deploy war file to tomcat using command prompt?

I have created a war file and put into tomcat/webapps. How to deploy a war file to tomcat using …

tomcat deployment command war