Hello, We are using Glassfish v2 (9.1_02) at work. Our servers are not set up in a clustered environment.
We would like to have one main server as a JNDI server that can serve DataSource objects, and possibly other objects in the future, and link other servers to this one server. This way, if we change the location of a database or change a password, we do not have to update multiple servers, but instead just one.
My questions are:
- Is this even a good idea to do?
- Is it possible to link JNDI trees in Glassfish?
- How can I accomplish this?
- Has anyone accomplished this?
Thank you