Pleas, dont send high priority signed messages they are cumbersome, thanks.
> De: Peter T. Abplanalp [mailto:[EMAIL PROTECTED]] > Enviado el: 31 de agosto de 2002 1:29 > Para: [EMAIL PROTECTED] > Asunto: Re: HELP! 3 days and still no go with Apache2 and TomCat 4.0.4 > > On Fri, Aug 30, 2002 at 07:04:38PM -0400, Dennis Megarry wrote: > > the directives don't work with jk2. it uses the jk2.properties and > workers2 files. > Wrong, there are directives for mod_jk2, only they are different and badly documented ;), but they are, i mainly use IIS so my knowledge of the mod_jk2 is limited but directly from the sourec i've get this.. static const command_rec jk2_cmds[] = { /* This is the 'main' directive for tunning jk2. It takes 2 parameters, and it behaves _identically_ as a setting in workers.properties. */ AP_INIT_TAKE2( "JkSet", jk2_set2, NULL, RSRC_CONF, "Set a jk property, same syntax and rules as in JkWorkersFile"), AP_INIT_TAKE2( "JkUriSet", jk2_uriSet, NULL, ACCESS_CONF, "Defines a jk property associated with a Location"), NULL }; So here they are.. :) > > now hopefully, cluefull. :-) > hmmmmmmmmmm.. Saludos , Ignacio J. Ortega -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
