Deploying a Play! Framework app

Viewed 7443

After the command play run, how does Play get started as a host on the machine? Does it run apache, tomcat or such behind the scenes?

If I want to get my app (built using play! framework) to be hosted on, for example, apache, is it going to be an easy task?

3 Answers
Related