2009/5/19 see <[email protected]>:
>
> I try to run web.py with Jython (Jython 2.5rc2 + socket.py patch
> http://fisheye3.atlassian.com/browse/~raw,r=6354/jython/trunk/jython/Lib/socket.py).

Try adding the following to your run.py to use the basic web server
instead of cherrypy.

web.httpserver.runsimple = web.httpserver.runbasic

It will more interesting to try running web.py applications as
servlets inside tomcat/jetty.

Here is note written by somebody who tried to run web.py with jython
2.2. You might find it useful.

http://wiki.python.org/jython/JythonMonthly/Articles/January2007/1

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to