Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
4answers
370 views

Is it possible to deploy a new .war application without stopping the application?

Hey, I'm new to Grails, and I'm wondering about deployment. Once a .war is deployed to production, how can I update the application without downtime?
2
votes
3answers
244 views

Executables in a war file

We'd like to ship some helper scripts (shell scripts) as part of an application war. Unfortunately it appears like our build system (maven) discard the permissions on all files and the scripts end up ...
2
votes
3answers
1k views

Correct way to make datasources/resources a deploy-time setting

I have a web-app that requires two settings: A JDBC datasource A string token I desperately want to be able to deploy one .war to various different containers (jetty,tomcat,gf3 minimum) and ...
1
vote
1answer
212 views

How do I get Eclipse Deployment Assembly to add a jar instead of a war from a dynamic web project

I have two dynamic web projects and need to reference one in the deployment assembly of the other. The problem is that it adds a .war file to WEB-INF/lib instead of a .jar which causes my tomcat ...
1
vote
4answers
1k views

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?
1
vote
2answers
363 views

Ant build denied permission to copy .war file

I have a packaged app.war file that I am trying to copy to the webapps folder and I am getting an error: BUILD FAILED Failed to copy mywar.war to /usr/local/tomcat/webapps/mywar.war due to ...
1
vote
4answers
3k views

linux command for extracting war file

i have centOS on my VPS and i upload myproject.war file to the tomcat application server (/webapp folder). how can i extract the .war file with linux command prompt? i'm using puTTy.
0
votes
3answers
55 views

How EAR packages and beans can share session id?

I have 3 EAR packages which combined together makes one huge web java application. Is it possible to configure the beans into the packages to share the session id data between them. My idea is to ...
0
votes
2answers
56 views

Call Java Native Interface from web application

I have a question about how to develop a web application which can call C functions using Java Native Interface (JNI). My biggest question is what king of package do I need in order JNI to work: WAR ...
0
votes
1answer
107 views

How to create a simple WAR file with OSGI module

I'm new to Web java programming. I want to create a simple JSF modular application. I found a simple tutorial link but unfortunately I still have some questions how to use OSGI: Can I create a ...
0
votes
3answers
183 views

Get back my java source code from .war file?

I recently lost my netbeans project folder of the project that I was working on at the time. However somewhere on a server here at the company that I work at, I deployed it. So that means that I ...
0
votes
1answer
158 views

Deploying a .war made by Warbler to Tomcat

I was trying to simply make a .war file and put it into Tomcat's webapps directory. Simple, right? :) What is puzzling me is that the directory structure of a JRuby app has the index.html file ...
0
votes
1answer
68 views

Is a new .war file uploaded to the webapps directory supposed to force tomcat restart?

I am putting together a new build environment and when I upload a new .war file, Tomcat does not seem to be unwrapping it into a directory structure, or restarting. Does there have to be some setting ...
0
votes
3answers
151 views

Creating a dll from a java .war file

I have an external tool that is a tomcat webservice (distributed as a .war) that I would like to use from .net. I have a fairly complex environment and I would like to not have to deal with adding ...
0
votes
1answer
748 views

Can Flash Builder 4 create a .war file?

I'm doing Flex development in Flash Builder 4 and I haven't been able to find a way to get it to create a .war file. The project creation wizard lets you select a web server to run your project in so ...
0
votes
1answer
1k views

Read resource inside context (.war) from a jar file

I am using JBoss4.0.1 and Struts2.1.6 I have an application which have some configuration file(appConfig.xml in folder WEB-INF/config). This congiuration file contains the relative paths of other ...
0
votes
1answer
176 views

JBoss 4.x not deploying src folder to war

I am currently working on a web app that had previously run and deployed fine but after making a recent change JBoss will no longer deploy a complete war file. I was hoping someone here would have ...