You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by todd <tl...@wiserlabz.com> on 2002/12/04 11:49:26 UTC

4.1.16 release problem with jk

the apache auto-conf directive will (nor will any other) method allow you to specify an address for the connector, ie:

#
#------ DEFAULT ajp13 WORKER DEFINITION ------------------------------
#---------------------------------------------------------------------
#

#
# Defining a worker named ajp13 and of type ajp13
# Note that the name and the type do not have to match.
#
worker.ajp13.port=8009
worker.ajp13.host=localhost  (defaults to 127.0.0.1)
worker.ajp13.host=192.7.11.225 (defaults to 127.0.0.1)


# ************ End worker.properties **************

todd
http://www.wiserlabz.com


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>