This is a web gui implementation for CLDIFF
- Tomcat 7.x or 8.x, there is compatibility issues at or above 9.x
- Use JDK 1.8
CLDIFF-WEB uses maven to package war file. The machine should be installed with maven already.
- cd to CLDIFF-WEB directory.
- use command
mvn package
. Then the war package should be generated under 'target'. - put CLDIFF-WEB.war under tomcat and the page should be ready().(http://localhost:8080/indexoffline.html). Apart from port 8080, CLDIFF-WEB also occupies port 8082, be careful.