this day I installed tomcat with apache using mod_jk. To use struts, the
"*.do" URIs that go to the controller servlet will not be recognized until I
add the appropriate handler. To fix this, I must add the following line to
the httpd.conf (in my own configuration) file:
AddHandler jserv-servlet .do
Is this will work with mod_jk or there is another syntax for mod_jk to add a
handler ?
Thanks
Mustapha

Reply via email to