Small web server that uses JSweet to transpile Java code to Javascript. Server runs on Apache Tomcat.
Prerequirements:
- Apache Tomcat zip (v 9.0.60)
- Eclipse IDE + Eclipse Web Developer Tools (v 3.25)
Steps:
- Clone repository on desktop
git clone https://github.com/valerio-pescatori/metodologie_Pescatori.1807838
- Import project into Eclipse IDE (both "fabbricasemantica" and "Servers" folders)
- Window --> Preferences --> Server --> Runtime Environments --> Add...
- Select Apache Tomcat v9.0
- Window--> Show View --> Servers to activate Servers tab
- Right click in "Servers" tab then --> New --> Server
- Select Tomcat v9.0 Server
- Add fabbricasemantica
- Start the server (Ctrl+Alt+R)
- Visit
localhost:8080/fabbricasemantica/
to access web pages