Please let me know how to disable Basic Authentication on Tomcat 5.5.27
Authentication only exists if you configure it yourself. By default, web applications do not use authentication.
But if, as I suspect, you didn't put it yourself, it would be helpful if you were told where to look. In Java, anyway, there is probably a web.xml file in the source directory (WEB_INF /).