RE: 404 redirection question

2005-05-18 Thread Fritz Schneider
dnesday, May 18, 2005 2:11 PM To: Tomcat Users List Subject: Re: 404 redirection question Fritz, Well, that's a hyperlink to the image, not embedded. In the case below, the image is not embedded in the HTML but is simply a link to the image that requires an HTTP(S) GET to retrieve. With

Re: 404 redirection question

2005-05-18 Thread David Wall
Fritz, Well, that's a hyperlink to the image, not embedded. In the case below, the image is not embedded in the HTML but is simply a link to the image that requires an HTTP(S) GET to retrieve. With a relative URL like you used, it just constructs the complete URL by appending the current page

RE: 404 redirection question

2005-05-18 Thread Fritz Schneider
By having a page that is essentially: -Original Message- From: David Wall [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 18, 2005 11:01 AM To: Tomcat Users List Subject: Re: 404 redirection question Fritz Schneider wrote: >If you have hyperlinks >to images, as opposed t

Re: 404 redirection question

2005-05-18 Thread David Wall
Fritz Schneider wrote: If you have hyperlinks to images, as opposed to HTML pages with images embedded, How would you embed images inside the HTML rather than using hyperlinks to the image? David - To unsubscribe, e-mail: [EMAIL

RE: 404 redirection question

2005-05-18 Thread Fritz Schneider
Wade, Browsers don't display the error page for missing GIF or JPEG elements in a page, only when the entire requested URL gets a 404. If you have hyperlinks to images, as opposed to HTML pages with images embedded, then what you are looking for can be accomplished. You could create a JSP which do