AppSuite:Debugging the server

From Open-Xchange
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Debugging the server

Synopsis: A collection of hints to debug during server development. This is a sister page of Debugging the UI

Do my cookies reach the server?

ngrep -W byline -t -d $whateverinterface '' 'port 8009' | grep --color -E "^T.*$|$"