Troubleshooting FAQ

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: