Serve theme resources from tomcat/ROOT/html folder

Hello all,

Theme resources in a Liferay/vaadin portlet are served from ROOT/html/VAADIN/themes, is is possible to do this in a stand alone Vaadin application inside tomcat? And how do I do this?

Thanks in advance,
Erik Luys

To do what? Deploy portlet to vanilla tomcat? No, that is not possible.
Use your themes in with servlet-based application? Yes, it is. Vaadian application made from maven artifact deploys theme resources rigth to the place.