Running Vaadin in Eclipse+Tomcat appends full class path to .java file, which throws 404 -


while have plenty of experience eclipse, new vaadin. i'm having simple issue when running project. default project runs as...

http://localhost:8080/sample_app/web-inf/classes/com/example/sample/sample_application.java 

...which throws 404 error, forcing me manually adjust every time run. instead want run as...

http://localhost:8080/sample_app 

how go adjusting this? (i tried proposed solution here isn't working me)

almost stupid how simple answer was.

when running project, instead of highlighting class file in project explorer, highlight base of project before running. want run anyway, not class file itself.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -