|
| Management of custom configuration properties |
 |
Fri, 2 May 2008 13:24:31 -0700 |
Does Weblogic offer anything that allows a web app to access URL resources to
retrieve properties or xml files so the app will automatically load the correct
properties for its environment?
Websphere offers an excellent solution using J2EE standards and a few
IBM-specific features. A properties and/or xml files can be retrieved from a
remote http, ftp, or file share at startup. Resource references are configured
within the webapp and the URL resources on the app server so that the correct
properties are loaded without having to manually edit properties/xml files after
deployment to different environments.
For details, please read--
http://www.ibm.com/developerworks/websphere/library/techarticles/0502_botzu |
| Post Reply
|
|
|
|
|
|
|
|
|
|