xml « ear « Java Enterprise Q&A





1. Migrating WAS 6.1 to WAS 7.0 applications ibm-application-bnd.xml not found in ear    stackoverflow.com

I am trying to migrate a 6.1 faces web adf app to WAS 7. When I run the server with resources on the server it deploys but takes for ever. I ...

2. Can I place server variable in my application.xml file,to create one ear file for all environments?    stackoverflow.com

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

3. ear file and web.xml    coderanch.com

4. Reading application.xml from ear in a java class    coderanch.com

Hi, There are six different ears in my application. there is one java file, which do some logic. this java file is common in all the ears. how can I read application.xml to identify which ear I am presently in? As if i know the display name of the application then that class can execute logic specific to that particular ear. ...