Vaadin 6 and 7 side by side

Hello,
is there any chance to get Vaadin 6 runnin side-by-side with Vaadin 7.

We have one application server with multiple Vaadin applications.
Now we want to start Vaadin 7 development, but have no time to migrate old working apps.

Any chance?

Assuming that the applications are deployed as separate web applications (i.e. different web application directories/WARS), then there should be no problem at all with running the applications using different versions of Vaadin in the same application server.

Cheers,

Charles.

Yes this is clear.

I ask for coexistence in one classpath. Like rename main package to com.vaadin7.*

Nevermind