Hi Siva,
¡¡¡¡Great Siva!!!!
I have reviewing the thread and you says at the beginning:
"I planned to put maintenance page in IBM http server,
whenever the Appserver goes down the maintenance page should come up"
Maybe there is a reason to use rewrite module but if you use the directive ErroDocument you can get the same:
ErrorDocument 500 /outofservice.html
I have the next http configuration:
DocumentRoot "E:/WebSphere/HTTPServer/htdocs/en_US"
At this level I have created a page outofservice.html
E:/WebSphere/HTTPServer/htdocs/en_US
/images
/outofservice.jpg
outofservice.html
in source of page:
body width="778" height="556" background="images/outofservice.jpg" resize="no" scroll="no"
When I have the server started all works fine, when I stop the server or when the plugin is getting an Error 500 the outofservice.html is getting.
regards,