We use the following URL pattern to access Weblogic Admin Console:
http://host_name:port/context-path
e.g. http://localhost:7001/console
Our aim is to change context-path "console" that we use to access weblogic admin console.
Follow the below mentioned steps to achieve it.
1. On the Change Center of the Administration Console, click Lock & Edit.
2. In the left pane of the Console, under Domain Structure, click on the domain name
e.g. osb_domain
3. Select Configuration --> General.
4. Click Advanced at the bottom of the page.
5. In Console Context Path enter the context path that you want to use. Default is "console"
e.g. if you set the context path to newconsole, then you use the following URL to access the Weblogic Admin Console: http://localhost:7001/newconsole
6. To activate these changes, in the Change Center of Weblogic Admin Console, click Activate changes.
7. We need to do a restart of admin for changes to take effect.
No comments:
Post a Comment