What are the best practises for differentiating a web server by
production, uat, and development environment?
I want to deploy the exact same war or ear file to production and test
and have the servlets aware of which environment they are deployed to.
Thanks
dimitar - 18 May 2006 16:33 GMT
Use JNDI to specify your resources (like DataSources and JMS
Connections) and configuration entries (like strings and numbers).
The exact way to set this up is server specific and is supposedly done
by the app-server team.
Dimitar