[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jboss-user
Subject:    [JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: mod_jk with Jboss/Tomcat problem!!!!
From:       anguyen <do-not-reply () jboss ! com>
Date:       2005-10-31 20:43:55
Message-ID: 13506883.1130791435927.JavaMail.jboss () colo-br-02 ! atl ! jboss ! com
[Download RAW message or body]

workers.properties

  | worker.list=loadbalancer
  | 
  | worker.node1.port=10009
  | worker.node1.host=175.45.72.102
  | worker.node1.type=ajp13
  | worker.node1.lbfactor=1
  | 
  | worker.node2.port=10009
  | worker.node2.host=175.45.72.105
  | worker.node2.type=ajp13
  | worker.node2.lbfactor=1
  | 
  | worker.loadbalancer.type=lb
  | worker.loadbalancer.balanced_workers=node1, node2 
  | 

httpd.conf

  | # Load mod_jk module
  | # Specify the filename of the mod_jk lib
  | LoadModule jk_module apache_1.3.27_install/libexec/mod_jk_1.2.14.so
  | 
  | # Where to find workers.properties
  | JkWorkersFile apache_1.3.27_install/conf/workers.properties
  | 
  | # Where to put jk logs
  | JkLogFile /apache_1.3.27_install/logs/mod_jk.log
  | 
  | # Set the jk log level [debug/error/info]
  | JkLogLevel trace
  | 
  | # Select the log format
  | JkLogStampFormat "[%a %b %d %H:%M:%S %Y]"
  | 
  | # JkOptions indicates to send SSK KEY SIZE
  | JkOptions +ForwardKeySize +ForwardURICompat -ForwardDirectories
  | 
  | # JkRequestLogFormat
  | JkRequestLogFormat "%w %V %T %q %r %U %v %V %w"
  | 
  | # Mount your applications
  | JkMount /* loadbalancer
  | JkMount /viewserver/* loadbalancer
  | 


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3904512#3904512

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3904512


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic