flupke wrote: > I need to program and setup serveral webservices. > If i were still using jsp, i would use Tomcat to make the several > applications available on a given port. > How can i accomplish this in Python? > I was thinking about Twisted but it's not clear to me what parts i need > to make a webserver listen on a certain port and having it serve > different application based on the url that i received.
See mod_python: http://www.modpython.org/ but there are literally dozens of other options in Python though: http://wiki.python.org/moin/WebProgramming If you want to it in your own standalone server, then I second the recommendation for Karrigell (which also can be run in mod_python as well). -- http://mail.python.org/mailman/listinfo/python-list