Skip to content

FudanSELab/CLDIFF-WEB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLDIFF-WEB

This is a web gui implementation for CLDIFF

Environment

  • Tomcat 7.x or 8.x, there is compatibility issues at or above 9.x
  • Use JDK 1.8

How to start

CLDIFF-WEB uses maven to package war file. The machine should be installed with maven already.

  1. cd to CLDIFF-WEB directory.
  2. use command mvn package. Then the war package should be generated under 'target'.
  3. 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.

Snapshot of CLDIFF-WEB

Snapshot of CLDIFF-WEB