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 ???
> > > > >
> > > > > <snip>
> > > > > > 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]>

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

Reply via email to