FileExtensions_ When I try to visit the URL of a page I just created, I get a HTTP 404 error ExtraPathInfo_ Side effects of ExtraPathInfo, such as hiding "page not found" errors. RedirectFails_ Setting the Location header fails (particularly with non-CGI adapters...) InterceptConnection_ Sneak a peek on exactly what's going back and forth between the browser and the server. BadMarshalData_ Your browser says 'bad marshal data' when trying WebKit for the first time. MimeTypes_ Microsoft Documents, Flash files, or other documents are not recognised by browser (or are served as text/html) when using Webware (Python) PythonIssues_ Things with Python that you might need to deal with. PythonVersionConflicts_ Webware files use /usr/env/python to invoke the Python interpreter, but this can cause Python 1.5.2 to be used, rather than Python 2 in many Linux distributions. ModuleImportFails_ Sometimes a library module imported into a servlet will fail to make it past AppServer's import mechanism. Mozilla: * BrowsingAlternatePortsInMozilla_ Mozilla blocks many (all?) non-80 HTTP ports * ReloadInMozilla_ Mozilla users may hit Reload and get faked out * LogMessages_ Using logging to track down bugs * WebwareAndCygwin_ Issues when running Webware on Cygwin