Reputation: 369
Is there some way to get a java war project and deploy on play framework? I know that it is possible do the reverse on play. I want to know if is possible do it automatically without placing the files manually.
Upvotes: 1
Views: 100
Reputation: 33399
Nope. Play is not a servlet container, like Tomcat or JBoss, so you cannot really deploy a war to Play.
Upvotes: 2