WebStack

Annotated tools/JavaServlet/NOTES.txt

316:aab83a5e22fd
2005-02-19 paulb [project @ 2005-02-19 15:02:33 by paulb] Removed the influence of path info modifications on get_path_info, introducing special methods for the setting and retrieval of modified path info.
paulb@214 1
Before running build.py, compile the special PyServlet classes:
paulb@214 2
paulb@214 3
CLASSPATH=$CATALINA_HOME/common/lib/servlet.jar:$JYTHON_HOME/jython.jar \
paulb@214 4
    javac classes/uk/org/boddie/webstack/util/PyServlet.java
paulb@247 5
paulb@247 6
Any supplied classes will have been produced by compiling the given source code
paulb@247 7
against libraries provided with the stated tested framework (see the main
paulb@247 8
README.txt document for details).