How to deploy Play app to Websphere 7
问题 According to the Play documentation, it is possible to pack a Play app in a war file and deploy it to Websphere, but I'm having problems. I'm using the play war command with the --zip option, which is working properly. The resulting war file has the right layout (WEB-INF at top level, with my jars moved to WEB-INF/lib). After deploying the war file on my Websphere server, I change the app's class loading order to parent last so that it uses Play's version of any libs that conflict. And then I