Yes, I just set this up:
The workers.properties file:
worker.list=geronimo_ajp13
worker.geronimo_ajp13.port=8009
worker.geronimo_ajp13.host=localhost
worker.geronimo_ajp13.type=ajp13
Settings added to Apache configuration file:
<IfModule mod_jk.c>
JkWorkersFile
/home/jgawor/geronimo-jetty6-javaee5-2.1-SNAPSHOT/var/config/workers.properties
JkLogFile
/home/jgawor/geronimo-jetty6-javaee5-2.1-SNAPSHOT/var/log/apache_mod_jk.log
JkLogLevel error
JkMount /console/* geronimo_ajp13
</IfModule>
Please also see
http://cwiki.apache.org/GMOxDOC20/configure-apache-httpd-with-jakarta-tomcat-connector-modjk.html
for more info.
Jarek
On 10/29/07, MShah <[EMAIL PROTECTED]> wrote:
>
> Has anyone integrated Apache web server with geronimo and if so can you
> please let me know any issues you faced and also if you can please provide a
> sample entry in the workers.properties file I would appreciated it. I am
> very new to all this and we have decided to move from IIS to Apache web
> server.
>
> Thanks,
> Manisha
> --
> View this message in context:
> http://www.nabble.com/Integrating-Apache-Web-server-with-Geronimo-tf4715417s134.html#a13479347
> Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.
>
>