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.

learn more… | top users | synonyms

0
votes
0answers
3 views

change netbeans target folder for tomcat 7.0

We use a external tomcat installation with netbeans. We have legacy war files inside the tomcat/webapps folder. Now netbeans drops the war file it generates into the target folder. Is there a way I ...
1
vote
0answers
11 views

How to upload multiple WAR files to Tomcat

We been using Tomcat to host our Java Web Services that our PHP website will call. We have have few environments, meaning we have a few Tomcat Servers. Each time we change a Web Service we have to ...
0
votes
1answer
22 views

Java EE Containers vs Web Containers

I'm relatively new to Java EE/EJB, and I've been reading alot regarding Java EE containers. I've had experience working with a web container (WAR file in jboss). I am also aware that Jboss can also be ...
1
vote
5answers
55 views

Creating a WAR file using Java

How do I create a deployable WAR file for Apache Tomcat servers programmatically with Java? Is there a library for such a task? I am working on a small own IDE for special purposes. The IDE is ...
0
votes
0answers
12 views

gant throw exception when put depends(parseArguments, war) inside the target

my gant script is: grailsHome = ant.project.properties."environment.GRAILS_HOME" tomcatHome = ant.project.properties."environment.TOMCAT_HOME" includeTargets << grailsScript("War") ...
1
vote
0answers
8 views

External JSP sources in a WAR/EAR package

I'm currently facing following situation while migrating a project to a new environment: The customer uploads a zip file per language containing XMLs onto a server which get transcoded to JSPs. At ...
0
votes
0answers
37 views

Mapping context path to servlet class in server

I used eclipse and developed an application which calls servlet doPost() method using AJAX call in Javascript and jQuery. It was working correctly in eclipse but when I tried copy these files to ...
0
votes
0answers
13 views

Java EE application with multiple WAR modules

I use IBM RSA. My Java EE application has 2 Web modules. After server start-up, whichever web module I launch first, that alone works while the other shows issues. Is this related to a Class loader ...
0
votes
1answer
17 views

How to copy my war file in tomcat7 webapps in linux

Hi I have my tomcat7 installed in amazon cloud at location /usr/sbin/tomcat7 and my war file (xyz.war) is in downloads folder. How can I copy my war file into my webapps folder. I'm new bee to Linux ...
0
votes
0answers
17 views

Deploy EAR to JBoss 4.2.3

I got EAR which consist of two modules, JAR and WAR. Full structure of EAR: app.ear |--lib |--META-INF |--srv.jar <-- here located EJBs 3.0 \--web.war <-- web application In WAR I have ...
0
votes
0answers
20 views

HTTP Status 404 when packaging WAR in EAR file

I'm using JBoss AS 7.1.1.Final and have been having problems getting my deployment to work. I have a couple of EJB jar files and a WAR file that I'm packaging into a single EAR. If I deploy the WAR ...
1
vote
1answer
45 views

How to make a struts2 project an executable Application

I have developed a struts2 Project using Apache server and MySQL datebase. Is it possible to make this application an executable application so that i do not need to give JDK, Apache and MySQL ...
0
votes
1answer
44 views

How to get WAR file deployed online?

This might sound like a stupid question, but I have searched about it and couldn't find a clear answer, so I'm asking it here. How do I get the WAR file online so I can access it from anywhere? I ...
0
votes
1answer
24 views

Configuring PropertySourcesPlaceholderConfigurer for WAR

I am trying to create a WAR that can use a spring properties file, but I seem to be having some issues with it. I can see that my properties file in the base directory structure in target, and in a ...
0
votes
0answers
14 views

Getting WinMerge to compare .jar files

I have two directories which contain a handful of *.jar and *.war archives, as well as some metadata files and a file with *.spring extension, which is really just a zip file with an odd name. ...
0
votes
1answer
47 views

How to get this maven multi-project setup right (war + jars + static files)?

We have a (until now) small project, which consists of 4 eclipse projects. The main project consists of all the needed libs and an Ant script. Now we want to convert this project(s) to Maven, while ...
1
vote
1answer
101 views

String concatenation in java is not working on one system

I believe that most of you would be thinking that this is the same question you have heard multiple times (and answered ) about string concatenation in Java. But trust me, it is different. In fact, so ...
0
votes
0answers
44 views

Java web service sharing a jar file on the Tomcat server

Busy developing Java Web Services using Eclipse. We have different environment, we have to deploy each web service on. And each environment has there own unique Environment variables. I trying to ...
0
votes
1answer
21 views

Getting error while deploying WAR file

I am getting below error while deploying war file .Here JDK version on development machine and deployment machines is same then also i am getting this error. [05/Jun/2013:11:20:42] failure ( 5712): ...
0
votes
1answer
30 views

How to deploy & run multiple war deployment in Jboss AS

How to deploy & run multiple war deployment in Jboss AS. We have two different war in abc.war, xyz.war inside Jboss 5. How to start by specific instance of war from command prompt. Looking for ...
0
votes
1answer
25 views

Java edit file inside WAR archive

I've been reading on forums on how to read/edit files inside archive but still cannot get my answer. Mainly using getResourceAsStream, and must be within its classpath. What I need to do is, read ...
0
votes
0answers
31 views

How to solve this exeption “can't find a persistence unit named ”

i am trying to use hibernate to persist my data and deploy this application on a JBoss AS 7.1.0 server . This is my persistence.xml file <?xml version="1.0" encoding="UTF-8"?> <persistence ...
0
votes
1answer
27 views

gradle: share a zip between war projects

I'm trying to build a kind of template build script for my java web projects. This template is stored in my apache web server. To use it in a project, I use apply from ...
0
votes
0answers
36 views

Deploying WAR file on WebLogic Server using Ant and specified upload path

I am using the Ant wldeploy task to deploy a Java Web Service, packaged as a WAR file, to a WebLogic Server. Everything is working as expected except the WAR file is being uploaded to ...
0
votes
3answers
37 views

How to display SVN revision stored in war manifest.mf file on Tapestry5 page?

I'm using buildnumber-maven-plugin and maven-war-plugin to generate and put SVN revision into manifest.mf file in my WAR file as an entry. ...
0
votes
1answer
26 views

Maven exclusion jar is still part of war file

I am using Maven 3.0.5 and I have the following in pom.xml <dependency> <groupId>antlr</groupId> <artifactId>antlr</artifactId> ...
0
votes
0answers
44 views

Why won't my Intellij Maven war project run?

I'm in the process of starting a new Spring MVC project in Intellij. When I try to run up the project using a 'package tomcat7:run' configuration in Intellij, the process completes with the following ...
0
votes
1answer
53 views

jboss-as-maven-plugin: which directory does command “jboss-as:deploy” deploy an .ear to?

I am running jboss 7.1, maven 3, and a java ee6 application that generates an .ear I am doing a mvn clean package jboss:as-deployand Jboss-as-maven-plugin 1.5 does its thing--I can view my app using ...
0
votes
1answer
76 views

Embedding jetty server into android applications

So far i am trying making sample android applications to embedded android jetty web server enables to run samples hello-3.1.war from Google code. While i run hello-3.1 in eclipse then null pointer ...
0
votes
1answer
47 views

When using Jenkins with Maven builds, how do I override the naming convention of artifacts having the version from the pom file appended to them?

I'm currently building Alfresco using maven. My main pom has several sub poms within them, each with a that that's just SNAPSHOT-1.0 for now. If I do an mvn install from the command line, I get war ...
0
votes
0answers
35 views

Add ear to existing war pom.xml

This may sound trivial, however my attempts were all vain. I have the following in my pom.xml, I would like to have an ear and package war files inside the ear. How can I add ear plugin and ...
1
vote
1answer
47 views

How Auto Deployer handles date-times?

I have a server in a different time zone than my development computer. The WAR file is unable to contain timezone information. So how does the auto deployer decide what to copy and what not to copy? ...
0
votes
0answers
23 views

Deploying multiple wars to Tomcat using maven is not working

I have a Parent project which include 3 modules COMMON,Instant and ART Packaging of Instant and ART is war When I am running mvn tomcat:run its only running Instant not ART. Could you ...
0
votes
1answer
24 views

Deployment error Could not create a new instance of class [SearchableGrailsPlugin]!

I have been having this error for a while when I try to deploy my war file. I tried searching but nothing seemed to help. The war file works when I deploy on tomcat on a my system but when I deploy on ...
-1
votes
0answers
37 views

ListenerStart Error and Memory Leak During WAR Deployment [closed]

I'm having trouble deploying a particular webapp on apache tomcat. It is the ambra platform...description from website: Written mostly in Java, Ambra is a webapp that runs in a Tomcat Container ...
1
vote
1answer
58 views

Where to store classes generated at runtime in a java web application?

I've created a project that dynamically writes, compiles and instantiates a new java class at runtime and it works just fine when I run this on the command line or within eclipse. Ultimately my goal ...
0
votes
0answers
49 views

Remote EJB injection between two WAR archives on glassfish

I have been investigating this issue with google for some time now, but in the meantime I feel a little desparate. It seems like there's just one bit I have overlooked by now. First of all a short ...
-1
votes
0answers
16 views

How to give permission to folder in java webserver

I have one java web application and I upload this application on web server using .war file but when run these application, I can't able to upload any file to folder because I have to give the ...
-1
votes
0answers
8 views

Misterius deployment bug

I'm experiencing the same problem described here. Sometimes, when I deploy a new war, it seems like Tomcat is still referencig the old war, like a ghost because I removed the hole app directory and ...
0
votes
0answers
33 views

Running Grails database migrations manually from

I have a requirement that I cannot autorun grails migration -- they should be run under user supervision. Complicating this matter is the fact that the artifact of deployment is a war. Is there a ...
-5
votes
1answer
64 views

which framework is better for hospital management web based application [closed]

i've got a project in hospital management . i know struts2, spring3, JSF, Hibernate Frameworks or a combination of any of these got a lots of suggestion like.....one is ...
0
votes
1answer
27 views

How to include EJB project into WAR project's classpath in Eclipse?

I'm developing an EAR project which includes a WAR project and an EJB project as its modules. (the project hierarchy in Eclipse is as follows:) http://i44.tinypic.com/23koxuo.png The WAR module ...
0
votes
0answers
27 views

Error after sorting libraries

I had a big JSF project which I tried to remove few libraries, I assumed unuseful. After doing some other changes with that, I get this error. SEVERE: Critical error during deployment: ...
0
votes
1answer
59 views

Java EE web application Tests JPA EJB3

I am using an EJB3 DAOFacade inside a JSF Managed bean to pull data from database. It worked for the first launch of the server but after that it keeps printing this message error which i don't ...
0
votes
1answer
36 views

Cannot retrieve BundleContext in a web application

I have added the following bundles to can deploy a war (web application) into an OSGi framework.I use the "Apache Felix distribuable binary" : 32|Active | 20|OPS4J Pax Logging - API (1.7.0) ...
0
votes
0answers
35 views

file aren't copied to WEB-INF/

When i run a clean install goals on maven, my spring-servlet.xml is not copied in my war. Well it's not exactly true, it copy it into MyApp.War/WEB-INF/Classes/spring-servlet.xml, i want it to be ...
0
votes
1answer
21 views

Weblogic: Encrypt properties

Weblogic application server 10g and above encrypts data source passwords etc. in the configuration files which is usually fine. For a third party library, I have to provide credentials via my ...
0
votes
1answer
69 views

Centos JBOSS deploy war file fail, cannot load the persistence.xml. Working on Windows 7 but not centos

i have spent two days still can't solve the problem. My problem is that I have a war file using JPA and Hibernate. When i deploy on windows JBOSS AS 7.1.1 it works prefect. However, when i deployed ...
0
votes
0answers
36 views

Weblogic redeployment fails due to weblogic.deploy.api.tools.deployer.DeployerException

When I try to redeploy war file to Weblogic 10.3.6, I am getting the following error [ERROR] Failed to execute goal com.oracle.weblogic:weblogic-maven-plugin:10.3.6.0:redeploy (default-cli) on ...
0
votes
2answers
13 views

in maven, how output the classpath being used?

For my current purposes I have a maven project which creates a war file, and I want to see what the actual classpath is it is using when creating the war. Is there a way to do that in a single command ...

1 2 3 4 5 23