You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by ro...@elastica.com on 2006/08/01 00:44:10 UTC

mod_jk and Perl Sections?

So am I correct in assuming that you cannot use Perl stanza's to configure
mod_jk?

I'm getting the following when I try

command_rec for directive `JkOptions' not found!
command_rec for directive `jkMount' not found!
command_rec for directive `JkMount' not found!
command_rec for directive `JKWorkerProperty' not found!

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: mod_jk and Perl Sections?

Posted by Robert Nicholson <ro...@elastica.com>.
So assuming I'm not doing anything wrong and that these directives  
are not supported by mod_perl

How can you dynamically create worker properties?

On Jul 31, 2006, at 5:51 PM, robert@elastica.com wrote:

> I want to be able to do this in order to dynamically specify the  
> worker port
> <Perl>
> push @JkWorkerProperty [qw(worker.myWorker.port $workerPort)];
> </Perl>
>
> Quoting robert@elastica.com:
>
>> So am I correct in assuming that you cannot use Perl stanza's to  
>> configure
>> mod_jk?
>>
>> I'm getting the following when I try
>>
>> command_rec for directive `JkOptions' not found!
>> command_rec for directive `jkMount' not found!
>> command_rec for directive `JkMount' not found!
>> command_rec for directive `JkWorkerProperty' not found!
>>
>> ----------------------------------------------------------------
>> This message was sent using IMP, the Internet Messaging Program.
>>
>>
>> ---------------------------------------------------------------------
>> To start a new topic, e-mail: users@tomcat.apache.org
>> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
>> For additional commands, e-mail: users-help@tomcat.apache.org
>>
>>
>
>
>
>
> ----------------------------------------------------------------
> This message was sent using IMP, the Internet Messaging Program.
>
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: mod_jk and Perl Sections?

Posted by ro...@elastica.com.
I want to be able to do this in order to dynamically specify the worker port
<Perl>
push @JkWorkerProperty [qw(worker.myWorker.port $workerPort)];
</Perl>

Quoting robert@elastica.com:

> So am I correct in assuming that you cannot use Perl stanza's to configure
> mod_jk?
> 
> I'm getting the following when I try
> 
> command_rec for directive `JkOptions' not found!
> command_rec for directive `jkMount' not found!
> command_rec for directive `JkMount' not found!
> command_rec for directive `JkWorkerProperty' not found!
> 
> ----------------------------------------------------------------
> This message was sent using IMP, the Internet Messaging Program.
> 
> 
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
> 
> 




----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org