There was a typo in my last posting... Here is the modified posting... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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!
_________________________________________________________________
Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
