RE: Problems with running Vaadin on Server (Eclipse)

Hard to say what’s going wrong. Make sure you’ve built your project - that .class files are generated?

-Olli

Hey,
i tried out the steps in the tutorial to run my vaadin project on server. Unfortunately it doesn’t show up, when I want ot configure my server and linking it to a project. Here are some screenshots of what I’ve done.

So how can I manage it to start my project directly from eclipse on a server?
42101.png
42102.png
42103.png
42104.png

Thanks! But now I’m getting Status 404: Requested resource is not avalailable
42105.png

I ran my project a maven built before, but I don’t know what exactly I should put in the goal argument.

Go to Properties → Projects Facets and check that Dynamic Web Module is on

Typically you want the install goal. However, in Eclipse’s case, you want the “build automatically” setting checked as well, so the workspace gets built.

I executed maven install on my project and then chose Run As → Run on server. It still shows me Status 404. Am I missing some steps?