AlterEgo
old web2py blog
Useful Links
List all entries
Book
Interactive Examples
F.A.Q.
Free Applications
Plugins
Recipes
Demo of Admin Interface
Semantic web extension
Some of the information here may be outdated, please check the book instead
Edit page
Title:
Security Code:
Body:
(use
this
wiki markup)
Since version 1.64 web2py runs fully on Java and j2ee using jython. Here is what you do (assuming java is installed but nothing else) - download jython [here](http://sourceforge.net/project/downloading.php?groupname=jython&filename=jython_installer-2.5rc4.jar) - install jython `java -jar jython_installer-2.5rc4.jar --console` - download the sqlite jdbc adaptor [here](sqlitejdbc-v056.jar) and copy it in the java lib folder. - (optional) download the sqlite jdbc adaptor [here](http://repo.exist.com/maven2/postgresql/postgresql/8.3-603.jdbc4/postgresql-8.3-603.jdbc4.jar) and copy it in the java lib folder. - cd into the web2py folder and run `/path/to/jython web2py.py` or `/path/to/jython web2py.py -h` for help - point your browser to `http://127.0.0.1:8000` #Known problems On more recent version of Jython users have experienced problems with regular expressions causing the system to lock on rendering some templates.
© 2008-2010 by Massimo Di Pierro - All rights reserved - Powered by
web2py
- design derived from a theme by
the earlybird
The content of this book is released under the
Artistic License 2.0
- Modified content cannot be reproduced.