Re: problem with JSP displaying broken image link

2001-03-18 Thread jdh

Could some one please confirm that geocities is using mod_rewrite or
something of that nature?   Just write simple jsp to display an jpeg hosted
on geocities and tell me if you get a broken image link.   Be sure to clear
the cache first before you test this.

Thanks.

- Original Message -
From: Igor Shevchenko <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, March 18, 2001 11:55 PM
Subject: Re: problem with JSP displaying broken image link


>
> > My JSP is located on my own server (ISP is pacbell).   The images are
hosted
> > by geocities.
>
> Do you pay for hosting on geocities ? If not then this is a
> hotlinking - you're trying to cheat them by stealing their traffic... So
dont be
> surprised that images are not downloading - protection from such cheats is
> quite simple (using mod_rewrite).
>
> Regards, Igor
>
> >
> > -Jeff
> >
> >
> > >
> > > > I have  been having trouble displaying images from my JSP(s).  It
> > > > seems like all my images that exist on http://www.geocities.com
come
> > > > up as broken image links.Is there a bug in the JSP server?   I
can
> > > > display those images as plain .html file but not in my JSP.
> > >
> > > Where is your JSP located ? On geocities.com or somewhere else ?
> > > They (like all free hosters) dont like hotlinking and dont send
> > > requested images if "Referer" isn't pointing to somewhere inside
> > > of geocities.com...
> > >
> > >
> > >
> > >
> >
>
>



Re: problem with JSP displaying broken image link

2001-03-18 Thread jdh

Do you know a way around this?

-Jeff

- Original Message -
From: Igor Shevchenko <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, March 18, 2001 11:55 PM
Subject: Re: problem with JSP displaying broken image link


>
> > My JSP is located on my own server (ISP is pacbell).   The images are
hosted
> > by geocities.
>
> Do you pay for hosting on geocities ? If not then this is a
> hotlinking - you're trying to cheat them by stealing their traffic... So
dont be
> surprised that images are not downloading - protection from such cheats is
> quite simple (using mod_rewrite).
>
> Regards, Igor
>
> >
> > -Jeff
> >
> >
> > >
> > > > I have  been having trouble displaying images from my JSP(s).  It
> > > > seems like all my images that exist on http://www.geocities.com
come
> > > > up as broken image links.Is there a bug in the JSP server?   I
can
> > > > display those images as plain .html file but not in my JSP.
> > >
> > > Where is your JSP located ? On geocities.com or somewhere else ?
> > > They (like all free hosters) dont like hotlinking and dont send
> > > requested images if "Referer" isn't pointing to somewhere inside
> > > of geocities.com...
> > >
> > >
> > >
> > >
> >
>
>



Re: problem with JSP displaying broken image link

2001-03-18 Thread jdh

My JSP is located on my own server (ISP is pacbell).   The images are hosted
by geocities.

-Jeff


- Original Message -
From: Igor Shevchenko <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, March 18, 2001 1:51 PM
Subject: Re: problem with JSP displaying broken image link


>
> > I have  been having trouble displaying images from my JSP(s).  It
> > seems like all my images that exist on http://www.geocities.com   come
> > up as broken image links.Is there a bug in the JSP server?   I can
> > display those images as plain .html file but not in my JSP.
>
> Where is your JSP located ? On geocities.com or somewhere else ?
> They (like all free hosters) dont like hotlinking and dont send
> requested images if "Referer" isn't pointing to somewhere inside
> of geocities.com...
>
>
>
>



Re: problem with JSP displaying broken image link

2001-03-18 Thread jdh

Yes, I captured the source and viewed it as an HTML page and the  image
links show up fine.  They only show up as broken links in the JSP page.
This seems to happen to images from geocities for some strange reason.

-Jeff

- Original Message -
From: William Brogden <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, March 18, 2001 5:42 AM
Subject: Re: problem with JSP displaying broken image link


>
>
> > jdh wrote:
> >
> > I have  been having trouble displaying images from my JSP(s).  It
> > seems like all my images that exist on http://www.geocities.com   come
> > up as broken image links.Is there a bug in the JSP server?   I can
> > display those images as plain .html file but not in my JSP.
> >
> > Thanks.
>
> I would start by capturing the generated page (view source) and
> carefully examining the way the links are being written. Is it
> valid HTML?
>
> --
> WBB - [EMAIL PROTECTED]
> Java Cert mock exams http://www.lanw.com/java/javacert/
> Author of Java Developer's Guide to Servlets and JSP
> ISBN 0-7821-2809-2
>



problem with JSP displaying broken image link

2001-03-17 Thread jdh



I have  been having trouble displaying images 
from my JSP(s).  It seems like all my images that exist on http://www.geocities.com   come up 
as broken image links.    Is there a bug in the JSP 
server?   I can display those images as plain .html file but not in my 
JSP.
 
Thanks.


JSP won't display image file

2001-03-15 Thread jdh



I can't seem to display image (jpg, gif) files that 
are located on http://www.geocities.com 
in my JSP.  They show as broken image links.   If I display the 
same page as an HTML page, the images come up fine.    Is there 
something wrong with the tomcat server?
 
-Jeff


broken link from www.geocities.com

2001-03-14 Thread jdh



Hi,
  I"m having a really strange problem with my 
JSP.  It shows  as broken image when I try to get 
any images that exist on http://www.geocities.com.   Has 
anybody have this problem?   I'm baffled.
 
-J