On 2/17/06, Scott Purcell <[EMAIL PROTECTED]> wrote:
> My web site is a struts application, and is the default app. The way the
> site is configured, it is the root app, and I configured the root app to
> use welcome-file as a .jsp. So when the user hits the url
> it goes to a jsp page, which the
for this subject, but the site is never to be
> found ... not good for business.
>
> Any input would be appreciated.
>
> Thanks,
>
>
>
> -Original Message-
> From: Mike Sabroff [mailto:[EMAIL PROTECTED]
> Sent: Saturday, February 11, 2006 11:09 AM
> To: Tomcat Use
t would be appreciated.
Thanks,
-Original Message-
From: Mike Sabroff [mailto:[EMAIL PROTECTED]
Sent: Saturday, February 11, 2006 11:09 AM
To: Tomcat Users List
Subject: Re: Robots cannot read JSP?
Scott,
Your assessment is incorrect! First off, curl doesn't read html pages,
it doe
Scott,
Your assessment is incorrect! First off, curl doesn't read html pages,
it does a get or post to a url just as though you clicked it in your
browser (and a lot of other things you can do with curl). Second off, it
is not the jsp that is the problem, it is the javascript as Tim said,
and
I doubt the problem is with curl not being able to read files other than
.htm or .html. The problem is only browsers execute javascript. Think of
curl or the search engines as a browser without javascript enabled.
What would you get in IE or Firefox if you disabled javascript?
-- David
Sco
fresh, or or if front-ended with apache,
just provide a RedirectMatch ^/$ /unique/index.jsp line...
HTH,
Tim
-Original Message-
From: Scott Purcell [mailto:[EMAIL PROTECTED]
Sent: Saturday, February 11, 2006 9:34 AM
To: Tomcat Users List
Subject: Robots cannot read JSP?
Tim,
Thanks
Tim,
Thanks a lot for the info. I got to thinking, and tried invoking curl
from my box on the url, and see exactly what you saw. The js screwing
things up.
So I decided to run curl on different pages, and I came to the
conclusion that only htm, or html pages show up via curl?
Does anyone think th