Sun Java System Web Server 7.0 Update 3 NSAPI Developer's Guide

Installing the Output() Example

To load the filter, add the following directive in the Init section of the magnus.conf file:


Init fn="load-modules" 
     shlib=yourlibrary
     NativeThread="no"

To execute the filter during the request-response process for an object, add the following code to that object in the obj.conf file:


Output fn="insert-filter" 
       type="text/*" 
       filter="example-replace" 
       from="iPlanet" to="Sun ONE"
        

The source code for this example is in the replace.c file in the install-dir/samples/nsapi/ directory.