My project folder structure is different from that of Maven. Can I still use Maven? If yes .. I want to use webContent folder instead of webapp .. how can i do that?
EDIT: I think I should clarify my intent... I\'m trying to simplify the development iteration cycle of write-code >> build WAR >> deploy >> refresh >> repeat. I\'d like to be relatively independent o
I read a lot about problems when deploying one Java EE application as multiple WAR files. For instance, I know that each WAR has its own session context and therefore keeping state is a little bit tri
I\'m using tomcat manager to deploy my war files. To update a war I use the following url: http://localhost:8080/manager/deploy?path=/example&war=file:/path/example.war&update=true
I try to create JPA persistency module and access it from OSGI WAB in glassfish 3.1. The way to do it in non-OSGI WAR is to copy the persistency jar into WAR.
i want to create a web project(war)..which will depend on other jar(java project) Once i build my war it should automatically build th开发者_运维百科e java project to jar and add it to its local repo
I am trying to add all the jars from web-inf/lib into the Bundle-ClassPath. I saw several ways to do it, none of them is working:
I want to r开发者_JAVA技巧un an integration test an to an WAR (in tomcat) using hudson as continous build server.
I\'ve got maven project that I want to be able to move some properties files to the outputted .war file so the property placeholders within spring will be able to make use of the properties files.
I\'m attempting to deploy开发者_运维问答 a WAR file written in Clojure to Tomcat 6 on Debian Lenny.