users@glassfish.java.net

Re: Install GlassFish V2 on different port

From: <glassfish_at_javadesktop.org>
Date: Tue, 11 Nov 2008 11:18:05 PST

Oh this is absolutely possible. The installer is a wrapper over what is called "asadmin create-
domain" which provides a host of options to specify the port HTTP uses. This is 8080 by default.
You can do, for example, "asadmin create-domain --instanceport 9090 --adminport 9191 ...d1"
which creates a domain with:
- admin port = 9191
- instance port = 9090.

Thanks,
Kedar
[Message sent by forum member 'km' (km)]

http://forums.java.net/jive/thread.jspa?messageID=316085