I am new to Play Framework. I am using Play 2.0.2 and I want to run multiple applications on Play on the same port.
It should be like
http://localhost:9000/P
If you plan to host several applications in the same server or load balance several instances of your application for scalability or fault tolerance, you can use a front-end HTTP server. Note that using a front-end HTTP server will never give you better performance than using Play server directly.You can have a look on this :How to set-up a front-end HTTP server for Play 2 Framework