How can I debug/trace NSAPI applications?NSAPI applications are run in separate processes on your zeus webserver, one process per virtual server:
In this instance, process 24711 runs NSAPI applications on behalf ofvirtual server 'test-1' whilst process 24712 acts in the sameway for virtual server 'test-2'. You can attach truss toany of these processes. nsapisnoopThe nsapisnoop program in ZEUSHOME/web/bin monitorsthe protocol between the web server and the NSAPI runner. Use it asfollows:
When the virtual server restarts, it will connect to the runningnsapisnoop and log the request-response protocol between theserver and the NSAPI runner. From this information, you can derivewhat NSAPI applications are being run, what arguments they are beingpassed and what response they are returning. In addition, 'nsapisnoop -d2' also dumps all function callsthrough the __nsapi30_table function table. |
Recently...
Other Resources
|





