whih verison of mod_jk u'r using specify . when u try
to run the apache is it showing  any error . try to
connect the tomcat directly nto through apache +
tomcat . 

regards
Sonam Singh

--- Raj Saini <[EMAIL PROTECTED]> wrote:
> Hi Marc,
> 
> Telnet to the port 8009 shows that your JK connecter
> is listening on 
> port 8009. You won't get any output.
> 
> Now there can be the conflict of host now. What is
> the defaulthost 
> attribute of your Engine tag and name attribute of
> the Host tag in your 
> server.xml? Are they both set to localhost?
> 
> Can you post your complete server.xml file?
> 
> BTW, are you running apache and tomcat on the same
> host?
> 
> Raj
> 
> Marc wrote:
> > Hi Raj (and thank you for your help yesterday)...
> > I tried to connect using telenet to localhost 8009
> and... there wasn't
> > connection
> > refused, but the connection wasn't accepted
> (showed the Escape character
> > ... ),
> > finally I killed the telnet process because no
> response was given.
> > I think that the ajp13 connector (tomcat) is not
> running in the rigth
> > way,
> > because, seems that apache finds the worker (the
> worker name is ok):
> > 
> >           > [Tue Oct 08 02:49:21 2002] 
> [jk_worker.c (187)]:
> >           wc_create_worker, done
> >           > [Tue Oct 08 02:49:21 2002] 
> [jk_worker.c (238)]:
> >           build_worker_map, removing old local_pt1
> worker
> >           > [Tue Oct 08 02:49:21 2002] 
> [jk_worker.c (250)]:
> >           build_worker_map, done
> >           > [Tue Oct 08 02:49:21 2002] 
> [jk_worker.c (111)]: wc_open,
> >           done 1
> > 
> > My workers.properties is:
> > ps=/
> > 
> > worker.list=local_pt1
> > 
> > worker.local_pt1.port=8009
> > worker.local_pt1.host=localhost
> > worker.local_pt1.type=ajp13
> > 
> > worker.local_pt1.lbfactor=1
> > 
> > My server.xml:
> > <!-- Define an AJP 1.3 Connector on port 8009 -->
> >     <Connector
> className="org.apache.ajp.tomcat4.Ajp13Connector"
> >                port="8009" minProcessors="5"
> maxProcessors="75"
> >                acceptCount="10" debug="0"/>
> > 
> > And, in catalina_log, seems that the connector
> starts all threads:
> > 
> > 2002-10-08 02:35:06 Ajp13Connector[8009] Opening
> server socket on all
> > host IP
> > addresses
> > 2002-10-08 02:35:06 Ajp13Connector[8009] Starting
> background thread
> > 2002-10-08 02:35:06 Ajp13Processor[8009][0]
> Starting background thread
> > 2002-10-08 02:35:06 Ajp13Processor[8009][1]
> Starting background thread
> > 2002-10-08 02:35:06 Ajp13Processor[8009][2]
> Starting background thread
> > 2002-10-08 02:35:06 Ajp13Processor[8009][3]
> Starting background thread
> > 2002-10-08 02:35:06 Ajp13Processor[8009][4]
> Starting background thread
> > 
> > 
> > Any ideas?
> > 
> > Regards!
> > 
> > Marc
> > 
> > Raj Saini wrote:
> > 
> > 
> >>Hi Marc,
> >>
> >>Though I am not expert in the JK Connectors, But
> it is very clear that
> >>mod_jk part at apache is not able to connect to
> the tomcat process.
> >>
> >>There may be three reason for this:-
> >>
> >>1. Your JK connector on tomcat is not listening on
> port 8009.
> >>2. The host name of the worker in
> worker.properties and tomcat does
> > 
> > not
> > 
> >>match.
> >>3. Tomct is not running at all.
> >>
> >>Pleas double check your JK connector configuration
> in server.xml.
> > 
> > Check
> > 
> >>the default host name in tomcat and
> worker.properties for the
> > 
> > local_pt1
> > 
> >>match.
> >>
> >>Try telneting to the host and port you have
> configured in
> > 
> > worker.properties.
> > 
> >>Raj
> >>
> >>Marc Vila Pérez wrote:
> >>
> >>>Hi!
> >>>I'm trying to connect apache with tomcat, using
> jk (ajp13), in my
> >>>mod_jk.log (debug log level), I can read this:
> >>>
> >>>[Tue Oct 08 02:49:20 2002]  [jk_uri_worker_map.c
> (172)]: Into
> >>>jk_uri_worker_map_t::uri_worker_map_alloc
> >>>[Tue Oct 08 02:49:20 2002]  [jk_uri_worker_map.c
> (375)]: Into
> >>>jk_uri_worker_map_t::uri_worker_map_open
> >>>[Tue Oct 08 02:49:20 2002]  [jk_uri_worker_map.c
> (396)]:
> >>>jk_uri_worker_map_t::uri_worker_map_open, rule
> map size is 1
> >>>[Tue Oct 08 02:49:20 2002]  [jk_uri_worker_map.c
> (299)]: Into
> >>>jk_uri_worker_map_t::uri_worker_map_open, suffix
> rule
> >>
> > /.jsp=local_pt1
> > 
> >>>was added
> >>>[Tue Oct 08 02:49:20 2002]  [jk_uri_worker_map.c
> (408)]: Into
> >>>jk_uri_worker_map_t::uri_worker_map_open, there
> are 1 rules
> >>>[Tue Oct 08 02:49:20 2002]  [jk_uri_worker_map.c
> (422)]:
> >>>jk_uri_worker_map_t::uri_worker_map_open, done
> >>>[Tue Oct 08 02:49:20 2002]  [jk_worker.c (88)]:
> Into wc_open
> >>>[Tue Oct 08 02:49:20 2002]  [jk_worker.c (222)]:
> Into
> >>
> > build_worker_map,
> > 
> >>>creating 1 workers
> >>>[Tue Oct 08 02:49:20 2002]  [jk_worker.c (228)]:
> build_worker_map,
> >>>creating worker local_pt1
> >>>[Tue Oct 08 02:49:20 2002]  [jk_worker.c (148)]:
> Into
> >>
> > wc_create_worker
> > 
> >>>[Tue Oct 08 02:49:20 2002]  [jk_worker.c (162)]:
> wc_create_worker,
> >>
> > about
> > 
> >>>to create instance local_pt1 of ajp13
> >>>[Tue Oct 08 02:49:20 2002]  [jk_ajp13_worker.c
> (108)]: Into
> >>>ajp13_worker_factory
> >>>[Tue Oct 08 02:49:20 2002]  [jk_worker.c (171)]:
> wc_create_worker,
> >>
> > about
> > 
> >>>to validate and init local_pt1
> >>>[Tue Oct 08 02:49:20 2002]  [jk_ajp_common.c
> (1206)]: Into
> 
=== message truncated ===


__________________________________________________
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.yahoo.com

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

Reply via email to