hi all.
I still have problem with configaraton file tomcat.conf (for AJp13)any one help me
my context found in C:/javaLine/tomcat/webapps/tryout/WEB-INF/
and if you can send me your tomcat.conf (window users)  so that I can make some changes
.it works fine with Ajp12 but I need to try with Ajp13.
Thanks for any help,
 
*******************************************************
<IfModule mod_jserv.c>
AddType text/jsp .jsp
AddHandler jserv-servlet .jsp

Alias /tryout /javaLine/tomcat/webapps/tryout
<Directory "C:/javaLine/tomcat/webapps/tryout">
    Options Indexes FollowSymLinks
</Directory>
ApJServMount /tryout/servlet /tryout
<Location "/tryout/WEB-INF/">
    AllowOverride None
    deny from all
</Location>
<Directory "C:/javaLine/tomcat/webapps/tryout/WEB-INF/">
    AllowOverride None
    deny from all
</Directory>
<Location "/tryout/META-INF/">
    AllowOverride None
    deny from all
</Location>
<Directory "C:/javaLine/tomcat/webapps/tryout/META-INF/">
    AllowOverride None
    deny from all
</Directory>
 
JkMount /servlet/* ajp13
JkMount /*.jsp ajp13
 
JkMount /tryout/servlet/* ajp13 
JkMount /tryout/*.jsp ajp13
*********************************************************
</IfModule>
 

Reply via email to