Hi all,
I've managed to configure Apache with Tomcat so to use the Cocoon
framework for the publishing of an e-magazine..
I would like to make available the directory of the magazine (situated
in the %CATALINA_HOME%\webapps\cocoon\magazine folder) under the site
main route, as for example
www.mysite.com/magazine.
So I've used the Alias command in the file httpd.conf:
Alias /magazine %CATALINA_HOME%\webapps\cocoon\magazine
But if I try to access at
www.mysite.com/magazine I get the following
response from Apache:
403 Forbidden
You don't have permission to access /magazine on this server.
Apache/2.0.45 (Win32) PHP/4.3.2 mod_jk/1.2.0 Server at
www.mysite.com
Port 80
Which could be the problem?!?!
Thank you
Federico