On Tue, 2009-07-14 at 20:44 +0600, alee amin wrote:
> 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
alee amin wrote:
Alias /photos "F:\projects\AL\Photos"
Even under Windows, I believe you need to specify the paths in
apache.conf, with forward slashes (/) instead of backward ones (\).
Not entirely sure, and not sure either this is the source of your
difficulties, but it's worth a qu
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