• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Configuration of an application in JBoss Xml File

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi!

I have an application, which is developed in JBoss and deployed in WebSphere.

In WAS we use the ResEnv-Entries to set some configuration variables, and in JBoss we use some xml files in the application.

When in WAS some config vars are missing / have typos, the application takes the xml files. Now no error occurs, but the application might connect to a test database, instead of the production.

So I would like to remove the xml files from the application, and have all config only in the Application Server.

Is there any technique in JBoss simmilar to the ResEnv-Entries?

Hope anybody can help me.

Thanks, Manuel
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic