- Timestamp:
- 06/10/10 09:57:44 (2 years ago)
- Files:
-
- 1 modified
-
print/trunk/docs/installation.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
print/trunk/docs/installation.txt
r3559 r3562 80 80 from mapfish.controllers.printer import PrinterController 81 81 82 5. If you use WSGI, you must add the following line into %PROJECT_DIR%/%PROJECT_NAME%/%PROJECT_NAME%.wsgi (or .wsgi.in) before the "loadapp" call::82 5. If you use Apache mod_wsgi, you can add the following before the "loadapp" call in the WSGI script:: 83 83 84 84 # configure the logging system 85 85 from paste.script.util.logging_config import fileConfig 86 86 fileConfig('%PASTE_CONFIG%') 87 88 where ``%%PASTE_CONFIG%`` is the path to the application's configuration file (.ini). 87 89 88 90 Java servlet
