cancel
Showing results for 
Search instead for 
Did you mean: 

How to Create Custom Error Pages

Former Member
0 Kudos

hi everybody,

i am developed webdynpro java applications.

suddenly i got exceptions in my applications.

if any exception is raised then i want to send or map to some error page.

in webdynpro how it possible,could you please tell me is it possible or not.

where we found the web.xml.

Thanks&regards

Murthy

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Murthy..

U can follow these SAP Notes, there was a perfect solution

962319

1113811

u can find the most the errors like 500, 400,404,403,408(internal server error, service not found like..)

Regards

Rajesh

siddharth_jain
Active Contributor
0 Kudos

Hi,

Check the following thread although the threads are bit old but you can have a look :

Siddharth

Former Member
0 Kudos
Former Member
0 Kudos

hi Anagha,

you are specifying the link which is used for exception handling,but i want custom error page

in webdynpro for java

thanks&regards

Murthy

sureshmandalapu6
Active Contributor
0 Kudos

Hi Murthy,

It seems like you were dotnet programmer before. Anyhow ! for getting the custom message , you need to capture the error by exception handling , then navigate to other vindow by explaining the your own message.

That is what my understanding, I don't for for redirecting the view to someother view like in dotnet.

thanks

suresh

Former Member
0 Kudos

hi suresh

pls understand the problem, just assume if server is down immediatly we got error page 404 or

something,if networking is not working then we got "page not found",like that i will have to redirect

to some error page.i found one documentation,in there they specify web.xml page.

but i am unable to find that xml file.

thanks&regrds

Murthy