Vaadin and WAS 8.0

Hello ,

I am new to Vaadin and was successful in creating and deploying small applications using eclipse and netbeans on a tomcat server. I am now trying to deploy a simple hello vaadin application on WAS 8.0.

I just created a vaadin project and i want to deploy it on WAS 8.0. I exported the WAR for the project and tried to deploy. But got a manifest exception.
I am new to WAS as well.

Can someone please help me on how to deploy a vaadin project on WAS8.0?

Thanks
Lavanya

I figured it out.

WAS needs an EAR. So i created enterprise application project and added my vaadin project as a module under it and then deployed the EAR. I was able to view my application.

Thanks !