You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2003/01/12 16:01:13 UTC

DO NOT REPLY [Bug 15776] - cannot use non default channel port in jk2

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15776>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15776

cannot use non default channel port in jk2

dpeterson@unicast.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         OS/Version|Linux                       |Windows XP



------- Additional Comments From dpeterson@unicast.com  2003-01-12 15:01 -------
I commented out these lines in jk2.properties and the class loader problem 
went away.  However, I still get the listener 0.0.0.0 problem.
# Set the desired handler list
# handler.list=apr,request,channelJni
#handler.list=apr,channelSocket,request --- NOTE NO APR NOW.
handler.list=channelSocket,request

#
# Override the default port for the socketChannel
# channelSocket.port=8019
channelSocket.port=8009

# Default:
# channelUnix.file=${jkHome}/work/jk2.socket
# Just to check if the the config  is working
# shm.file=${jkHome}/work/jk2.shm    # NOTE NOT SHM NOW

# In order to enable jni use any channelJni directive
#channelJni.disabled = 0
# And one of the following directives:

#apr.jniModeSo=/apache/apache2/modules/mod_jk2.dll   # NOTE NO APR.

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