Displaying 2 results from an estimated 2 matches for "lbfactor".
2005 Apr 05
1
Jakarta-Tomcat 1.2.10 problem
...at iwg.info
DocumentRoot /usr/local/jakarta-tomcat-x.x.x/webapps/therestaurant
ServerName www.therestaurant.name
</VirtualHost>
And below is workers.properties file worker.ajp13Worker.port=8009
worker.ajp13Worker.host=xxx.xxx.xxx.xxx
worker.ajp13Worker.type=ajp13
worker.ajp13Worker.lbfactor=50
worker.ajp13Worker.cachesize=10 worker.ajp13Worker.cache_timeout=600
Any suggestions ?
Im giving IP address in NameVirtualHost and worker.ajp13Worker.host
directives. Shall I provide DNS name?
Thankx again.
Vaneet
Vaneet Sharma
executive manager
iDeasTank Limited
an iwg business
dolphins...
2005 Mar 22
0
Centos 3.3 ( Apache WebServer integration with Tomcat
...d this line
LoadModule jk_module modules/mod_jk.so
6) Also added :)
Listen 213.217.226.168:80
Now after doing all this:
I also changed workers.properties file in TOMCAT/conf
worker.ajp13Worker.port=8009
worker.ajp13Worker.host=www.export4u.co.uk
worker.ajp13Worker.type=ajp13
worker.ajp13Worker.lbfactor=50
worker.ajp13Worker.cachesize=10
worker.ajp13Worker.cache_timeout=600
worker.ajp13Worker.socket_keepalive=1
worker.ajp13Worker.socket_timeout=300
Still, I cannot connect Apache Webserver with Tomcat 5.5.7.
Also, I cannot configure Context in 5.5.7. According to documentation,
it says, put cont...