I’m trying deploying my application in WAS 5 & 6, there is an error message
“VirtualHost or Web application not found”
“The web group default_host / RbsWeb has not been defined” as below image
when the application is down, there any way so that i can change/redirect to another .jsp page for this error, how this can be done, do need to do anything in default host under Server – Environment – Virtual Host
thanks in advance

Try creating an application that has a WAR with a context-root of “/”. That WAR should become the “default” when no other WAR is installed.