Requests from Orbeon
In order see the requests from Orbeon to GemStone/S use tshark on Orbeon Virtual Machine.
Commands examples
To see all requests from Orbeon to port 8787 (GemStone/S port):
sudo tshark -i any 'tcp port 8787 and (((ip[2:2] - ((ip[0]&0xf)<<2)) - ((tcp[12]&0xf0)>>2)) != 0)' -R 'http.request'
sudo tshark -i any 'tcp port 8080 and (((ip[2:2] - ((ip[0]&0xf)<<2)) - ((tcp[12]&0xf0)>>2)) != 0)' -R 'http.request.method == "GET" || http.request.method == "HEAD"'