users@glassfish.java.net

Re: can't see the welcome page

From: <glassfish_at_javadesktop.org>
Date: Sun, 28 Oct 2007 23:12:47 PST

Hi,
The Admin Console is deployed to the virtual server "__asadmin", the http-listener for this VS is 'admin-listener', the default port is 4848. You didn't change this port value. Thats why you also see the message [i]Admin Console is available at [http://localhost:4848].[/i] when the server starts.

What you have changed is the port # for http-listener-1. This is the listener for other web application. So, if you deploy a hello.war with context root '/', you will launch it by going to http://localhost:8088/

In setup.xml,
"admin.port" is the port number for the admin console
"instance.port" is the port number for the default http-listener.
So, you should change "admin.port" instead of "instance.port" if thats the port you want for the admin console.
[Message sent by forum member 'anilam' (anilam)]

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