RE: jk_ajp errors in mod_jk.log ???

2002-09-24 Thread Turner, John


I've updated all the HOWTOs, noting that the macro lines are optional and
deleting ajp12 from the worker list.  Thanks for the heads-up.

John


> -Original Message-
> From: Milt Epstein [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 24, 2002 10:28 AM
> To: Tomcat Users List
> Subject: RE: jk_ajp errors in mod_jk.log ???
> 
> 
> On Tue, 24 Sep 2002, Anthony Milbourne wrote:
> 
> > Hi John
> >
> > I onjy just noticed that this is in your HowTo (Apache 
> 1.3.26 - Tomcat
> > 4.0.4, at least) as well as in the list archives.  The example
> > wrokers.properties file you have given has a minor error.  
> It should be:
> >
> > # BEGIN workers.properties
> > #
> > # Setup for apache system
> > #
> > # make this equal to CATALINA_HOME
> > workers.tomcat_home=/usr/local/jakarta-tomcat-4.0.4
> > #
> > # make this equal to JAVA_HOME
> > workers.java_home=/usr/java/j2sdk1.4.0_01
> > #
> > ps=/
> > worker.list=ajp13
> >
> > # Definition for Ajp13 worker
> > #
> > worker.ajp13.port=8009
> >
> > # change this line to match apache ServerName and Host name in
> > server.xml
> > worker.ajp13.host=localhost
> >
> > worker.ajp13.type=ajp13
> > #
> > # END workers.properties
> > I have removed ajp12 from line 12 as Tomcat 4.0.4 
> doesn't need it
> > (as far as I know) and if you have it there without the appropriate
> > connector defined in server.xml it causes communication errors.
> > I hope that helps...
> 
> It was also pointed out that the lines defining workers.tomcat_home
> and workers.java_home and ps are not needed (they're macros/variables
> internal to this file, and the lines that used them have already been
> removed).  So, after removing comments, this file can be reduced to:
> 
>   worker.list=ajp13
>   worker.ajp13.port=8009
>   worker.ajp13.host=localhost
>   worker.ajp13.type=ajp13
> 
> 
> 
> > > -Original Message-
> > > From: Turner, John [SMTP:[EMAIL PROTECTED]]
> > > Sent: 23 September 2002 17:27
> > > To:   'Tomcat Users List'
> > > Subject:  RE: jk_ajp errors in mod_jk.log ???
> > >
> > >
> > > Oops.  What's the fixed file, or the fix itself?  I will 
> gladly update
> > > things.
> > >
> > > John
> > >
> > >
> > > > -Original Message-
> > > > From: Anthony Milbourne [mailto:[EMAIL PROTECTED]]
> > > > Sent: Monday, September 23, 2002 12:24 PM
> > > > To: 'Tomcat Users List'
> > > > Subject: RE: jk_ajp errors in mod_jk.log ???
> > > >
> > > >
> > > > It looks to me like you may have an extra ajp entry in your
> > > > config file.
> > > > Try getting rid of the ajp12 connector int the worker list.
> > > >
> > > > John accidentally posted a broken file to this list in a
> > > > reply to one of my
> > > > questions.  It caused me loads of trouble, although I'm not
> > > > complaining as
> > > > John (and his HowTo) has solved many problems for me.
> > > > Unfortunately a lot
> > > > of people must have used it.
> > > >
> > > > Hope that helps,
> > > >
> > > > Anthony.
> > > >
> > > > > -Original Message-
> > > > > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
> > > > > Sent: 23 September 2002 02:15
> > > > > To:   Tomcat Users List
> > > > > Subject:  Re: jk_ajp errors in mod_jk.log ???
> > > > >
> > > > > 
> > > > > > Please post the contents of your workers.properties file.
> > > > > >
> > > > > > This error seems to indicate that your apache machine
> > > > cannot establish a
> > > > > > connection to the tomcat machine.  You are running apache
> > > > and tomcat on
> > > > > > different machines, correct?
> > > > > Correct, I am running them on different machines.
> > > > > Attached hereto the workers.properties in
> > > > /usr/local/tomcat4/conf/jk <<
> > > > > File: workers.properties >>  << File: ATT553709.txt >>
> > >
> >
> >
> > 
> *

RE: jk_ajp errors in mod_jk.log ???

2002-09-24 Thread Milt Epstein

On Tue, 24 Sep 2002, Anthony Milbourne wrote:

> Hi John
>
> I onjy just noticed that this is in your HowTo (Apache 1.3.26 - Tomcat
> 4.0.4, at least) as well as in the list archives.  The example
> wrokers.properties file you have given has a minor error.  It should be:
>
>   # BEGIN workers.properties
>   #
>   # Setup for apache system
>   #
>   # make this equal to CATALINA_HOME
>   workers.tomcat_home=/usr/local/jakarta-tomcat-4.0.4
>   #
>   # make this equal to JAVA_HOME
>   workers.java_home=/usr/java/j2sdk1.4.0_01
>   #
>   ps=/
>   worker.list=ajp13
>
>   # Definition for Ajp13 worker
>   #
>   worker.ajp13.port=8009
>
>   # change this line to match apache ServerName and Host name in
> server.xml
>   worker.ajp13.host=localhost
>
>   worker.ajp13.type=ajp13
>   #
>   # END workers.properties
>   I have removed ajp12 from line 12 as Tomcat 4.0.4 doesn't need it
> (as far as I know) and if you have it there without the appropriate
> connector defined in server.xml it causes communication errors.
>   I hope that helps...

It was also pointed out that the lines defining workers.tomcat_home
and workers.java_home and ps are not needed (they're macros/variables
internal to this file, and the lines that used them have already been
removed).  So, after removing comments, this file can be reduced to:

worker.list=ajp13
worker.ajp13.port=8009
worker.ajp13.host=localhost
worker.ajp13.type=ajp13



> > -Original Message-
> > From:   Turner, John [SMTP:[EMAIL PROTECTED]]
> > Sent:   23 September 2002 17:27
> > To: 'Tomcat Users List'
> > Subject:RE: jk_ajp errors in mod_jk.log ???
> >
> >
> > Oops.  What's the fixed file, or the fix itself?  I will gladly update
> > things.
> >
> > John
> >
> >
> > > -Original Message-
> > > From: Anthony Milbourne [mailto:[EMAIL PROTECTED]]
> > > Sent: Monday, September 23, 2002 12:24 PM
> > > To: 'Tomcat Users List'
> > > Subject: RE: jk_ajp errors in mod_jk.log ???
> > >
> > >
> > > It looks to me like you may have an extra ajp entry in your
> > > config file.
> > > Try getting rid of the ajp12 connector int the worker list.
> > >
> > > John accidentally posted a broken file to this list in a
> > > reply to one of my
> > > questions.  It caused me loads of trouble, although I'm not
> > > complaining as
> > > John (and his HowTo) has solved many problems for me.
> > > Unfortunately a lot
> > > of people must have used it.
> > >
> > > Hope that helps,
> > >
> > >   Anthony.
> > >
> > > > -Original Message-
> > > > From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
> > > > Sent:   23 September 2002 02:15
> > > > To: Tomcat Users List
> > > > Subject:Re: jk_ajp errors in mod_jk.log ???
> > > >
> > > > 
> > > > > Please post the contents of your workers.properties file.
> > > > >
> > > > > This error seems to indicate that your apache machine
> > > cannot establish a
> > > > > connection to the tomcat machine.  You are running apache
> > > and tomcat on
> > > > > different machines, correct?
> > > > Correct, I am running them on different machines.
> > > > Attached hereto the workers.properties in
> > > /usr/local/tomcat4/conf/jk <<
> > > > File: workers.properties >>  << File: ATT553709.txt >>
> >
>
>
> **
> This email and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they
> are addressed. If you have received this email in error please notify
> the system manager.
> This footnote also confirms that this email message has been swept by
> MIMEsweeper for the presence of computer viruses.
> www.mimesweeper.com
> **
>
>
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>

Milt Epstein
Research Programmer
Integration and Software Engineering (ISE)
Campus Information Technologies and Educational Services (CITES)
University of Illinois at Urbana-Champaign (UIUC)
[EMAIL PROTECTED]


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




Re: jk_ajp errors in mod_jk.log ???

2002-09-24 Thread Matthew Hannigan

John
Thanks, but I don't have a Host element in my server.xml.

Is my server.xml a little too minimal?

Regards,
Matt


Turner, John wrote:
> The name parameter of the Host element is where you define the hostname.
> ServerName is an Apache directive.
> 
> John
> 
> 
> 
>>-Original Message-
>>From: Matthew Hannigan [mailto:[EMAIL PROTECTED]]
>>Sent: Tuesday, September 24, 2002 9:07 AM
>>To: Tomcat Users List
>>Subject: Re: jk_ajp errors in mod_jk.log ???
>>
>>
>>
>>Where in server.xml  do you put the matching ServerName and
>>Hostname?  I think this may be my problem.
>>My connection is getting tomcat to give some of the
>>examples pages, but anything further gives blank page in the
>>browser:
>>
>>catalina_log.2002-09-24.txt:2002-09-24 17:36:32 
>>Ajp13Processor[8009][4] 
>> [Ajp13] [RequestHandler] status is:  
>>400(Bad Request)
>>
>>mod_jk.log:[Tue Sep 24 17:36:32 2002]  [jk_ajp_common.c (462)]: 
>>ajp_unmarshal_response: status = 400
>>
>>
>>
>>My server.xml is:
>>
>>
>>
>>   
>>
>> 
>> >port="8009" minProcessors="5" maxProcessors="75"
>>acceptCount="10" debug="1"/>
>>
>> 
>> 
>>
>>   
>>   >   prefix="catalina_log." suffix=".txt"
>>   timestamp="true"/>
>>
>>   
>>
>> 
>>
>>   
>>
>>
>>
>>I have the same workers.properties.
>>
>>Regards
>>
>>Matt
>>
>>
>>Anthony Milbourne wrote:
>>
>>>Hi John
>>>
>>>I onjy just noticed that this is in your HowTo (Apache 
>>
>>1.3.26 - Tomcat
>>
>>>4.0.4, at least) as well as in the list archives.  The example
>>>wrokers.properties file you have given has a minor error.  
>>
>>It should be:
>>
>>> # BEGIN workers.properties
>>> #
>>> # Setup for apache system
>>> #
>>> # make this equal to CATALINA_HOME
>>> workers.tomcat_home=/usr/local/jakarta-tomcat-4.0.4
>>> #
>>> # make this equal to JAVA_HOME
>>> workers.java_home=/usr/java/j2sdk1.4.0_01
>>> #
>>> ps=/
>>> worker.list=ajp13
>>> 
>>> # Definition for Ajp13 worker
>>> #
>>> worker.ajp13.port=8009
>>> 
>>> # change this line to match apache ServerName and Host name in
>>>server.xml
>>> worker.ajp13.host=localhost
>>> 
>>> worker.ajp13.type=ajp13
>>> #
>>> # END workers.properties
>>
>>
>>
>>
>>--
>>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]>
> 
> .
> 



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




RE: jk_ajp errors in mod_jk.log ???

2002-09-24 Thread Turner, John


The name parameter of the Host element is where you define the hostname.
ServerName is an Apache directive.

John


> -Original Message-
> From: Matthew Hannigan [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 24, 2002 9:07 AM
> To: Tomcat Users List
> Subject: Re: jk_ajp errors in mod_jk.log ???
> 
> 
> 
> Where in server.xml  do you put the matching ServerName and
> Hostname?  I think this may be my problem.
> My connection is getting tomcat to give some of the
> examples pages, but anything further gives blank page in the
> browser:
> 
> catalina_log.2002-09-24.txt:2002-09-24 17:36:32 
> Ajp13Processor[8009][4] 
>  [Ajp13] [RequestHandler] status is:  
> 400(Bad Request)
> 
> mod_jk.log:[Tue Sep 24 17:36:32 2002]  [jk_ajp_common.c (462)]: 
> ajp_unmarshal_response: status = 400
> 
> 
> 
> My server.xml is:
> 
> 
> 
>
> 
>  
>   port="8009" minProcessors="5" maxProcessors="75"
> acceptCount="10" debug="1"/>
> 
>  
>  
> 
>
>prefix="catalina_log." suffix=".txt"
>timestamp="true"/>
> 
>
> 
>  
> 
>
> 
> 
> 
> I have the same workers.properties.
> 
> Regards
> 
> Matt
> 
> 
> Anthony Milbourne wrote:
> > Hi John
> > 
> > I onjy just noticed that this is in your HowTo (Apache 
> 1.3.26 - Tomcat
> > 4.0.4, at least) as well as in the list archives.  The example
> > wrokers.properties file you have given has a minor error.  
> It should be:
> > 
> > # BEGIN workers.properties
> > #
> > # Setup for apache system
> > #
> > # make this equal to CATALINA_HOME
> > workers.tomcat_home=/usr/local/jakarta-tomcat-4.0.4
> > #
> > # make this equal to JAVA_HOME
> > workers.java_home=/usr/java/j2sdk1.4.0_01
> > #
> > ps=/
> > worker.list=ajp13
> > 
> > # Definition for Ajp13 worker
> > #
> > worker.ajp13.port=8009
> > 
> > # change this line to match apache ServerName and Host name in
> > server.xml
> > worker.ajp13.host=localhost
> > 
> > worker.ajp13.type=ajp13
> > #
> > # END workers.properties
> 
> 
> 
> 
> --
> 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: jk_ajp errors in mod_jk.log ???

2002-09-24 Thread Matthew Hannigan


Where in server.xml  do you put the matching ServerName and
Hostname?  I think this may be my problem.
My connection is getting tomcat to give some of the
examples pages, but anything further gives blank page in the
browser:

catalina_log.2002-09-24.txt:2002-09-24 17:36:32 Ajp13Processor[8009][4] 
 [Ajp13] [RequestHandler] status is:  400(Bad Request)

mod_jk.log:[Tue Sep 24 17:36:32 2002]  [jk_ajp_common.c (462)]: 
ajp_unmarshal_response: status = 400



My server.xml is:



   

 
 

 
 

   
   

   

 

   



I have the same workers.properties.

Regards

Matt


Anthony Milbourne wrote:
> Hi John
> 
> I onjy just noticed that this is in your HowTo (Apache 1.3.26 - Tomcat
> 4.0.4, at least) as well as in the list archives.  The example
> wrokers.properties file you have given has a minor error.  It should be:
> 
>   # BEGIN workers.properties
>   #
>   # Setup for apache system
>   #
>   # make this equal to CATALINA_HOME
>   workers.tomcat_home=/usr/local/jakarta-tomcat-4.0.4
>   #
>   # make this equal to JAVA_HOME
>   workers.java_home=/usr/java/j2sdk1.4.0_01
>   #
>   ps=/
>   worker.list=ajp13
>   
>   # Definition for Ajp13 worker
>   #
>   worker.ajp13.port=8009
>   
>   # change this line to match apache ServerName and Host name in
> server.xml
>   worker.ajp13.host=localhost
>   
>   worker.ajp13.type=ajp13
>   #
>   # END workers.properties




--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: jk_ajp errors in mod_jk.log ???

2002-09-24 Thread Turner, John


Ok, thanks.

John


> -Original Message-
> From: Anthony Milbourne [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 24, 2002 4:34 AM
> To: 'Tomcat Users List'
> Subject: RE: jk_ajp errors in mod_jk.log ???
> 
> 
> Hi John
> 
> I onjy just noticed that this is in your HowTo (Apache 1.3.26 - Tomcat
> 4.0.4, at least) as well as in the list archives.  The example
> wrokers.properties file you have given has a minor error.  It 
> should be:
> 
>   # BEGIN workers.properties
>   #
>   # Setup for apache system
>   #
>   # make this equal to CATALINA_HOME
>   workers.tomcat_home=/usr/local/jakarta-tomcat-4.0.4
>   #
>   # make this equal to JAVA_HOME
>   workers.java_home=/usr/java/j2sdk1.4.0_01
>   #
>   ps=/
>   worker.list=ajp13
>   
>   # Definition for Ajp13 worker
>   #
>   worker.ajp13.port=8009
>   
>   # change this line to match apache ServerName and Host name in
> server.xml
>   worker.ajp13.host=localhost
>   
>   worker.ajp13.type=ajp13
>   #
>   # END workers.properties
>   I have removed ajp12 from line 12 as Tomcat 4.0.4 
> doesn't need it
> (as far as I know) and if you have it there without the appropriate
> connector defined in server.xml it causes communication errors.
>   I hope that helps...
>   Anthony.
> 
> 
> > -Original Message-----
> > From:   Turner, John [SMTP:[EMAIL PROTECTED]]
> > Sent:   23 September 2002 17:27
> > To: 'Tomcat Users List'
> > Subject:RE: jk_ajp errors in mod_jk.log ???
> > 
> > 
> > Oops.  What's the fixed file, or the fix itself?  I will 
> gladly update
> > things.
> > 
> > John
> > 
> > 
> > > -Original Message-
> > > From: Anthony Milbourne [mailto:[EMAIL PROTECTED]]
> > > Sent: Monday, September 23, 2002 12:24 PM
> > > To: 'Tomcat Users List'
> > > Subject: RE: jk_ajp errors in mod_jk.log ???
> > > 
> > > 
> > > It looks to me like you may have an extra ajp entry in your 
> > > config file.
> > > Try getting rid of the ajp12 connector int the worker list.
> > > 
> > > John accidentally posted a broken file to this list in a 
> > > reply to one of my
> > > questions.  It caused me loads of trouble, although I'm not 
> > > complaining as
> > > John (and his HowTo) has solved many problems for me.  
> > > Unfortunately a lot
> > > of people must have used it.
> > > 
> > > Hope that helps,
> > > 
> > >   Anthony.
> > > 
> > > > -Original Message-
> > > > From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
> > > > Sent:   23 September 2002 02:15
> > > > To: Tomcat Users List
> > > > Subject:Re: jk_ajp errors in mod_jk.log ???
> > > > 
> > > > 
> > > > > Please post the contents of your workers.properties file.
> > > > > 
> > > > > This error seems to indicate that your apache machine 
> > > cannot establish a
> > > > > connection to the tomcat machine.  You are running apache 
> > > and tomcat on
> > > > > different machines, correct?
> > > > Correct, I am running them on different machines.
> > > > Attached hereto the workers.properties in 
> > > /usr/local/tomcat4/conf/jk <<
> > > > File: workers.properties >>  << File: ATT553709.txt >> 
> > 
> 
> 
> **
> This email and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they
> are addressed. If you have received this email in error please notify
> the system manager.
> This footnote also confirms that this email message has been swept by
> MIMEsweeper for the presence of computer viruses.
> www.mimesweeper.com
> **
> 
> 
> --
> 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: jk_ajp errors in mod_jk.log ???

2002-09-24 Thread Anthony Milbourne

Hi John

I onjy just noticed that this is in your HowTo (Apache 1.3.26 - Tomcat
4.0.4, at least) as well as in the list archives.  The example
wrokers.properties file you have given has a minor error.  It should be:

# BEGIN workers.properties
#
# Setup for apache system
#
# make this equal to CATALINA_HOME
workers.tomcat_home=/usr/local/jakarta-tomcat-4.0.4
#
# make this equal to JAVA_HOME
workers.java_home=/usr/java/j2sdk1.4.0_01
#
ps=/
worker.list=ajp13

# Definition for Ajp13 worker
#
worker.ajp13.port=8009

# change this line to match apache ServerName and Host name in
server.xml
worker.ajp13.host=localhost

worker.ajp13.type=ajp13
#
# END workers.properties
I have removed ajp12 from line 12 as Tomcat 4.0.4 doesn't need it
(as far as I know) and if you have it there without the appropriate
connector defined in server.xml it causes communication errors.
I hope that helps...
Anthony.


> -Original Message-
> From: Turner, John [SMTP:[EMAIL PROTECTED]]
> Sent: 23 September 2002 17:27
> To:   'Tomcat Users List'
> Subject:  RE: jk_ajp errors in mod_jk.log ???
> 
> 
> Oops.  What's the fixed file, or the fix itself?  I will gladly update
> things.
> 
> John
> 
> 
> > -Original Message-
> > From: Anthony Milbourne [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, September 23, 2002 12:24 PM
> > To: 'Tomcat Users List'
> > Subject: RE: jk_ajp errors in mod_jk.log ???
> > 
> > 
> > It looks to me like you may have an extra ajp entry in your 
> > config file.
> > Try getting rid of the ajp12 connector int the worker list.
> > 
> > John accidentally posted a broken file to this list in a 
> > reply to one of my
> > questions.  It caused me loads of trouble, although I'm not 
> > complaining as
> > John (and his HowTo) has solved many problems for me.  
> > Unfortunately a lot
> > of people must have used it.
> > 
> > Hope that helps,
> > 
> > Anthony.
> > 
> > > -Original Message-
> > > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
> > > Sent: 23 September 2002 02:15
> > > To:   Tomcat Users List
> > > Subject:  Re: jk_ajp errors in mod_jk.log ???
> > > 
> > > 
> > > > Please post the contents of your workers.properties file.
> > > > 
> > > > This error seems to indicate that your apache machine 
> > cannot establish a
> > > > connection to the tomcat machine.  You are running apache 
> > and tomcat on
> > > > different machines, correct?
> > > Correct, I am running them on different machines.
> > > Attached hereto the workers.properties in 
> > /usr/local/tomcat4/conf/jk <<
> > > File: workers.properties >>  << File: ATT553709.txt >> 
> 


**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.
www.mimesweeper.com
**


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




Re: jk_ajp errors in mod_jk.log ???

2002-09-23 Thread achana

Hi All.
Actually i don't think that had a major impact. Subsequently I replaced
the cryptic names of the protocol with mnemonic (canonical) names like
"panther" or "felix" instead of ajp12 in worker.list and it seems to
work fine.
Just thought I should mention that

Milt Epstein wrote:
> 
> On Mon, 23 Sep 2002, Turner, John wrote:
> 
> > Oops.  What's the fixed file, or the fix itself?  I will gladly
> > update things.
> 
> I think it was the one we eventually were able to distill down to
> about four lines -- after getting rid of an extra entry on the workers
> list, and getting rid of the unnecessary tomcathome= settings.
> 
> > > -Original Message-
> > > From: Anthony Milbourne [mailto:[EMAIL PROTECTED]]
> > > Sent: Monday, September 23, 2002 12:24 PM
> > > To: 'Tomcat Users List'
> > > Subject: RE: jk_ajp errors in mod_jk.log ???
> > >
> > >
> > > It looks to me like you may have an extra ajp entry in your
> > > config file.
> > > Try getting rid of the ajp12 connector int the worker list.
> > >
> > > John accidentally posted a broken file to this list in a
> > > reply to one of my
> > > questions.  It caused me loads of trouble, although I'm not
> > > complaining as
> > > John (and his HowTo) has solved many problems for me.
> > > Unfortunately a lot
> > > of people must have used it.
> > >
> > > Hope that helps,
> > >
> > > Anthony.
> > >
> > > > -Original Message-
> > > > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
> > > > Sent: 23 September 2002 02:15
> > > > To:   Tomcat Users List
> > > > Subject:  Re: jk_ajp errors in mod_jk.log ???
> > > >
> > > > 
> > > > > Please post the contents of your workers.properties file.
> > > > >
> > > > > This error seems to indicate that your apache machine
> > > cannot establish a
> > > > > connection to the tomcat machine.  You are running apache
> > > and tomcat on
> > > > > different machines, correct?
> > > > Correct, I am running them on different machines.
> > > > Attached hereto the workers.properties in
> > > /usr/local/tomcat4/conf/jk <<
> > > > File: workers.properties >>  << File: ATT553709.txt >>
> > >
> > >
> > > **
> > > This email and any files transmitted with it are confidential and
> > > intended solely for the use of the individual or entity to whom they
> > > are addressed. If you have received this email in error please notify
> > > the system manager.
> > > This footnote also confirms that this email message has been swept by
> > > MIMEsweeper for the presence of computer viruses.
> > > www.mimesweeper.com
> > > **
> > >
> > >
> > > --
> > > 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]>
> >
> 
> Milt Epstein
> Research Programmer
> Integration and Software Engineering (ISE)
> Campus Information Technologies and Educational Services (CITES)
> University of Illinois at Urbana-Champaign (UIUC)
> [EMAIL PROTECTED]
> 
> --
> 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: jk_ajp errors in mod_jk.log ???

2002-09-23 Thread Milt Epstein

On Mon, 23 Sep 2002, Turner, John wrote:

> Oops.  What's the fixed file, or the fix itself?  I will gladly
> update things.

I think it was the one we eventually were able to distill down to
about four lines -- after getting rid of an extra entry on the workers
list, and getting rid of the unnecessary tomcathome= settings.


> > -Original Message-
> > From: Anthony Milbourne [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, September 23, 2002 12:24 PM
> > To: 'Tomcat Users List'
> > Subject: RE: jk_ajp errors in mod_jk.log ???
> >
> >
> > It looks to me like you may have an extra ajp entry in your
> > config file.
> > Try getting rid of the ajp12 connector int the worker list.
> >
> > John accidentally posted a broken file to this list in a
> > reply to one of my
> > questions.  It caused me loads of trouble, although I'm not
> > complaining as
> > John (and his HowTo) has solved many problems for me.
> > Unfortunately a lot
> > of people must have used it.
> >
> > Hope that helps,
> >
> > Anthony.
> >
> > > -----Original Message-----
> > > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
> > > Sent: 23 September 2002 02:15
> > > To:   Tomcat Users List
> > > Subject:  Re: jk_ajp errors in mod_jk.log ???
> > >
> > > 
> > > > Please post the contents of your workers.properties file.
> > > >
> > > > This error seems to indicate that your apache machine
> > cannot establish a
> > > > connection to the tomcat machine.  You are running apache
> > and tomcat on
> > > > different machines, correct?
> > > Correct, I am running them on different machines.
> > > Attached hereto the workers.properties in
> > /usr/local/tomcat4/conf/jk <<
> > > File: workers.properties >>  << File: ATT553709.txt >>
> >
> >
> > **
> > This email and any files transmitted with it are confidential and
> > intended solely for the use of the individual or entity to whom they
> > are addressed. If you have received this email in error please notify
> > the system manager.
> > This footnote also confirms that this email message has been swept by
> > MIMEsweeper for the presence of computer viruses.
> > www.mimesweeper.com
> > **
> >
> >
> > --
> > 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]>
>

Milt Epstein
Research Programmer
Integration and Software Engineering (ISE)
Campus Information Technologies and Educational Services (CITES)
University of Illinois at Urbana-Champaign (UIUC)
[EMAIL PROTECTED]


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




RE: jk_ajp errors in mod_jk.log ???

2002-09-23 Thread Turner, John


Oops.  What's the fixed file, or the fix itself?  I will gladly update
things.

John


> -Original Message-
> From: Anthony Milbourne [mailto:[EMAIL PROTECTED]]
> Sent: Monday, September 23, 2002 12:24 PM
> To: 'Tomcat Users List'
> Subject: RE: jk_ajp errors in mod_jk.log ???
> 
> 
> It looks to me like you may have an extra ajp entry in your 
> config file.
> Try getting rid of the ajp12 connector int the worker list.
> 
> John accidentally posted a broken file to this list in a 
> reply to one of my
> questions.  It caused me loads of trouble, although I'm not 
> complaining as
> John (and his HowTo) has solved many problems for me.  
> Unfortunately a lot
> of people must have used it.
> 
> Hope that helps,
> 
>   Anthony.
> 
> > -Original Message-
> > From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
> > Sent:   23 September 2002 02:15
> > To: Tomcat Users List
> > Subject:Re: jk_ajp errors in mod_jk.log ???
> > 
> > 
> > > Please post the contents of your workers.properties file.
> > > 
> > > This error seems to indicate that your apache machine 
> cannot establish a
> > > connection to the tomcat machine.  You are running apache 
> and tomcat on
> > > different machines, correct?
> > Correct, I am running them on different machines.
> > Attached hereto the workers.properties in 
> /usr/local/tomcat4/conf/jk <<
> > File: workers.properties >>  << File: ATT553709.txt >> 
> 
> 
> **
> This email and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they
> are addressed. If you have received this email in error please notify
> the system manager.
> This footnote also confirms that this email message has been swept by
> MIMEsweeper for the presence of computer viruses.
> www.mimesweeper.com
> **
> 
> 
> --
> 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: jk_ajp errors in mod_jk.log ???

2002-09-23 Thread Anthony Milbourne

It looks to me like you may have an extra ajp entry in your config file.
Try getting rid of the ajp12 connector int the worker list.

John accidentally posted a broken file to this list in a reply to one of my
questions.  It caused me loads of trouble, although I'm not complaining as
John (and his HowTo) has solved many problems for me.  Unfortunately a lot
of people must have used it.

Hope that helps,

Anthony.

> -Original Message-
> From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
> Sent: 23 September 2002 02:15
> To:   Tomcat Users List
> Subject:      Re: jk_ajp errors in mod_jk.log ???
> 
> 
> > Please post the contents of your workers.properties file.
> > 
> > This error seems to indicate that your apache machine cannot establish a
> > connection to the tomcat machine.  You are running apache and tomcat on
> > different machines, correct?
> Correct, I am running them on different machines.
> Attached hereto the workers.properties in /usr/local/tomcat4/conf/jk <<
> File: workers.properties >>  << File: ATT553709.txt >> 


**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.
www.mimesweeper.com
**


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




Re: jk_ajp errors in mod_jk.log ???

2002-09-23 Thread achana


> Please post the contents of your workers.properties file.
> 
> This error seems to indicate that your apache machine cannot establish a
> connection to the tomcat machine.  You are running apache and tomcat on
> different machines, correct?
Correct, I am running them on different machines.
Attached hereto the workers.properties in /usr/local/tomcat4/conf/jk

# BEGIN workers.properties
# arthur borrowed this from johnturner.com/howto with john's permission... 
# Setup for apache system
#
# this is CATALINA_HOME
workers.tomcat_home=/usr/local/tomcat4
#
# this is JAVA_HOME
workers.java_home=/usr/java/j2sdk1.4.0_02
#
ps=/
worker.list=ajp12, ajp13
#
# Definition for Ajp13 worker
#
worker.ajp13.port=8009
# the host name must match exactly the apache ServerName and Host name in server.xml
worker.ajp13.host=cacophonix
#
worker.ajp13.type=ajp13
#
# END workers.properties




--
To unsubscribe, e-mail:   
For additional commands, e-mail: 


RE: jk_ajp errors in mod_jk.log ???

2002-09-23 Thread Michael Schulz


Please post the contents of your workers.properties file.

This error seems to indicate that your apache machine cannot establish a
connection to the tomcat machine.  You are running apache and tomcat on
different machines, correct?

-Mike


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
[EMAIL PROTECTED]
Sent: Sunday, September 22, 2002 7:54 PM
To: [EMAIL PROTECTED]
Subject: jk_ajp errors in mod_jk.log ???


Hi All.
The tomcat error log file "mod_jk.log" throws these exceptions:
[jk_ajp_common.c(1158)]: In jk_endpoint_t::service ajp_send_request
failed in send loop 1
[jk_connect.c(151]: jk_open_socket , connect() failed errno=111
[jk_ajp_common.c(844)]: Error connection to Tomcat process
[jk_ajp_common.c(1153)]: In jk_endpoint_t:: service ajp_send_request
failed in send loop 2

And of course cannot get thru to examples.
Can someone gicve me some more hints on what this might mean ?

--
To unsubscribe, e-mail:

For additional commands, e-mail:



--
To unsubscribe, e-mail:   
For additional commands, e-mail: