Re: problem with JSP displaying broken image link

2001-03-18 Thread jdh
] 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

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

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

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 -

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 img srr="..." as broken imagewhen I try to get any images that exist on http://www.geocities.com. Has anybody have this problem? I'm baffled. -J