Tomcat w/Apache Question

2003-01-09 Thread Wilson, Allen
Has anyone successfully configured Tomcat to with with Apache using the AJP connector.

I am presently trying to set up the connectors with Apache 1.3.20 and everything was
going find until I tried to do the portion for configuring mod_jk.so with the Apache
version.

I received several errors in reference to a C header file socketvar.h.

If someone could provide some insight on what the problem is or information on 
successful
configuring Apache and Tomcat to work together (I am presently using information out of
the Wrox Professional Apache Tomcat book). It would be appreciated

Thank you
Allen

This message may contain proprietary or confidential company information.
Any unauthorized use or disclosure is prohibited.



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


Re: Tomcat w/Apache Question

2003-01-09 Thread Lajos Moczar
Allen -

I have some guides on my site, http://www.galatea.com/flashguides, the 
describe the details of Apache-Tomcat integration. Let me know if they help.

Regards,

Lajos


Wilson, Allen wrote:
Has anyone successfully configured Tomcat to with with Apache using the AJP connector.

I am presently trying to set up the connectors with Apache 1.3.20 and everything was
going find until I tried to do the portion for configuring mod_jk.so with the Apache
version.

I received several errors in reference to a C header file socketvar.h.

If someone could provide some insight on what the problem is or information on successful
configuring Apache and Tomcat to work together (I am presently using information out of
the Wrox Professional Apache Tomcat book). It would be appreciated

Thank you
Allen




This message may contain proprietary or confidential company information.
Any unauthorized use or disclosure is prohibited.






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



--
galatea.com
Cocoon training, consulting  support


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




RE: Tomcat w/Apache Question

2003-01-09 Thread Nick Sophinos
I just went through the same process the hard way.  I found the Wrox book to
be inconsistent and confusing in the section, but the apache docs were
clear, if
a little incomplete.  I just looked at Lajos's flashguide and it seems to
clearly
spell out how to do it correctly the first time. I wish I knew of them last
month ;-)

- Nick


-Original Message-
From: Lajos Moczar [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 09, 2003 11:05 AM
To: Tomcat Users List
Subject: Re: Tomcat w/Apache Question


Allen -

I have some guides on my site, http://www.galatea.com/flashguides, the
describe the details of Apache-Tomcat integration. Let me know if they help.

Regards,

Lajos


Wilson, Allen wrote:
 Has anyone successfully configured Tomcat to with with Apache using the
AJP connector.

 I am presently trying to set up the connectors with Apache 1.3.20 and
everything was
 going find until I tried to do the portion for configuring mod_jk.so with
the Apache
 version.

 I received several errors in reference to a C header file socketvar.h.

 If someone could provide some insight on what the problem is or
information on successful
 configuring Apache and Tomcat to work together (I am presently using
information out of
 the Wrox Professional Apache Tomcat book). It would be appreciated

 Thank you
 Allen


 

 This message may contain proprietary or confidential company information.
 Any unauthorized use or disclosure is prohibited.




 

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


--
galatea.com
Cocoon training, consulting  support


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


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




RE: Tomcat w/Apache Question

2003-01-09 Thread Wilson, Allen
Lajos...

...this should definitely helpthanks...

Allen

-Original Message-
From: Lajos Moczar [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 09, 2003 1:05 PM
To: Tomcat Users List
Subject: Re: Tomcat w/Apache Question


Allen -

I have some guides on my site, http://www.galatea.com/flashguides, the 
describe the details of Apache-Tomcat integration. Let me know if they help.

Regards,

Lajos


Wilson, Allen wrote:
 Has anyone successfully configured Tomcat to with with Apache using the AJP 
connector.
 
 I am presently trying to set up the connectors with Apache 1.3.20 and everything was
 going find until I tried to do the portion for configuring mod_jk.so with the Apache
 version.
 
 I received several errors in reference to a C header file socketvar.h.
 
 If someone could provide some insight on what the problem is or information on 
successful
 configuring Apache and Tomcat to work together (I am presently using information out 
of
 the Wrox Professional Apache Tomcat book). It would be appreciated
 
 Thank you
 Allen
 
 
 
 
 This message may contain proprietary or confidential company information.
 Any unauthorized use or disclosure is prohibited.
 
 
 
 
 
 
 --
 To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: mailto:[EMAIL PROTECTED]


-- 
galatea.com
Cocoon training, consulting  support


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


This message may contain proprietary or confidential company information.
Any unauthorized use or disclosure is prohibited.



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


RE: Tomcat w/Apache Question

2003-01-09 Thread Turner, John

The connector modules are Apache version sensitive. .20 is pretty old.  I
wouldn't spend a lot of time on this without upgrading to .27 first, but
that's me.

Many, many people (including me) have connected Apache to Tomcat with
mod_jk.  It does work, and for me, it works quite well.

Along with the guides at galatea.com, I have a couple as well:
http://www.johnturner.com/howto.

John

 -Original Message-
 From: Wilson, Allen [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, January 09, 2003 2:02 PM
 To: [EMAIL PROTECTED]
 Subject: Tomcat w/Apache Question
 
 
 Has anyone successfully configured Tomcat to with with Apache 
 using the AJP connector.
 
 I am presently trying to set up the connectors with Apache 
 1.3.20 and everything was
 going find until I tried to do the portion for configuring 
 mod_jk.so with the Apache
 version.
 
 I received several errors in reference to a C header file socketvar.h.
 
 If someone could provide some insight on what the problem is 
 or information on successful
 configuring Apache and Tomcat to work together (I am 
 presently using information out of
 the Wrox Professional Apache Tomcat book). It would be appreciated
 
 Thank you
 Allen
 

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




RE: Tomcat w/Apache Question

2003-01-09 Thread Turner, John

Strange, I found the Wrox book quite good on the topic.

John


 -Original Message-
 From: Nick Sophinos [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, January 09, 2003 2:23 PM
 To: Tomcat Users List
 Subject: RE: Tomcat w/Apache Question
 
 
 I just went through the same process the hard way.  I found 
 the Wrox book to
 be inconsistent and confusing in the section, but the apache docs were
 clear, if
 a little incomplete.  I just looked at Lajos's flashguide and 
 it seems to
 clearly
 spell out how to do it correctly the first time. I wish I 
 knew of them last
 month ;-)
 
 - Nick
 

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




RE: Tomcat w/Apache Question

2003-01-09 Thread Kemp Randy-W18971
There is a tutorial at http://www.johnturner.com

-Original Message-
From: Wilson, Allen [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 09, 2003 1:02 PM
To: [EMAIL PROTECTED]
Subject: Tomcat w/Apache Question


Has anyone successfully configured Tomcat to with with Apache using the AJP
connector.

I am presently trying to set up the connectors with Apache 1.3.20 and
everything was
going find until I tried to do the portion for configuring mod_jk.so with
the Apache
version.

I received several errors in reference to a C header file socketvar.h.

If someone could provide some insight on what the problem is or information
on successful
configuring Apache and Tomcat to work together (I am presently using
information out of
the Wrox Professional Apache Tomcat book). It would be appreciated

Thank you
Allen

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