Hello all, I'm trying to get a Django app deployed on a JEE server
(Glassfish, using Jython), following the tutorial. While I can get the
admin login page to show up correctly, attempting to log in redirects
me back to the login page with "Please log in again, because your
session has expired.". The app works fine on the built-in server,
though, so I'm fairly certain that the issue is with it being mounted
at /mysite, or something like that. Does anyone have any suggestions
for getting Django to work properly in a servlet container? I'm using
Django 1.0.2-final, so I know it isn't the SCRIPT_NAME issue.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to