I found this message to be quite helpful for integrating struts with
Tomcat/Apache 

http://www.mail-archive.com/struts-user@jakarta.apache.org/msg00476.html 

-----Original Message-----
From: Mustapha Essalihe [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 26, 2001 3:47 PM
To: [EMAIL PROTECTED]
Subject: RE: HTML:link tag


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