in $APACHE_HOME\conf\httpd.conf notice the configuration for mod_jk

# Loads the Jakarta Tomcat Connector module
LoadModule jk_module modules/mod_jk.dll

#Configuration Attributes for mod_jk
JkWorkersFile C:/TOMCAT/TOMCAT~1.5/conf/workers.properties

referencing C:/TOMCAT/TOMCAT~1.5/conf/workers.properties
depending on the ajp list for worker
worker.list=ajp12, ajp13

# - An ajp12 worker that connects to localhost:8007
# - An ajp13 worker that connects to localhost:8009

so if you go to CLI and type
netstat -a | grep 8009
OR
netstat -a | grep 8007

*you should see output if the connection is active*

There is in all likelihood a quicker way to determine for active connection for ajp worker

HTH/
Martin
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed.  If you have received this email message in error, please notify
the sender immediately by telephone or email and destroy the original
message without making a copy.  Thank you.

----- Original Message ----- From: "Partha Goswami" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Thursday, August 09, 2007 4:46 PM
Subject: Re: MOD_JK TEST


hi,
is ur tomcat working ? can u view it throgh browser?


On 8/10/07, Dean Lonsdale <[EMAIL PROTECTED]> wrote:


Hi guys

Can anyone let me know of a test to prove whether the mod_jk is working
between Apache and Tomcat please ?

many thanks

Regards / Cordialement / Mit freundlichen Grüßen

-- [image: IBM] *Dean Lonsdale* *Dean Lonsdale/UK/IBM*<Dean+Lonsdale/UK/IBM>
  [EMAIL PROTECTED] <[EMAIL PROTECTED]>   Systems Architect
IBM Systems & Technology Group
Senior Accredited IT Specialist
Tivoli Certified Consultant

IBM UK Ltd, Washway Road, Manchester   Ext: 07834 252463
Mobex: 264328   +44 (0)1253 731299     View the Systems Group website at
http://w3-03.ibm.com/systemstechnology/index.html



 ------------------------------

*
*

*Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number
741598.
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU
*









--
Regards
Partha Goswami
Solaris/Open solaris User Group
www.solaris-user-group.org


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to