[us...@httpd] Re: Problem loading mod_jk

2009-07-27 Thread alee amin
://techboard.wordpress.com On Mon, Jul 27, 2009 at 4:58 PM, alee amin wrote: > I am using apache 2.2.3-win32-x86-no_ssl and downloaded the following > connector from tomcat site mod_jk-1.2.28-httpd-2.0.52.so. I copied the > connector and renamed it to mod_jk.so in the appropriate directory. and &g

[us...@httpd] Problem loading mod_jk

2009-07-27 Thread alee amin
I am using apache 2.2.3-win32-x86-no_ssl and downloaded the following connector from tomcat site mod_jk-1.2.28-httpd-2.0.52.so. I copied the connector and renamed it to mod_jk.so in the appropriate directory. and added the following line on in httpd.conf LoadModule jk_module modules/mod_jk.so and

[us...@httpd] Re: Configuring Apache Web Server with Tomcat

2009-07-15 Thread alee amin
able on port 80, you have > two options: > > 1. Get rid of httpd and configure a connector of tomcat to listen on port > 80 > 2. Configure mod_jk for your apache httpd to connect to tomcat. > > --David > > alee amin wrote: > > I am using Tomcat6 but i could not find any

[us...@httpd] Re: Configuring Apache Web Server with Tomcat

2009-07-14 Thread alee amin
oblem). PLEASE tell me which properties should i fix so that i may get tomcat and apache working. ..alee http://techboard.wordpress.com On Tue, Jul 14, 2009 at 9:54 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > >

[us...@httpd] Configuring Apache Web Server with Tomcat

2009-07-14 Thread alee amin
I am trying to configuring apache webserver with tomcat using AJP but i am not sure am i doing it right or not. Here are the steps that i followed - Enabled required module in httpd.conf file LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_ajp_module modules/mod_proxy_ajp.so - Ad

[us...@httpd] Configuring Apacher Server for Tomcat

2009-07-14 Thread alee amin
I am trying to configure the server for some project and it is written in project documentation that i need to add following thing in the httpd.conf file ProxyPass / ajp://localhost:8009/ ProxyPassMatch ^(/photos/.*\.jpg)$ ! now for this i have made the following changes in httpd.conf file -