When I try to visit the URL of a page I just created, I get a HTTP 404 error
Side effects of ExtraPathInfo, such as hiding "page not found" errors.
Setting the Location header fails (particularly with non-CGI adapters...)
Sneak a peek on exactly what's going back and forth between the browser and the server.
Your browser says 'bad marshal data' when trying WebKit for the first time.
Microsoft Documents, Flash files, or other documents are not recognised by browser (or are served as text/html) when using Webware (Python)
Things with Python that you might need to deal with.
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.
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