comparison between different environements
For example application have following environments: DEV, UAT and PROD.
Weblogic is suppose to be configured the same way across different environments with exceptions like for example data sources will point to different database etc. Would you know if there is any way to compare weblogic domain / jvm between production and UAT to verify if there are any differences between those environments?
Is the only way to compare different domains using config.xml including all subconfig like for jdbc etc? Is there any other way ?
When config.xml files are the same could I conclude domains are the same?
Thanks