[EMAIL PROTECTED] wrote:
>
> If I recall correctly you need to modify one of Apaches config files
> server.xml ?? to tell it that it needs to forward the *.do
> to tomcat. It is in the Struts install directions. Try one the
> old users guide for that info. Since I just use Tomcat I can't help
> out.
>
server.xml is not one of Apache's config files ?
It's tomcat's, isn't it ?
What I've done is to install the struts-example directory under
tomcat/webapps.
As I said that works fine
Then I've copied the entire directory to /home/www/servlet/struts-example,
and set up a "context" for it in tomcat-apache.conf.
But then I get this error : (in the error log of apache)
"Cannot find file ..../*.do"
This probably means that the request for *.do is not sent to tomcat / struts.
I seem to recall to have read that there might be some problem with
the URLs created by struts:
http://localhost/servlet/editRegistration.do;jsessionid=dsfdsf3
Should the ; be replaced with a & ?
Regards
Alf Hogemark