cancel
Showing results for 
Search instead for 
Did you mean: 

Update the CMC Local Port

Former Member
0 Kudos

Hi,

I have updated the Port Number 8080 to 80 on server.xml . The URL http://<servername>:80/BOE/CMC works absolutely fine, but when i run the CMC locally from the start menu option on the server it is still pointing to http://localhost:8080/BOE/CMC and unable to display the page. How can i re point on the localhost from 8080 to 80??

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Reset your IE browser settings and try this URL http://localhost/BOE/CMC

How to reset your IE Settings,

1. Tools> Internet options> Advanced

2. click on reset (It will clear you browser cache file &Cookies )

3. try to login with http://localhost/BOE/CMC

I hope it will help

Thanks & Regards,

Ilayaperumal.A

former_member197037
Participant
0 Kudos

Hi Raj,

Browse to the URL from start menu option and right click the URL for CMC -- Properties.

Here you will get an option to modify the URL (change port number to 80 from 8080) under the web document tab.

Hope this helps.

Regards,

Nagendra

Former Member
0 Kudos

Hi Nagendra,

When i update the URL it throws a message 'Cannot apply changes to this internet shortcut'.

former_member197037
Participant
0 Kudos

That's strange. It worked for me.

Did you try with the administrator's account ?

I will double check at my end too.

Else, bookmarking the new URL is the only option i believe.

Former Member
0 Kudos

Hello Rajshekar,

Right click on the Shortcut in the start menu and CLick on properties.

Click on the General TAb, look for "Location". Copy that location.

Click on Start > Run > paste the location path copied in the above step and hit Enter.

This will open the actual location of the shortcuts.

Now open Notepad and drag and drop the shortcut you want to edit onto Notepad.

You will see something as follows:

[InternetShortcut]

URL=http://your-CMC-URL:8080/BOE/CMC

Change the port number here and then save the file.

Try opening CMC using the Start Menu Shortcut now.

Hope this helps!

EDIT: BTW, since you are using port 80 you dont have to explicitly mention this port number in the URL.

Also try the URL only as http://localhost/BOE/CMC

Regards,

Mihir

Message was edited by: Mihir Tailor

Former Member
0 Kudos

I do have the Admin User Access.

former_member197037
Participant
0 Kudos

I checked again and it works for me.

Under properties (of the URL) go to security tab to verify you have sufficient rights to modify the URL.

Else Mihir's solution should do it for you.

Regards,

Nagendra

Former Member
0 Kudos

Thank You Nagendra.

Former Member
0 Kudos

Thank You Mihir.

Former Member
0 Kudos

Did your issue get resolved Rajshekar ?