Sun Java System Web Server 7.0 Update 5 Administrator's Configuration File Reference

Example

The following example shows the use of register-http-method:

Init fn="register-http-method" methods="MY_METHOD1,MY_METHOD2"

The methods can be called from a Service function in obj.conf, for example:

Service fn="MyHandler" method="MY_METHOD1"