2

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?

Farouk Alhassan
  • 3,780
  • 9
  • 51
  • 74

2 Answers2

2

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.

Matt Handy
  • 29,855
  • 2
  • 89
  • 112
1

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.

Daria
  • 169
  • 3