i have a deployed grails apps on tomcat6 in my client server machine, but the application is still need many fix, so every bug founded or missing feature on client machine, i creating a patch and deli
Currently, I wan开发者_C百科t to exclude some files from the default src/main/resources folder into my WAR when packaging
I have an external tool that is a to开发者_运维百科mcat 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 w
I\'ve got a war which I\'m trying to reduce the dependencies contained in it\'s WEB-INF/lib as they\'re provided by the ear and if they\'re only in the ear it resolves some classloader issues I\'ve ha
I have a grails WAR that works in production in tomcat6, but when I go to redeploy the WAR, I overwrite the WAR files. The app reloads and I can load the front page (static page) but then when I try g
I have a multi module project consisting of several jar modules and a war module. When I do mvn package, the war is created but one dependency (javax.mail) is not included in the lib folder of the war
I am using Eclipse IDE for Java Developers Helios. I have mainly done desktop applications before but now I would like to learn about Servlets. I have installed Jetty on my computer. And I wrote a sim
I recently came back to using Eclipse after 2 years of IntelliJ. Things have changed. Now when I try to run Tomcat, it tries to publish my project to it. What the hell is publish?
I\'m seeking how to exclude plugins for specific environments. According to GRAILS documentation, starting with 1.3.5 it\'s now possible to disable a bunch of plugins. For example, I add the jetty plu
I ve created a sample REST web service which writes some data in a xml file. Now I have hard coded the path where the xml file is to be written. I want to know how to declare that local path of the fi