I've downloaded struts-0.5, and wanted to test it.
I've installed apache 1.3.14 and tomcat 3.2b7
When I deploy the struts-example application under tomcat, and use
lynx http://localhost:8080/struts-example/, the example works fine.
But when I try to deploy under Apache, I get the error : cannot find *.do
file.
I've used mod_jk to integrate apache and tomcat.
I don't see any documentation of how I can add a
"AddHandler jk_servlet *.do"
I've also used mod_jserv to integrate apache and tomcat.
I haven't spent so much time with this, since I want to use mod_jk.
The question is :
has anybody used mod_jk to integrate apache, tomcat and then use struts ?
By the way, struts in Norwegian is the name of this bird which runs very
fast, has a long neck and long legs. Quite funny.
Struts looks very promising, I would like to get it to work.
Should I go for struts0.5, or should I go for the "latest" build ?
Alf Hogemark