war
maven build with war and jar pushing odd artifacts to internal repo
I have a maven project where I am building a war file, but I am also using the maven-jar-plugin to build a jar in the same project.[详细]
2023-04-08 14:34 分类:问答Best practice for bringing together GWT source into a WAR using Maven
I\'m currently in the process of splitting our rather over grown project down into its consecutive parts. The intention is that each separation becomes its own Maven project. There will be a parent Ma[详细]
2023-04-08 12:25 分类:问答Why one of my Embeded WAR in an EAR deployed on JBoss has a bad context-root?
I have two WAR in my EAR, that should be deployed on a JBoss 6.0.0 Application Server with those WEB-INF/jboss-web:[详细]
2023-04-07 06:30 分类:问答Problem related to spring/resources.xml while deploying Grails applicatoin war in tomcat
I have developed an application (named CBR) in Grails 1.3.7. When i run it with \"grails run-app\" or \"grails run-app prod\" it works fine. However when i create a war using \"grails war\" command an[详细]
2023-04-07 04:58 分类:问答Force a custom ClassLoader for WAR files?
Is there a standard way (i.e. defined by some Java/J2EE/etc. spec) to provide a custom class loader to a Java Servlet Container which should be used to load a WAR file?[详细]
2023-04-05 23:48 分类:问答EAR dynamic libraries
I want to ask if it\'s possible for the war which is packed in ear, to use libraries which are not packed in the war file. I want to have the directory on the file systems with the libraries and deplo[详细]
2023-04-04 03:41 分类:问答Is is safe to edit the jsp in a .WAR file
I need to edit a开发者_如何学Go jsp in a .WAR file to correct a spelling error. Is it safe to do so? Or does the war file have some magical setup that is broken as soon as I change anything?[详细]
2023-04-03 21:39 分类:问答grails file uploads management in wars
I have developed a grails app which has user file uploads (docs, etc..), they are stored in the relative folder \"web-app/upload\".[详细]
2023-04-03 19:09 分类:问答Eclipse stopped deploying any of the project's [maven] dependencies to tomcat
I\'m having this problem for a while now. I tried so many things that failed that I had to switch to netbeans in order to be able to develop. But netbeans lacks some important features, so I really ne[详细]
2023-04-03 17:41 分类:问答display resource in j2ee web app by using url
i have simple j2ee web a开发者_如何学Cpp. i packed it to a war file. The structure of war file is :[详细]
2023-04-01 13:01 分类:问答