Consultor Eletrônico



Kbase P84379: What users are connected to an AppServer?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/16/2008
Status: Unverified

GOAL:

What users are connected to an AppServer?

FIX:

Within the <appserver_name>.broker.log file you have the messages
Client connected : <socketInfo>. (8533)
ConnectionID= <connectionID>. (8096)
Client disconnected : <socketInfo>. (8534)
which would allow to count the connections.

The <connectionID> is an identifier of the Java thread managing the client connection. It does not provide the IP address of that client.