One web app, multiple contexts for different browsers

Hi Jonas,
Is it possible to deploy more than one Vaadin Application in the same war with the applications mapped on to different contexts ? My objective is to have different views for a web and a mobile browser, I have a device detection servlet mapped onto / ,a TouchKit application mapped on /mobile and a Vaadin app on /web… Is this kind of setup supported by the framework ? and will the UIDL context be mapped as a subcontext of the /web as /web/UIDL or will it be mapped on the root context as /UIDL ?

Sure it is.

See
http://vaadin.com/book/-/page/application.environment.html#section.web.web-xml
for more details on deploying.

Thanks Jonas… Cant believe I hadn’t seen that in The Book.Works like a charm now.Cheers