Hello, I'm trying to get django working through WSGI with modjy using (embedded) Jetty as the web server.
The problem is that django does not like that the url path is prefixed with the web application's name. By "web application" I mean the complete tree (or a war file) with the WEB-INF directory including a web.xml that is mapping url patterns to the modjy servlet. Jetty automatically deploys web applications at /<webappname>. I may access the django project at /<webappname>/ but django then tries to import <webappname> as a Python module and this obviously leads to failure. I think this is solvable in at least two ways. 1) Have django ignore the path prefix, or 2) have Jetty configured in such a way that the web application is served at the root path. My question is that has someone already managed to get django working with Jetty/modjy/jython and how he/she resolved these issues? I'm aware of some of the sites involving similar stuff (for example, http://fwierzbicki.blogspot.com/2008/04/jython-and-django-progress-part-ii.html), but they seem not to have similar problems with paths. Thank you. -- Arto Vuori --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---