Whenever I run "play run" command, a new JVM is launched which has NettyServer running the play application on default port 9000.
But is any of the below things possible in play 2.0.4?
Run one netty server to run multiple play applications in one JVM
Run muliple netty server on different ports to run multiple play applications in one JVM
I want to deploy multiple play applications in Karaf container (project requirement :) ) so want them to run in one Karaf VM.