glassfish v3 多域托管
我有一个使用 glassfish 运行的网站,现在我想使用同一服务器在全新的域名上托管另一个域。配置 glassfish 来支持这一点涉及哪些步骤?
I have a website running with glassfish and I want to now use the same server to host another domain on a completely new domain name. What are the steps involved in configuring glassfish to support this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
创建一个新的虚拟服务器并为其分配新的域名。您可以使用管理控制台来实现此目的:
配置 -->虚拟服务器 --> new
为新虚拟服务器分配名称(字段:Id)并设置您的域名(字段:主机)。选择一个或多个 http 侦听器并重新启动服务器。
Create a new virtual server and assign the new domain name to it. You can use the admin console to achieve this:
Configuration --> Virtual Servers --> new
Assign a name to the new virtual server (Field: Id) and set your domain name (Field: Hosts). Choose one or more http-listeners and restart your server.
是的,实际上这是通过在 GlassFish 管理控制台面板中添加新的虚拟服务器来实现的。
您可以轻松在使用 Jelastic 的 GlassFish 服务器。
本说明向您展示如何通过提供的每个所需细节来管理此操作。
Yes, actually this is achieved by adding a new Virtual server in GlassFish admin console panel.
You can easily Run Multiple Custom Domains on GlassFish Server with Jelastic.
This instruction shows you how to manage this with every needed detail provided.