# HG changeset patch # User paulb # Date 1103576710 0 # Node ID 31978c2f9b87f56ed6ed7a8be982e5767c5c16a9 # Parent 892fa95365763899612f19a35b668dc56c476365 [project @ 2004-12-20 21:05:10 by paulb] Added notes on JythonServlet configuration. Updated Twisted notes. diff -r 892fa9536576 -r 31978c2f9b87 README.txt --- a/README.txt Thu Dec 02 16:40:09 2004 +0000 +++ b/README.txt Mon Dec 20 21:05:10 2004 +0000 @@ -26,7 +26,7 @@ CGI Apache 2.0.44 Jython/Java Servlet API Jython 2.1, Java JDK 1.3.1_02, Tomcat 4.1.27 (Servlet 2.3) mod_python 3.0.3 (3.1.3 for framework cookie and session support) -Twisted 1.0.5 +Twisted 1.0.5, 1.3.0 Webware 0.8.1, CVS (2004-02-06) WSGI run_with_cgi (PEP 333) Zope 2.7.2-0 @@ -40,6 +40,7 @@ example. Fixed path information for Zope. Added WSGI support. +Verified Twisted 1.3.0 support with Python 2.3.3. New in WebStack 0.7 (Changes since WebStack 0.6) ------------------------------------------------ @@ -96,6 +97,15 @@ Future Work ----------- +(Essential) + +JythonServlet libraries need to be configured using sys.add_package when +these do not feature in the compiled-in list. Adding such configuration to +the handler may be most appropriate (since the web.xml file can be too +arcane), but this needs testing. + +(Important) + Things to consider for future releases: improved cookie support, redirects, access to shared resources and much better documentation.