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.
我正在使用 Apache Tomcat 7。
有没有一种方法可以将 Web 应用程序部署到 tomcat,以便将 Web 存档命名为 myapp.war 之类的名称,但可以通过根 url 而不是 /myapp 访问它吗?
我知道我可以将其命名为 ROOT.war,但我更愿意保留 Web 存档名称。那可能吗?如果可能的话,我还想避免使用符号链接的巧妙技巧。
看看帖子http://josefbetancourt.wordpress.com/2011/02/12/tomcat7-change-root-app/