将我的 Web 应用程序上下文路径映射到 Glassfish 或 Tomcat 中的主机名

发布于 2024-12-11 11:57:34 字数 408 浏览 0 评论 0原文

例如,是否可以将 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

-柠檬树下少年和吉他 2024-12-18 11:57:34

您将需要使用虚拟服务器。 文档将会很有用,这里有一个< 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文