Restoring WebLogs with Apache 2.2
14.02.06 14:04 |
OS X Server
http://www.wmwweb.com/apache/tomcat/tomcat-connectors/jk/source/jk-1.2.15/jakarta-tomcat-connectors-1.2.15-src.tar.gz
./configure --with-apxs=/usr/local/apache2/bin/apxs
> nano /usr/local/apache2/conf/httpd.conf
## WebLog
JKWorkersFile /etc/httpd/workers.properties
JKLogFile /var/log/httpd/mod_jk.log
JKLogLevel error
JKMount /*.jsp JBoss1
JKMount /servlet/* JBoss1
JKMount /examples/* JBoss1
JKMount /weblog/* blojsomworker
JKMount /blojsom_resources/* blojsomworker
|