Hi, I'm looking to run a jython/modjy (modjy is kinda analogous to mod_wsgi except it bridges java web servers and applications) on my IBM WAS 8.5 Liberty Profile. However when I convert the jython-modjy sample app into a .WAR file and put it in the dropins directory, the WebSphere server really struggles to find the path of the demo_app.py (WSGI handler). Here's a snippet of my web.xml file:
<param-name>python.home</param-name>
<param-value>C:/jython2.5.3</param-value>
</init-param>
<init-param>
<param-name>app_filename</param-name>
<param-value>demo_app.py</param-value>
</init-param>
The only other app related parameters are app_directory and app_callable_name which default to the current directory and handler respectfully:
I get the following error when I try to run the app:
modjy.modjy_exceptions.ApplicationNotFound: Application filename noot found: None\demo_app.py
the only way I've gotten it to work is by specifying an absolute path, which really isn't too portable
Any help would be greatly appreciated, David
Eclipse 3.7.2 Crash with WebSphere Developer Tools 0 Answers
JVMs is hanging when the app is performing an ORB call after upgrading the JVM. 2 Answers
Websphere application server for trail? 5 Answers
Class.forName(com.ibm.db2.jcc.DB2Driver) not working in Liberty8.5 3 Answers
SRVE0201E: Servlet [my webservice]: not a servlet class 6 Answers