[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:
>
> 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.
>
>
>
I use tomcat3.2b7, and the struts build from 15112000, and mod_jk to
"connect" apache and tomcat. It works fine.
But I've noticed that if I have a link
<a href="/login.jsp">login</a>, then the file is not found.
I have to use <a href="login.jsp">login</a> (No /)
I'm still investigating to try to find the reason for this.
I'm not sure if it will solve your problem, since your are probably
testing struts-example and not one of your own apps.
If you use mod_jserv, you have to add the AddHandler directives as described
in README / INSTALL.
If you use mod_jk, you have to add the JkMount's as described
by mike.labudde
Alf Hogemark