Re: tomcat integrated with apache, struts-example

2000-11-17 Thread hogemark
[EMAIL PROTECTED] wrote: I was using Tomcat-3.1 and Struts-0.5 and had the same difficulty with "Cannot find file /*.do". So I upgraded to Tomcat-3.2-b7 and that was fixed. Now, however, I also get the problem where Struts composes a link URL like so:

Re: tomcat integrated with apache, struts-example

2000-11-16 Thread hogemark
Great !! Now it works. I had done step 1) and 2). I had also come to the conclusion that 3) was necessary, and had done that. I had also done 4) But it didn't work. But then I checked http.conf, and there I found the line (which I myself had added after I installed struts) AddHandler jk_serv

Re: tomcat integrated with apache, struts-example

2000-11-15 Thread Robert Leland
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. -Rob [EMAIL PROTECTED] wrote: