Thank you.
my understanding is that ajp/1.3 is for out-of-process communication
thus the need for a port number.  with tomcat3's running in-process
all that was needed was a jni worker for apache and the jniendpointconnector
for tomcat with no port number specified and they would talk to each
other.  If I user the ajp with port number 8009 I can get them to work
perfectly, however my goal is to get apache to start tomcat in-process
which requires the jni connector.


----- Original Message ----- 
From: "Yiannis Mavroukakis" <[EMAIL PROTECTED]>
To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
Sent: Friday, January 23, 2004 9:53 AM
Subject: RE: running tomcat5 in-process


> <Connector port="8019" minProcessors="5" maxProcessors="75"
> enableLookups="false" acceptCount="20" debug="0" protocol="AJP/1.3"/>
>
> Is probably what you want. This is for my devel server, so change the
values
> according to your needs.
>
> -----Original Message-----
> From: Phil Adams [mailto:[EMAIL PROTECTED]
> Sent: 23 January 2004 15:42
> To: tomcat
> Subject: running tomcat5 in-process
>
>
> Well...
> I am and have been for about a week trying to get Apache2 to start Tomcat5
> in-process on Windows XP.  I have finally gotten Apache2 to process thru
> the workers2.properties file without errors.  I can start Tomcat5 manually
> without errors. I have mod_jk2, what appears to be at least, loading
> correctly.
> no more errors anyway...
>
> The one piece I believe that is missing is a <connector> entry in
server.xml
> for Tomcat for the jni connector.  Tomcat3 had a "jni_connect.dll" as well
> as a class  "org.apache.tomcat.service.JNIEndpointConnector".
> I cannot find these for Tomcat5.  Any suggestions?  I have tried using
older
> versions of components before wihtour success.
>
> Thanks for all your help...
>
> _Phil Adams
> Fort Worth, Texas
>
> ________________________________________________________________________
> This e-mail has been scanned for all viruses by Star Internet. The
> service is powered by MessageLabs.
>
>
> Note:__________________________________________________________________
> This message is for the named person's use only. It may contain
> confidential, proprietary or legally privileged information. No
> confidentiality or privilege is waived or lost by any mistransmission.
> If you receive this message in error, please immediately delete it and
> all copies of it from your system, destroy any hard copies of it and
> notify the sender. You must not, directly or indirectly, use, disclose,
> distribute, print, or copy any part of this message if you are not the
> intended recipient. Jaguar Freight Services and any of its subsidiaries
> each reserve the right to monitor all e-mail communications through its
> networks.
> Any views expressed in this message are those of the individual sender,
> except where the message states otherwise and the sender is authorized
> to state them to be the views of any such entity.
> ________________________________________________________________________
> This e-mail has been scanned for all viruses by Star Internet. The
> service is powered by MessageLabs.


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

Reply via email to