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