Skip to content

TestWebInterface

Matthias Heizmann edited this page Oct 8, 2018 · 6 revisions

Build web interface

Goto trunk/source/BA_MavenParentUltimate run mvn clean install -Pmaterialize

Find the two necessary files Website.war and WebsiteEclipseBridge.war in the folder trunk/source/BA_Website/target.

Get Tomcat

Visit https://tomcat.apache.org/, download a binary, extract so some folder.

Remove old version

rm -Rf webapps/Website* work/Catalina/localhost/

Start new version

run cp ULTIMATE/trunk/source/BA_Website/target/Website*.war webapps/

run ./bin/catalina.sh run

Visit http://localhost:8080/Website/

Clone this wiki locally