> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
> Sent: 4. lipanj 2002 22:00
> To: Mladen Turk
> Cc: 'List Tomcat-Dev'
> Subject: RE: [PATCH] Apache2 mod_jk2
> 
> 
> > 
> > That's my goal too. The Java side will have all the 
> interface, and C 
> > side will just find the paticular hook, and implement the missing 
> > interface.
> 
> Finding the hook is already implemented, all you need is a 
> worker that 
> will forward the information that you need ( as oposed to the current 
> worker_ajp that forwards the full request ).

I'll check if I can reuse that.
 
> 
> The reasons we use workers2.properties ( and I think you 
> should use it too, even if using only httpd.conf is possible ):
> 
> - same format for all servers ( IIS, I hope soon others )
> - easier automated generation ( i.e. I hope we'll be able to 
> use JMX and java to generate and maintain the file )
> - reloading ( for some options ).
> - easier for people who are not familiar with httpd.conf
> 
> On the other side using httd.conf:
> - is faster ( since <Location> will be used, and the internal apache 
> mapper )
> - familiar for apache users
> - single config file

We are talking _apache_ modules true?
They extends the _apache_ server, so one writing one should be familiar
with the .conf I think.
In theory some functionality could be reused on other servers like
authentication, and I'm not sure I want to do that, but you never know
:)

I'll try to work-out something this week.
For start I'd like to reorganize the mod_jk2 by putting needed includes
in the jk_apache2.h and adding
external module AP_MODULE_DECLARE_DATA jk2_module in it.
If that's ok with you.
The reason for that is that I would like to put the extended
functionality in the separate file.


MT.


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to