[EMAIL PROTECTED] writes:
 > 
 > [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 &   ?
 > 

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:

http://localhost/myapp/nextpage.jsp;jsessionid=dsfdsf3

and that page is not found.

I tried using last night's build of Struts to no avail.

A little help?

-- 
Lee "Lefty" Burgess       <<!>> Manipulate eternity. Power is a symphony:
Web Application Developer <<!>> elaborate, enormous, essential.
PiperStudiosInc           <<!>> Dream the moment with a fiddle in summer 
[EMAIL PROTECTED]  <<!>> and a knife in winter.





Reply via email to