Update: Robots cannot read JSP?

2006-02-17 Thread Scott Purcell
. Any input 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

Re: Update: Robots cannot read JSP?

2006-02-17 Thread Leon Rosenberg
:[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 does a get or post to a url just as though you clicked it in your browser (and a lot

Re: Update: Robots cannot read JSP?

2006-02-17 Thread Hassan Schroeder
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 www.theuniquepear.com it goes to a jsp

Robots cannot read JSP?

2006-02-11 Thread Scott Purcell
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

RE: Robots cannot read JSP?

2006-02-11 Thread Tim Lucia
, or logic:redirect 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

Re: Robots cannot read JSP?

2006-02-11 Thread David Smith
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

Re: Robots cannot read JSP?

2006-02-11 Thread Mike Sabroff
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,