将我的 Web 应用程序上下文路径映射到 Glassfish 或 Tomcat 中的主机名
例如,是否可以将 Glassfish 上运行的带有 context="MyApp1"
的 Web 应用程序映射到 www.myFirstApp.com,并将同一域中的另一个具有另一个上下文路径的 Web 应用程序映射到另一个主机名 (www.myFirstApp.com)。 mySecondApp.com)?
示例
http://127.0.0.1:8080/MyApp1/ >> To >> http://www.myFirstApp.com
http://127.0.0.1:8080/MyApp2/ >> To >> http://www.mySecondApp.com
我想绕过部署服务器上的 Web 应用程序上下文路径。
Is it possible to map a web application running on Glassfish with context="MyApp1"
to www.myFirstApp.com for example and another web app in the same domain with another context path to another hostname (www.mySecondApp.com)?
Examples
http://127.0.0.1:8080/MyApp1/ >> To >> http://www.myFirstApp.com
http://127.0.0.1:8080/MyApp2/ >> To >> http://www.mySecondApp.com
I want to bypass web app context path on my deploy-server.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您将需要使用虚拟服务器。 文档将会很有用,这里有一个< a href="http://blogs.steeplesoft.com/2007/05/virtual-hosting-using-apache-and-glassfish/" rel="nofollow">博客 进一步解释了这一点。请记住,该博客有点过时,但概念是相同的。
You'll want to use a virtual server. The documentation will be useful and here's a blog that explains it further. Keep in mind the blog is a bit outdated but the concepts are the same.