Redirect to JSP pages

Hi !
I created home.jsp page in Vaadin project ( version 7.6.2).
Now, when I run project. How do I call home.jsp to run ?
Thank all !

Hi,

Check out the JSP integration add-on:
https://vaadin.com/directory#!addon/jsp-integration
. There’s a link to an example application.

-Olli

Thank for reply !
I will test this add-on .

But it call Vaadin UI in application, not call .jsp page from Vaadin project.

That’s the way you’ll need to structure your application if you want to use both Vaadin and JSP at the same time, at least to the best of my knowledge. Vaadin doesn’t contain a JSP rendering engine.

-Olli

ok, Thank Olli !

You’re welcome!

-Olli