From: Torvald B. B. <tb...@in...> - 2004-10-26 06:50:06
|
Hello. I'm just looking into cherrypy, and generally I like what I see. However, there is something I don't understand. Cherrypy creates one python file for each application. This is a complete http server. But what if I want to serve several applications from one server? In J2EE terms you would have one servlet container serving several apps, like: http://server:8080/app1 http://server:8080/app2 Is this possible in Cherrypy? Regards -Torvald |