Enterprise Server Concepts

names, IP Addresses, and some administration capabilities. For the users, it is almost as if they have their own web server, without the hardware and basic server maintenance. These virtual servers do not span application server instances. For more information about virtual servers, see Chapter 13, “Configuring the HTTP Service.”

In operational deployments, for many purposes you can use virtual servers instead of multiple application server instances. However, if virtual servers do not meet your needs, you can also use multiple application server instances. On stopping, application server instance stops accepting new connections, then waits for all outstanding connections to complete. If your machine crashes or is taken offline, the server quits and any requests it was servicing may be lost.

Ports in the Enterprise Server

The following table describes the port listeners of the Enterprise Server.

TABLE 1–2Enterprise Server Listeners that Use Ports

Listener

Default Port Number

Description

 

 

 

Administrative

4848

A domain’s administrative server is accessed by the Admin Console and the asadmin utility.

server

 

For the Admin Console, specify the port number in the URL of the browser. When

 

 

executing an asadmin command remotely, specify the port number with the --port option.

 

 

 

HTTP

8080

The server listens for HTTP requests on a port. To access deployed Web applications and

 

 

services, clients connect to this port.

 

 

 

HTTPS

8181

Web applications configured for secure communications listen on a separate port.

 

 

 

IIOP

3700

Remote clients of enterprise beans (EJB components) access the beans through the IIOP

 

 

listener.

 

 

 

IIOP, SSL

3820

Another port is used by the IIOP listener configured for secure communications.

 

 

 

IIOP, SSL and

3920

Another port is used by the IIOP listener configured for mutual (client and server)

mutual

 

authentication.

authentication

 

 

 

 

 

SIP

5060

The server listens for SIP requests on a port.

 

 

 

SIPS

5061

SIP/converged applications configured for secure communications listen on a separate port.

 

 

 

JMX_ADMIN

8686

 

 

 

 

JMS

7676

 

 

 

 

30

Sun GlassFish Enterprise Server 2.1 Administration Guide • December 2008

Page 30
Image 30
Sun Microsystems 820433510 manual Ports in the Enterprise Server, 2Enterprise Server Listeners that Use Ports