Re: jk_handler

2001-11-21 Thread Gomez Henri
callbacks ( Ajp14 is backward compatible, we now > duplicate > some code ). > > On C side, the handlers will implement a similar interface. The > current > object factory ( used to create workers, channels ) will also be used > to > register handlers. > > The 3

Re: jk_handler

2001-11-21 Thread Michael Jennings
ROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 21, 2001 9:29 AM Subject: jk_handler > mod_jk provides the communication between the web server and tomcat. It > does so by using a number of abstractions: > > jk_service: represents the request and the callbacks

jk_handler

2001-11-21 Thread cmanolache
ed to register handlers. The 3 callbacks in jk_service and the discovery callback in ajp14 will implement the jk_handler interface. Right now the server adapter is implementing the jk_service interface - the change is quite small, the same methods will be used, just with a different initialization.