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/)[https://tomcat.apache.org/], download a binary, extract so some folder.

Remove old version

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

Start new version

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

./bin/catalina.sh run

Clone this wiki locally