The simple thing is if you had to bind your applications to different ports:
...
http_server = httpserver.HTTPServer(application1)
http_server.listen(8080)
...
http_server2 = httpserver.HTTPServer(application2)
http_server2.listen(8081)
ioloop.IOLoop.instance().start()
, Tornado . , URI , , URI, .
URI, , , ββNginx/Apache URI - , / .