Re: Configuring mod_jk2

2002-06-27 Thread Simon Stewart
On Wed, Jun 26, 2002 at 09:32:45AM -0700, [EMAIL PROTECTED] wrote: > On Wed, 26 Jun 2002, Simon Stewart wrote: > > > Will do. The most obvious thing that springs to mind is that the > > config files don't look anything like the declarative xml that is used > > when configuring other enterprise ja

Re: Configuring mod_jk2

2002-06-26 Thread costinm
On Wed, 26 Jun 2002, Simon Stewart wrote: > Will do. The most obvious thing that springs to mind is that the > config files don't look anything like the declarative xml that is used > when configuring other enterprise java components (I'm thinking of > web.xml, ejb-jar.xml, etc) or the pseudo-xml

Re: Configuring mod_jk2

2002-06-26 Thread Simon Stewart
On Tue, Jun 25, 2002 at 11:19:54AM -0700, [EMAIL PROTECTED] wrote: > > While documenting the jk2 config, it would be _very_ usefull to > make some notes on how we can improve the configuration in > future. Will do. The most obvious thing that springs to mind is that the config files don't look

Re: Configuring mod_jk2

2002-06-25 Thread costinm
0200, Mladen Turk wrote: > > > -Original Message- > > > From: Simon Stewart [mailto:[EMAIL PROTECTED]] > > > Sent: 25. lipanj 2002 12:57 > > > To: [EMAIL PROTECTED] > > > Subject: RE: Configuring mod_jk2 > > > > > > > > > Mlad

RE: Configuring mod_jk2

2002-06-25 Thread Mladen Turk
> -Original Message- > > > > The RegisterNatives is the JNI way that we are using to force the > > mod_jk2 to register its native methods instead of using that from > > Java, so that we don't need to explicitly use the > System.loadLibrary. > > > > The option can be enabled with the d

Re: Configuring mod_jk2

2002-06-25 Thread Simon Stewart
On Tue, Jun 25, 2002 at 01:13:02PM +0200, Mladen Turk wrote: > > -Original Message- > > From: Simon Stewart [mailto:[EMAIL PROTECTED]] > > Sent: 25. lipanj 2002 12:57 > > To: [EMAIL PROTECTED] > > Subject: RE: Configuring mod_jk2 > > > > >

Re: Configuring mod_jk2

2002-06-25 Thread costinm
On Tue, 25 Jun 2002, jean-frederic clere wrote: > Mladen Turk wrote: > > Hi, > > Perhaps we should explain the new RegisterNatives directive 'inprocess', > > cause it will register all the needed interfaces by itself... > > > > 12. This begs the question: how is mod_jk2 configured. It's done usi

Re: Configuring mod_jk2

2002-06-25 Thread jean-frederic clere
Mladen Turk wrote: > >>-Original Message- >>From: jean-frederic clere >>[mailto:[EMAIL PROTECTED]] >>Sent: 25. lipanj 2002 11:48 >>To: Tomcat Developers List >>Subject: Re: Configuring mod_jk2 >> >> >>Mladen Turk wrote: >&

RE: Configuring mod_jk2

2002-06-25 Thread Mladen Turk
> -Original Message- > From: Simon Stewart [mailto:[EMAIL PROTECTED]] > Sent: 25. lipanj 2002 12:57 > To: [EMAIL PROTECTED] > Subject: RE: Configuring mod_jk2 > > > Mladen also mentioned the "RegisterNatives" directive > "inprocess".

RE: Configuring mod_jk2

2002-06-25 Thread Mladen Turk
> -Original Message- > From: jean-frederic clere > [mailto:[EMAIL PROTECTED]] > Sent: 25. lipanj 2002 11:48 > To: Tomcat Developers List > Subject: Re: Configuring mod_jk2 > > > Mladen Turk wrote: > > Hi, > > Perhaps we should ex

RE: Configuring mod_jk2

2002-06-25 Thread Simon Stewart
Just joined the list after Gomez Henri cc'd the mod_jk2 howto that I've been working here. If any of you want to correct any mistakes, or suggest areas where a little explanation wouldn't go amiss, please let me know. I'm now subscribed to this list, so there's no need to mail me directly (though

Re: Configuring mod_jk2

2002-06-25 Thread jean-frederic clere
Mladen Turk wrote: > Hi, > Perhaps we should explain the new RegisterNatives directive 'inprocess', > cause it will register all the needed interfaces by itself... > > 12. This begs the question: how is mod_jk2 configured. It's done using > > # Dynamic library > serverRoot=/usr/local

RE: Configuring mod_jk2

2002-06-25 Thread Mladen Turk
Hi, Perhaps we should explain the new RegisterNatives directive 'inprocess', cause it will register all the needed interfaces by itself... 12. This begs the question: how is mod_jk2 configured. It's done using # Dynamic library serverRoot=/usr/local/apache2 # load the jni library