Re: Site Setup, Need Advise On Struts Config

2006-02-11 Thread Mark Lowe
Forward to your action with no javascript redirects redirecting rather than forwarding will lose some crawlers. Another problem is if you use the html:img and or encode any paths to images, css or other media things will get ugly for image crawlers and such like, as the sessionid is appende

Re: Site Setup, Need Advise On Struts Config

2006-02-11 Thread Jim Reynolds
I will give that a try. Thanks for the idea ... maybe that is all I need. I will implement the change and run some more curl. Many thanks, On 2/11/06, Torgeir Veimo <[EMAIL PROTECTED]> wrote: > On Sat, 2006-02-11 at 09:10 -0600, Jim Reynolds wrote: > > Do you mean a redirect using a servlet or so

Re: Site Setup, Need Advise On Struts Config

2006-02-11 Thread Torgeir Veimo
On Sat, 2006-02-11 at 09:10 -0600, Jim Reynolds wrote: > Do you mean a redirect using a servlet or something like that? JSP: <%@ page contentType="text/html; charset=utf-8" %> <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> I'm not 100% sure, but I think robots follow redirects.

Re: Site Setup, Need Advise On Struts Config

2006-02-11 Thread Jim Reynolds
Do you mean a redirect using a servlet or something like that? On 2/11/06, Torgeir Veimo <[EMAIL PROTECTED]> wrote: > On Sat, 2006-02-11 at 09:05 -0600, Jim Reynolds wrote: > > I have a html file in my tomcat root > > which does a javascript function that directs the user to the site. > > Soemth

Re: Site Setup, Need Advise On Struts Config

2006-02-11 Thread Torgeir Veimo
On Sat, 2006-02-11 at 09:05 -0600, Jim Reynolds wrote: > I have a html file in my tomcat root > which does a javascript function that directs the user to the site. > Soemthing like this: > top.location.href="http://www.theuniquepear.com/unique/index.jsp"; Why don't you use a normal http redirect

Site Setup, Need Advise On Struts Config

2006-02-11 Thread Jim Reynolds
I have created a site using struts over the past couple of months. I am running Tomcat 5x and Struts 1.2x. But here is my huge problem. I have a html file in my tomcat root which does a javascript function that directs the user to the site. Soemthing like this: top.l