Hey everyone. I’ve got a problem that’s stumped me. I’m working with QaaWS for an Xcelsius project over secure http, and am trying to disable the “Hi, you have reached the QaaWS HTTP Servlet.” message. Basically, this is advertising to potential intruders that they have reached a service and provides a focal point for attempts in unauthorized access.
The link that is generated by the service is in this format:
Not sure if it is possible to turn off the message although I am wondering if by changing the mappings it would be possible to redirect the URL to another page that doesn’t give any information. Might even be able to deny access to the URL through the tomcat configuration. Have to look into this when time permits…