muchafel / wojatzki

1 stars 0 forks source link

deploy prototype #14

Closed muchafel closed 7 years ago

muchafel commented 7 years ago

to enable fast turnarounds, we should start early to verify that we are able to deploy. we should document all necessary steps. thus we should start having a running prototype on lisan.

wiekern commented 7 years ago

Put the "example.war" package under TomcatBasePath/webapps/, then run TomcatBasePath/bin/catalina.sh start. Now u can visit the homepage http://localhost:8080/example

If you has ever used eclipse to run tomcat server, you would see a line <Context docBase="TomcatBasePath/wtpwebapps/interactiveStance" path="" reloadable="true" source="org.eclipse.jst.jee.server:interactiveStance"/> in conf/server.xml. It means that you should put your package named interactiveStance.war under "TomcatBasePath/wtpwebapps/"

muchafel commented 7 years ago

good job --> http://empirikom.ltl.uni-due.de:8080/