-
Jan 24th, 2007, 05:23 PM
#1
access configuration file outside EAR
i have an XML configuration file that is currently packaged in an EAR file, and works fine.
what i need now is to externalize that configuration file from the EAR file so that changes can be made on that file (MQ names, etc) without having to unpack and repack the EAR. changes don't happen very often but externalizing that configuration file makes sense in the maintenance perspective. how do i do this?
thanks.
-
Jan 29th, 2007, 08:47 AM
#2
One flexible option would be to use JMX for configuration of these properties (if runtime changes are possible of course).
Regards,
Andreas
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules