cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dispatcher Custom Error Page

Former Member
0 Kudos

Hallo everybody,

I have created a custom error page and have located the page in folder .../data/icmerror and this works fine!

I am trying to use some images in this page. This does not work!

Where do I have to store the images on the dispatcher AND how to integrate the images in the shtml error page.

Cause if I store images in /data/icmerror/icons and use html tag img to show images like this

img src="/icons/error.gif"

the webdispatcher asks for username and password of ICM ADMIN!

Thanks for any help in advance

Chris

Edited by: Christoph Schmitz on Jun 3, 2009 1:37 PM

Accepted Solutions (1)

Accepted Solutions (1)

vincentlim826
Employee
Employee
0 Kudos

SAP note 617483 ?

Former Member
0 Kudos

Unfortunately at the moment I have not the time to test, but it seems to be the right note for me!

Thank you very much!

Answers (1)

Answers (1)

0 Kudos

Hello Cristoph,

We've the same issue in exactly same scenario. We want that our Web Dispatcher shows a Custom Error Page, and this page must shown a jpg image. The custom html is uploaded to ../data/icmerror folder, and the image is uploaded to ../data/icmerror/error/images, in custom html i've the line:

<div align="center"><img src="/error/images/CustomImage.jpg" alt="Page not Found" width="1000" height="833" /></div>

But the WebDispatcher shows the html page but not the jpg image. How did you solve the problem?

Thank you very much,

Regards.