02-03-05 10:54 PM
There is a WAS plug-in available for HTTP Server running on z/OS.
WAS 4 plug-in is loaded with the following directive:
ServerInit
/usr/lpp/WebSphere/WebServerPlugIn/bin/was400plugin.so:init_exit
/usr/lpp/WebSphere,/usr/lpp/WebSphere/WebServerPlugIn/properties/was.conf
The following directive is needed to shut down the service cleanly:
ServerTerm
/usr/lpp/WebSphere/WebServerPlugIn/bin/was400plugin.so:term_exit
Sunit
"Roland Martin" <roland@nospam.com> wrote in message
news:ql72011onsv6r6fqrmoh30ggcfle1egiic@
4ax.com...
> Anyone know of documentation available for developing a plug-in for
> the IBM HTTP Server on z/OS? The Service definition in httpd.conf is
> simple enough but I need to know what information is passed from/to a
> defined Service.
>
> Thanks for any help.
>
> Roland Martin
[ Post a follow-up to this message ]
|