Search code examples
jythonwarwsgikeystone

How to create a war file from a jython WSGI web application


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)?


Solution

  • 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).