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.

Spring boot JNDI datasource lookup failure - Name comp/env/jdbc not found in context "java:"

I have setup a spring boot (v 1.1.9) application to deploy as a WAR file. And I'm trying to integrate this …

datasource war jndi spring-boot websphere-8
Executable war file that starts jetty without maven

I'm trying to make an "executable" war file (java -jar myWarFile.war) that will start up a Jetty webserver that …

java executable jetty manifest war
Tomcat 8 integration with Maven

It sounds like Eclipse (Kepler) does not have a proper plugin for Tomcat 8. I want to deploy my .war into …

java eclipse maven tomcat war
How to include dependencies in WAR file?

I have a Dynamic Web Project in Eclipse which has a dependency to another Java project in my workspace. When …

java eclipse jakarta-ee jar war
Differences between jar and war in Spring Boot?

I'm about to build my first website in Java with Spring Framework using Spring Boot and it's much easier to …

java spring spring-boot jar war
Separating war application name from war file name

Currently if i deploy a war file on tomcat named say myapp.war, I can access its url by http://…

java tomcat jakarta-ee war
Java EE Containers vs Web Containers

I'm relatively new to Java EE/EJB, and I've been reading a lot regarding Java EE containers. I've had experience …

jakarta-ee web ejb containers war
Jboss 7 war deployment failed

Jboss 7 war deployment failed and i got the below error message in the log. ERROR [org.jboss.as.server.deployment.…

deployment jboss war
How to create an war file in Eclipse without ant or maven?

I am using Eclipse IDE for Java Developers Helios. I have mainly done desktop applications before but now I would …

eclipse servlets war
how to deploy war/ear file from command line in weblogic

I want to deploy war/ear file from command line using wslt command into weblogic server. Will any one help …

weblogic war