As there is no developer documentation: what are you trying to achieve?
mod_jk.c is the file that contains the apache specific code. To understand it you will need to have some knowledge of the apache module API.
All web server plugins use shared code contained in the directory "common". Rainer [EMAIL PROTECTED] wrote:
Hi, I'm working on a J2EE server (JOnAS) using Tomcat as web container. I'm trying to add some mechanisms to allow the updating of an application. The aim is to preserve HA (Hight AVaibility) by not stopping completely the application. So, I want to understand the code of mod_jk (the connector between Apache, wich is he front end, and Tomcat) . I've already generated the documentation (scandoc.pl : javadoc-like) and read the Howto on the web about mod_jk. But it is not quite sufficient. I'm looking for UML diagrams and sequence diagrams. About mod_jk.c, my file is quit huge (2757 lines wc -l mod_jk.c) and there is not a lot of comments so I've some issues to understand it, is there any others documentations? Regards, Thomas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- kippdata informationstechnologie GmbH Bornheimer Str. 33a 53111 Bonn Tel.: 0228/98549-0 Fax: 0228/98549-50 www.kippdata.de ======================= kippdata informationstechnologie GmbH Bornheimer Str. 33a D-53111 Bonn Tel.: +49/0228/98549-0 Fax: +49/0228/98549-50 www.kippdata.de --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]