I would like to deploy a WSGI (keystone) web application, running with jython 2.5.2, as a war file to a java servlet application server (specifically glassfish).
How can I create a war file from my keystone web application (or any WSGI app)?
After some more searching I found this.
http://opensource.xhaus.com/projects/modjy/wiki/ModjyWarPackaging
That showed how to create a war file from any WSGI app (which keystone is).