Menu

Home

Snehal Patel
Overview

Compare XML configuration files using DOM (Document Object Model) using java swing UI.

  • Help to check deployment descriptor web.xml or struts/spring configuration files with older version
  • Also help in situation when application's configuration files across the cluster are updated independently.

This tool can handle location differences of XML tag/element/attributes. It can identify if same node is present in second xml file but it's location is different than first file.

Now converted to Java so it can be used on all platform where java is available.

Release Notes

Installation/Execution

Make sure that appropriate java runtime is available.

  • Version 2 requires JDK1.5 or higher
  • Version 2a/2b/2c requires JDK1.6 or higher

Extract the zip file and switch to extracted directory

  • Windows
    • Double click on configcompare.jar
    • OR
    • Click on run.bat
  • Unix

    • Click on run.sh
    • OR
    • From the terminal/shell execute ./run.sh
  • Execute Manually

    • java -jar configcompare.jar

Note: In case java is not in system path, update run.bat/run.sh with full path to java

Older version (no longer supported) in .Net can be download at: .net version (sourceforge.net)

Project Admins:


Related

Wiki: release_notes

MongoDB Logo MongoDB