On Mon, 2004-02-09 at 20:23, David OBrien wrote:
> At 09:26 PM 2/9/2004, Nicholas Bernstein wrote:
> >On Mon, 2004-02-09 at 17:37, David Rees wrote:
> > > On Mon, February 9, 2004 at 4:41 pm, Charles Daniel wrote:
> > > >
> > > > Give up trying to use Apache2 with mod_jk. After spending days on the
> > > > message boards trying to solve this one, I was ultimately told by the
> > > > so-called "experts" that "I had a network configuration problem and that
> > > > some process was likely to be either already using or blocking port
> > 8009".
> > >
> > > Hmm, I've had no problems at all using mod_jk with Apache2 on both various
> > > Linux and SGI Irix machines. I must be a so-called "expert". ;-)
> > >
> > > -Dave
> >
> >if you've got a minute, take a look @ the configs I posted
> >http://nicholasbernstein.com/tomcat/
>
> Are you using workers2.properties with mod_jk and not mod_jk2 ??
>
> JkWorkersFile /etc/httpd/conf/workers2.properties
> change to workers.properties
Thanks, that was from a previous configuration that I forgot to edit when putting on the web.
>
> Also I have had to define a lvmroute in my server.xml that is the same name
> as the named worker in your case ajp13
>
Could you please clarify that? do you mean <lvmroute>ajp13</lvmroute> somewhere in server.xml, or does it need to be in a specific place?
I meant jvmroute sorry
<Service name="Tomcat-Standalone">
<Connector className="org.apache.ajp.tomcat4.Ajp13Connector"
port="8009" minProcessors="50" maxProcessors="75"
acceptCount="25" buffersize="16384" debug="0"/>
<Engine name="Standalone" defaultHost="localhost" debug="0" jvmRoute="test01"> <-------------------------- HERE
-Dave
> -Dave > > > >and let me know if you see anything wrong with the setup. I'd rather > >stick to apache2; i'm using redhat ES and it looks like they've made a > >lot of RH specific patches to httpd source, so it probably performs a > >lot better that compiling 1.x from source. > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > >-- > >+---------------------------------------------------------------+ > >| Nicholas Bernstein | [EMAIL PROTECTED] | > >| UNIX Systems Administrator | http://www.docmagic.com | > >| Document Systems Inc. | | > >| gpg: F706 8C4E 78FA DDDD 53A0 019F D983 FE28 2002 D1F3 | > >+---------------------------------------------------------------+ -- +---------------------------------------------------------------+ | Nicholas Bernstein | [EMAIL PROTECTED] | | UNIX Systems Administrator | http://www.docmagic.com | | Document Systems Inc. | | | gpg: F706 8C4E 78FA DDDD 53A0 019F D983 FE28 2002 D1F3 | +---------------------------------------------------------------+
David G. O'Brien Web Services Coordinator / Systems Administrator
NACCRRA The Nation's Network of Child Care Resource & Referral 1319 F Street NW, Suite 500 Washington, DC 20004 (202) 393-5501 ext. 113 (202) 393-1109 fax
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
