ear
How to deploy an ear file in jboss using Eclipse?
I wanted to deploy开发者_JAVA百科 an ear project in to jboss using eclipse Helios. Is it possible?I installed jboss tools plugin from http://www.jboss.org/tools/download/installation/update_3_2[详细]
2023-02-10 19:17 分类:问答Can I place server variable in my application.xml file,to create one ear file for all environments?
Earlier, I used to create 4 ear files based on various environment(QA,Dev,Prod,Etc) but now my requirement is such that I need to have only one ear file for all the environment.I have configured my co[详细]
2023-02-10 06:02 分类:问答Sharing JSPs between EARs
Is it possible to share JSPs between EARs, similar to the way that we can share Java files between EARs by usi开发者_C百科ng .jar files?[详细]
2023-02-07 07:41 分类:问答Glassfishv3 not adding jars in ear to the classpath
I have been working on this problem for one whole day but in vain without any effective solution. I have an ear file packaged with an ejb and a handful of jar files (including hibernate and the other[详细]
2023-02-07 02:30 分类:问答In JBoss 4.2.3 is there any way to change the order that EARDeployer loads/deploys the various .ear files?
I have 3 ear files and I want to control the order they are loaded. Any configuration that I can do to achieve this? (no, I don\'t want to rename my ears 1开发者_运维技巧.ear 2.ear, etc...)See the sec[详细]
2023-02-06 11:05 分类:问答How to deploy a library with Java EE 6 / Glassfish 3.x
I have got an EAR with two plain libraries. One of them being scala-library. If I deploy the EAR with Netbeans it works as expected. While this is OK for development the final produc开发者_Go百科t sho[详细]
2023-02-05 10:05 分类:问答How to compare two .ear files recursively
I\'m modifying a build process and I need to do a complete comparison of the contents of two .ear files. That mea开发者_开发技巧ns recursively comparing each archive in the .ear. These .ear files have[详细]
2023-02-02 00:37 分类:问答Add .mf & .xml files in META-INF directory inside a Maven built EAR
I have arbitrary .xml & .mf files that i have to add in the META-INF folder inside the ear itself. Build is done using maven2.2.1. Simply adding those files under ${basedir}/src/main/application/M[详细]
2023-01-27 06:45 分类:问答Maven war contains extra dependencies if not built standalone
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[详细]
2023-01-24 22:05 分类:问答Cannot deploy Enterprise Application to glassfish
I\'ve been working on a web application created on Netbeans 6.9.1, and everything works fine and I\'m able to deploy it without problems. Today I\'ve created an Enterprise Application and replaced the[详细]
2023-01-23 03:11 分类:问答