Sorry, forgot to say that is already in
Tomcat creates one as standard in it's build


    <!-- 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"/>



>>> [EMAIL PROTECTED] 02/06/03 11:00am >>>

You have to define an ajp Connector like this in your 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"/>

Then it should work.

Dietmar






"Richard Johnstone" <[EMAIL PROTECTED]> am
06.02.2003 12:02:01

Bitte antworten an "Tomcat Users List"
<[EMAIL PROTECTED]>

An:    <[EMAIL PROTECTED]>
Kopie:
Thema: Tomcat and Apache


I apologise for sending this as I know there are about 50 posts daily
on
this subject but I can't get the 2 of these to link.
I have checked the archives and help docs and everything seems in
place
but when I call my servlet without the 8080 port I get nothing.
Looking
at the apache logs it says

/opt/webFrontEnd/examples/servlet/avc.web.Clients.ClientsHomePage

The /opt/webfrontend is my document root for apache

There is no lines in the tomcat logs so apache isn't even posting to
tomcat

I must have missed something simple but I can't see what it is.
Any Help Please

Here is what I have set up in the conf files

SERVER.XML

<Server port="8005" shutdown="SHUTDOWN" debug="0">
<Listener className="org.apache.ajp.tomcat4.config.ApacheConfig"
          modJk="/opt/apache/libexec/mod_jk.so"
          jkLog="/opt/apache/logs/mod_jk.log" jkDebug="info"
 />

      <Host name="localhost" debug="0" appBase="webapps"
unpackWARs="true">
      <Listener className="org.apache.ajp.tomcat4.config.ApacheConfig"
append="true" />


HTTPD.CONF

Include /opt/tomcat-4.0.6/conf/auto/mod_jk.conf
LoadModule jk_module /opt/apache/libexec/mod_jk.so
AddModule mod_jk.c

JkWorkersFile /opt/tomcat-4.0.6/conf/jk/workers.properties
JkLogFile /opt/apache/logs/mod_jk.log
JkLogLevel info

JkMount /* ajp13
JkMount /examples/* ajp13
JkMount /avcweb/* ajp13

WORKERS.PROPERTIES

workers.tomcat_home=/opt/tomcat-4.0.6
workers.java_home=/opt/jdk1.4.1
ps=/
worker.list=ajp13

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

(See attached file: InterScan_Disclaimer.txt)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED] 
For additional commands, e-mail: [EMAIL PROTECTED] 





The information contained in this communication is intended solely for the use of the 
individual or entity to whom it is addressed and others authorized to receive it.  It 
may contain confidential or legally privileged information.  If you are not the 
intended recipient you are hereby notified that any disclosure, copying, distribution 
or taking any action in reliance on the contents of this information is strictly 
prohibited and may be unlawful. If you received this communication in error, please 
notify us immediately by responding to this email and then delete it from your system.
Appleyard Finance Holdings Ltd or its subsidiaries are neither liable for the proper 
and complete transmission of the information contained in this communication nor for 
any delay in its receipt.

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

Reply via email to