You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Manu Kits <ma...@hotmail.com> on 2003/02/24 17:12:46 UTC

[users@httpd] Apache Alias Error (Apache+Tomcat+JBoss)

Hi:

I am using Apache 1.3.26 + JBoss(embedded with Tomcat).
I configured my "MOD_JK.SO" and my Apache + Tomcat connection is working 
fine.

I have following on my HTTPD.CONF file:
------------------------------------------------------------------
LoadModule jk_module libexec/mod_jk.so
JkWorkersFile /jboss/catalina/conf/jk/workers.properties

JkMount /mig/* ajp13
------------------------------------------------------------------

I run my applicatin as https://My_IP_ADDR-ESS/mig/ and it wors fine...


Now I want to configure ALIAS for this MIG Web Application and added 
following to my HTTPD.CONF:
------------------------------------------------------------------
Alias /mig/ "/jboss/server/default/deploy/mig/"
<Directory "/jboss/server/default/deploy/mig/"
    Options Indexes FollowSymLinks
    AllowOverride None
    Order allow, deny
    Allow from all
</Directory>
------------------------------------------------------------------

Now when I run my https://My_IP_ADDR-ESS/mig/

I get follwoing ERROR:
------------------------------------------------------------------
Forbidden
You don't have permission to access /mig/ on this server.
------------------------------------------------------------------

Does any one know how to fix this....?

THANKS!


_________________________________________________________________
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.  
http://join.msn.com/?page=features/virus


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org