Hi All,
Our project is a medium size web application developed using RAD 7.0 on WAS 6.1/hibernate/struts which moved to production. Currently we have hardcoded the ip address of the production system in the property file and database schema details in the hibernate config file.
Our client wants us to come up with the solution for keeping the environment details out side the EAR, so that they can change the environment/db details in future with out opening the EAR .
Any pointers would be very helpful. Thanks.