Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
请让我知道如何在 Tomcat 5.5.27 上禁用基本身份验证
仅当您自己配置身份验证时才存在。默认情况下,Web 应用程序不使用身份验证。
但是,如果,正如我所怀疑的那样,你没有自己把它放在那里,那么告诉你在哪里看会对你有所帮助。在 Java 中,无论如何,源目录 (WEB_INF/) 中可能有一个 web.xml 文件。