File: readme.txt

package info (click to toggle)
jython 2.5.3-16%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 43,772 kB
  • ctags: 106,434
  • sloc: python: 351,322; java: 216,349; xml: 1,584; sh: 330; perl: 114; ansic: 102; makefile: 45
file content (15 lines) | stat: -rw-r--r-- 620 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
To deploy this application

1. Copy the jython.jar file into the WEB-INF/lib subdirectory 
2. Set the value of python.home property in WEB-INF/web.xml so 
   that it points to your jython installation.
3. Copy this directory to the applications directory of your servlet
   container. On Apache Tomcat, this is the "webapps" subdirectory
   of the tomcat install directory.
4. Enter the URL http://localhost:8080/modjy_webapp into your
   browser.
5. You should see a table containing the WSGI environment.

Please see the installation documentation for more details.

http://modjy.xhaus.com/install.html