Is it possible to access a JNDI value from Tomcat's config from a Django app running on Jython?
My config has a web service URL, accessible via JDNI, that I need to get into the Django App at runtime. It's not a database connection, it's just the URL to a web service deployment. It might or might not be on the same Tomcat instance.