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

https://issues.apache.org/bugzilla/show_bug.cgi?id=44488

           Summary: JkMount global config doesn't work on mod_jk/1.2.26?
           Product: Tomcat 6
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P1
         Component: Native:JK
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Once I used httpd-2.0.63 + mod_jk/1.2.25 + apache-tomcat-6.0.10, and this 
worked well. But when I upgraded mod_jk/1.2.25 to mod_jk/1.2.26, the problem 
was found. It seems that the JKMount global config doesn't work anymore. And I 
also can't access the "/jkmanager-status" page yet. Here are some 
configurations of my httpd.conf:
#------------------------------------------------
<VirtualHost *:80>
    ServerAdmin [EMAIL PROTECTED]
    ServerName localhost
</VirtualHost>

# For working with tomcat
LoadModule jk_module modules/mod_jk.so
JkWorkersFile "conf/workers.properties"
JkLogFile "logs/mod_jk.log"
JkShmFile "logs/jk.shm"
JkLogStampFormat "[%a %b %d %H:%M:%S %Y]"
JkLogLevel error
JkMount /* loadbalancer

# Add the jkstatus mount point
JkMount /jkmanager-status/* jkstatus

<Location /jkmanager-status>
    JkMount jkstatus
</Location>
#------------------------------------------------


And the workers.properties:
#------------------------------------------------
worker.list=loadbalancer, jkstatus

worker.t39.port=8009
worker.t39.host=192.168.0.39
worker.t39.type=ajp13
worker.t39.lbfactor=1
worker.t39.connection_pool_timeout=600
worker.t39.socket_keepalive=true
worker.t39.socket_timeout=300000
worker.t39.connect_timeout=15000
worker.t39.prepost_timeout=10000
worker.t39.reply_timeout=330000

worker.loadbalancer.type=lb
worker.loadbalancer.balance_workers=t39     

#Define a 'jkstatus' worker using status
worker.jkstatus.type=status
#------------------------------------------------


Is this a bug of mod_jk/1.2.26? Can anyone help me? Thanks!

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to