如何使我的 Java Web 应用程序在根 URL 上可用?
我正在使用 Apache Tomcat 7。
有没有办法可以将 Web 应用程序部署到 tomcat,以便将 Web 存档命名为类似 myapp.war 的名称,但可以通过根 url 而不是 /myapp 访问它?
我知道我可以将其命名为 ROOT.war,但我更愿意保留网络存档名称不变。这可能吗?如果可能的话,我还想避免使用符号链接的巧妙技巧。
I'm using Apache Tomcat 7.
Is there a way I can deploy a web application to tomcat so that the web archive is named something like myapp.war, but have it be accessible at the root url instead of at /myapp?
I know I can name it ROOT.war but I'd prefer to keep the web archive name as it is. Is that possible? I'd also like to avoid clever tricks with symlinks if possible.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看帖子 http://josefbetancourt.wordpress。 com/2011/02/12/tomcat7-change-root-app/
Take a look at the post http://josefbetancourt.wordpress.com/2011/02/12/tomcat7-change-root-app/