--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django...@googlegroups.com.
To unsubscribe from this group, send email to django-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
There are many ways to host a django site, hosting it in Tomcat and
running on Jython is probably one of the least frequently used method.
The most common way is to use wsgi or fastcgi, and a webserver that
can communicate with wsgi or fastcgi, like Apache httpd, nginx, etc.
The instructions in the docs are quite canonical.
Cheers
Tom