What is administrative console and How to open admin console.

What is administrative console.

Administrative console is a browser based client that is used to monitor the websphere environment or doing some change in the jvm. basically it is a application that is called isclite.ear it is already deployed whenever we create a profile. but its not show in under the enterprise application in admin console.



Follow some step to open a administrative console.

1. Start the application server.
2. know the admin port no.
3. Host name of the server

If we don't know about the admin port info to open admin console so here i am explaining how to find the port no details

Goto the profile root directory
Path:-
C:\IBM\WebSpere\AppServer\profiles\Dmgr01\properties

There is file name with portdef.props that file contains info about all the required port

IPC_CONNECTOR_ADDRESS=9632
CSIV2_SSL_SERVERAUTH_LISTENER_ADDRESS=9403
WC_adminhost=9060 ----- this port will work while security is disable in console.
DataPowerMgr_inbound_secure=5555
DCS_UNICAST_ADDRESS=9352
BOOTSTRAP_ADDRESS=9809
SAS_SSL_SERVERAUTH_LISTENER_ADDRESS=9401
SOAP_CONNECTOR_ADDRESS=8879
CELL_DISCOVERY_ADDRESS=7277
ORB_LISTENER_ADDRESS=9100
CSIV2_SSL_MUTUALAUTH_LISTENER_ADDRESS=9402
WC_adminhost_secure=9043  --- this will work in case of security enable 

Both are important to login in console.




Syntax or Url :-

http://localhost:WC_adminhost_port/admin

Example:-


http://localhost:9060/admin

  http://localhost:9060/ibm/console

This window will be open .



Thanks !!

Comments

  1. WebSphere is a set of Java-based tools from IBM that allow customers to create and manage sophisticated business Web sites. The central WebSphere tool is ... Layman Learning Courses
    Visit: www.laymanlearning.com Support; Query? +91-741-626-7887 ... Online Corporate IT training services. OnlineTraining | Corporate Training | Layman Learning.

    ReplyDelete

Post a Comment

Popular posts from this blog

ERROR: Port values must be a positive integer between 0 and 65535. while install IBM Http Server 8.5.5

How to remove the node from the deployment manager profile

What is clean start in websphere application server