Visualizing Weblogic’s config.xml

config.xml is a central piece of Weblogic’s configuration. And for the problems spanning multiple configuration elements, it is often easier to look at the whole configuration file at once.

However easier does not mean easy. Reading and searching through XML files is hard, especially when element/attribute meanings need to be looked up.

To make it easier, Eugene Kuleshov . . . → Read More: Visualizing Weblogic’s config.xml