WAR « eclipse « Java Enterprise Q&A





1. How to specify in Eclipse what to include in a .WAR file    stackoverflow.com

In eclipse developing a java app, there are several class files that are generated by a custom ant script. This happens automatically, and it is set up as an export/publish dependency ...

2. How to have Eclipse JEE automatically generate the exploded WAR for a web project?    stackoverflow.com

I need to have a JEE project generate a WAR file automatically - preferrably exploded - as opposed to choosing Export -> War file. I have played with the various server defintions ...

3. Eclipse: Have multiple Dynamic web projects contribute to a single war file?    stackoverflow.com

I am in a situation where I basically want to be able to have a web project in Eclipse where the WebContents folder is merged from multiple projects instead of only ...

4. How to make sure that the scripts I package in my War files are in Unix text format?    stackoverflow.com

Last day I wrote a script so that my J2ee app could do backups. After deployment, the script was not working. I was wondering why, so I copied it from the ...

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

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 ...

6. excluding javaclasses in java, Eclipse    stackoverflow.com

I've a dynamic web project which consists multiple webservices inside. I want to export this project as a war file but I don't want to export all the webservices but only ...