I tried to send it to the news group. Apparently it did not go through our
mail server.

-Sreeni

-----Original Message-----
From: armalai [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 06, 2004 11:36 AM
To: Tomcat Users List
Subject: Re: Tomcat 5.X - Apache2.X - Mod-JK2 

Hi,
   Yest i'm able to browse my application well.
Is there a way to get the JKJNI.dll ?
Till now i hav'nt build anything..

Thanks.,
MALAI
----- Original Message ----- 
From: "Chippada , Sreeni" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Tuesday, April 06, 2004 11:18 AM
Subject: RE: Tomcat 5.X - Apache2.X - Mod-JK2


> I built jkjni.dll from the jk2 source, renamed it as jkjni.so and dropped
> into the $APACHE_HOME/modules directory.
>
> At this point are you able to access the Servlets/Webapps? I am asking
> because, if jkjni.dll is required, how can it work?
>
>
>
> -----Original Message-----
> From: armalai [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, April 06, 2004 11:09 AM
> To: Tomcat Users List
> Subject: Re: Tomcat 5.X - Apache2.X - Mod-JK2
>
> Hi.,
>    I just disabled the onstart,onstop option.
> For me its working well.
> I think that Auto start for multiple instance is not supporting.
> I didn't get any docus on that.
>
> So i'm decided to go with this..i mean manual start of Tomcat instances.
>
> My only error is..
> java.lang.UnsatisfiedLinkError: no jkjni in java.library.path
>
> can you tell me about this?
>
> Thanks.,
> MALAI
> ----- Original Message ----- 
> From: "Chippada , Sreeni" <[EMAIL PROTECTED]>
> To: "Tomcat Users List" <[EMAIL PROTECTED]>
> Sent: Tuesday, April 06, 2004 10:35 AM
> Subject: RE: Tomcat 5.X - Apache2.X - Mod-JK2
>
>
> > Hi Malai,
> > I just got this configuration working for me. I still get the
> > following 3 errors in my mod_jk2.log file. Do you get these errors?
> > As per the errors you are getting, I understand you are trying multiple
> > instances of tomcat. If that is the case, why don't you try with on
> instance
> > and test.
> >
> >
> >
> > [Tue Apr 06 10:26:07 2004] (error ) [jk_workerEnv.c (211)]
> > workerEnv.initChannel() init failed for channel.jni:jni
> > [Tue Apr 06 10:26:07 2004] ( info ) [jk_worker_jni.c (204)]
> > workerJni.Init() Skipping initialization for the 460 460
> > [Tue Apr 06 10:26:07 2004] (error ) [jk_workerEnv.c (178)]
> > workerEnv.initWorkers() init failed for worker.jni:onStartup
> > [Tue Apr 06 10:26:07 2004] ( info ) [jk_worker_jni.c (204)]
> > workerJni.Init() Skipping initialization for the 460 460
> > [Tue Apr 06 10:26:07 2004] (error ) [jk_workerEnv.c (178)]
> > workerEnv.initWorkers() init failed for worker.jni:onShutdown
> >
> >
> >
> >
> > -Sreeni
> >
> > -----Original Message-----
> > From: armalai [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, April 06, 2004 9:20 AM
> > To: Tomcat Users List
> > Subject: Re: Tomcat 5.X - Apache2.X - Mod-JK2
> >
> > Hi. Carl ,
> >     Thanks for your reply..that works for me.
> > I have another few error in my apache log file.
> > Can you please look at this..and give me your suggestion..
> >
> > [Tue Apr 06 09:11:17 2004] [error] mod_jk child init 1 0
> > [Tue Apr 06 09:11:17 2004] [notice] Child 2452: Acquired the start
mutex.
> > [Tue Apr 06 09:11:17 2004] [notice] Child 2452: Starting 250 worker
> threads.
> > [Tue Apr 06 09:12:39 2004] [notice] shm.createSlot() Create 1 0x520000
> > 0x522000
> > [Tue Apr 06 09:12:39 2004] [notice] workerEnv.init() create slot
epStat.0
> > [Tue Apr 06 09:12:39 2004] [error] lb.service() worker failed 120000 for
> > ajp13:jni
> > [Tue Apr 06 09:12:39 2004] [error] lb.service() unrecoverable error...
> > [Tue Apr 06 09:12:39 2004] [notice] vm.detach() ok
> > [Tue Apr 06 09:12:39 2004] [error] mod_jk.handler() Error connecting to
> > tomcat 120000
> > [Tue Apr 06 09:12:43 2004] [error] channelSocket.open() connect failed
> > localhost:8029 61 Unknown error
> > [Tue Apr 06 09:12:43 2004] [error] channelSocket.open() connect failed
> > localhost:8019 61 Unknown error
> > [Tue Apr 06 09:12:43 2004] [error] ajp13.connect() failed
> > ajp13:localhost:8029
> > [Tue Apr 06 09:12:43 2004] [error] ajp13.connect() failed
> > ajp13:localhost:8019
> >
> >
> > Thanks.,
> > MALAI
> > ----- Original Message ----- 
> > From: "Carl Olivier" <[EMAIL PROTECTED]>
> > To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
> > Sent: Tuesday, April 06, 2004 9:06 AM
> > Subject: RE: Tomcat 5.X - Apache2.X - Mod-JK2
> >
> >
> > > Hi.
> > >
> > > That is apprently when jk is trying to register the request with JMX.
> You
> > > can disable that (and hence stop the error message) by adding the
> > following
> > > line at the end if your jk2.properties:
> > >
> > > request.registerRequests=false
> > >
> > > With regards problems and stability the most stable I have been able
to
> > get
> > > it is with:
> > >
> > > Apache 2.0.46
> > > Tomcat 5.0.19
> > > mod_jk2.03 - mod_jk2.04
> > > J2SDK1.4.2_01
> > >
> > > I would recommend that you compile mod_jk2 for your version of Apache
> > > (although I am not clear on how much of a difference this makes?)
> > >
> > > Regards,
> > >
> > > Carl
> > >
> > > -----Original Message-----
> > > From: armalai [mailto:[EMAIL PROTECTED]
> > > Sent: 06 April 2004 03:04 PM
> > > To: Tomcat Users List
> > > Subject: Tomcat 5.X - Apache2.X - Mod-JK2
> > >
> > >
> > > Hi.,
> > >    I'm getting lot of issues in this combination in windows.
> > > In did not find any document or forums discussion on that.
> > > 1.Can any one suggest me to change ot right vesrion or i can stick on
> with
> > > this one?
> > > 2.when i hit my application i'm getting this WARNING message..is this
> > > causing any probs...anyway application is working..but it is very
slow.
> > > Tomcat Log:-
> > > Apr 5, 2004 6:14:02 PM org.apache.jk.common.HandlerRequest
decodeRequest
> > > WARNING: Error registering request
> > >
> > > Thanks.,
> > > MALAI
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> > >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>


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

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

Reply via email to