I have another probelm here, the infrastucture team is depending on sending http request to the webserver as
http://localhost:80/ to check the availabity of the web server (service is currently running) while this request is passed to WAS to check the status of the application takes context root '/'. so if the application is currently off that request will not return status code 200.
the second question here: what is the http request can be used to check the availabity of the webserver (IBM HTTP Server)??