I'm running with Tomcat 3.2.1 and using mod_jk to work with Apache.
Sorry for not making that clear before. I added .do to the JkMount for
struts-example so the .do files are working but I'm finding I get thrown
back to the logon screen whenever the link has the :80 appended to the
base url.

I'm using the just released beta binary version. I took a look at the
source for BaseTag from the binary release and the source release and
they are different. The source release doesn't append the :80 to the
base URL but the binary source does. So, it looks like the two aren't in
sync with each other. In a situation like this who would be contacted to
get the newer version of BaseTag into the binary version? I've been
meaning to compile from source so this will be my incentive to do that
but I would think the source code should match. Agree?

Rick


Robert Leland wrote:
> 
> Which version of struts are you using ? Back on Feb 02 a change was made
> to BaseTag dealing with port 80.
> 
> -Rob
> 
> Rick Smith wrote:
> >
> > I've been going over the example application and can't for the life of
> > me find where the :80 is appended to the URL when going through Apache.
> > When the starting URL is http://localhost/struts-example the page comes
> > up with :80 added after localhost. When I click on a link with :80 in it
> > I end up back at the logon page. If I remove the :80 the link takes me
> > to the correct page. I've spent some time looking through the code and
> > config files and haven't found anything to explain either how to get rid
> > of the :80 or how to make the app work with :80. If someone could point
> > me in the direction of the doc or code that is related to this or
> > enlighten me in some way I would appreciate it. Thanks.
> >
> > Rick

Reply via email to