Yes, you can change the port numbers for an existing domain. Either use
the console or asadmin command.
For example, to change the HTTP listener port for the DAS, do:
asadmin set
configs.config.server-config.network-config.network-listeners.network-listener.http-listener-1.port=8082
In GF 3.1, this changes the port immediately; no server restart is
required.
I don't know what version you are using so a server restart may be needed.
Tom
On 1/19/2011 5:47 PM, Andrew Hughes wrote:
> Hi All,
>
> We want to run multiple domains and would like an intuitive convention
> for the allocation of ports to domains. Does create-domain help with
> this and if so what is the convention? Given that port number max is
> 65535 and we humans like numbers in base10 I'm finding it very hard.
>
> Also, seems like old doco says you can use asadmin to change the port
> numbers for an existing domain if you want to change them. Still true?
> link?
>
> Help would be grand, cheers :)