I have successfully made a mod_jk.so and it works fine in my apache, I have
a application called abc in my webapps dir. of tomcat. I can browse the
application by http://www.mydomain.com/abc but I want to browse the abc
application directly at http://www.mydomain.com .

I tried to change the DocumentRoot of apache to /opt/tomat/webapps/abc but
it fail..... I have added the below code to httpd.conf

<Directory "/opt/tomcat/webapps/nsl">
    Options Indexes FollowSymLinks
</Directory>

<Location "/WEB-INF/">
    AllowOverride None
    deny from all
</Location>
<Location "/META-INF/">
    AllowOverride None
    deny from all
</Location>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to