Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
Would be nice (especially for new users) to have the server print out a list of port assignments upon successful startup. For example:
> bin/startup.sh
Environment information:
JDK_HOME: /usr/lib/java
GERONIMO_BUILD: 1.0-169186
VERBOSE_LEVEL: quiet (use -verbose to change)
SERVER STARTING..................................
Now listening on:
Port 1234: JMS
Port 8080: HTTP
Port 8081: HTTPS
Port 9876: Foo
SERVER STARTED SUCCESSFULLY!
Browse to http://localhost:8080/ for web console