Hi,
I�m tring to install the Struts 1.0 on the Tomcat 3.2.1 with Apache
(on the Win2k). Acording to the instaling instructions on the Tomcat web
page I could include one of the following configuration files on the
Apache's "httpd.conf":
* tomcat-apache.conf
* mod_jk.conf-auto
It recommened to use the "mod_jk.conf-auto". So I've used it. But on
the Struts' site it says that I have to include the following line on
the "tomcat-apache.conf": AddHandler jserv-servlet .do
As I'm using "mod_jk.conf-auto" instead of "tomcat-apache.conf", I
tried to include this line on the httpd.conf, but didn't work out. So my
web server isn't recognizing the *.do extension. I haven't tried to
include this line on the "mod_jk.conf-auto", because this file is built
every inicialization of the the Tomcat.
Thanks.
Luiz