coder
coder

Reputation: 2267

Config file modification in Deployed EAR

Is it possible to edit the config files, which are in a deployed EAR? If yes, please let me know how to do that without re-deploying the EAR.

Upvotes: 0

Views: 308

Answers (2)

McDowell
McDowell

Reputation: 108979

Since this is WebSphere 6.1, see Ways to update application files, in particular Hot deployment and dynamic reloading.

Upvotes: 1

GustyWind
GustyWind

Reputation: 3036

If you are using Websphere and the working directory of EAR file is available to you the config files can be modified but you need to restart the server.Atleast it is less painful than moving across all the six to eight steps of deployment

Better read the Installtion guide to have further understanding

Upvotes: 0

Related Questions