scaladin demo of Enrik Erola => 404 error

hello

Here are some steps that lead to a 404 error in the internal browser of eclipse (on a mac 10.7.5), address: http://localhost:8080:
1/ download the zip of scaladin :
https://github.com/henrikerola/scaladin
with its demo
2/ enter “sbt eclipse” in the root directory of the demo project
3/ import the demo project & the scaladin project
4/ replace the scaladin project by this jar :
https://vaadin.com/directory#addon/scaladin
(it’s v3.0.0 instead of 3.1), in the scaladin demo project
5/ add tomcat 7 in eclipse’s servers, and the scaladin demo project in its projects
6/ launch tomcat 7 and open the internal browser…

can you help me?

For working solution take a look here:
https://github.com/henrikerola/scaladin-chat/tree/scaladin-3.0

hello
thanks, the example works and I can adapt it.