webserver application (via Twisted?)
D H
d at e.f
Fri Jun 24 10:07:40 EDT 2005
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).
More information about the Python-list
mailing list