cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
357
Views
0
Helpful
2
Replies

how to change url's from cnf.xml file

ciscowenn32
Level 1
Level 1
Hello, I want to change the url in SEP#MAC#.cnf.xml from

<authenticationURL>http://CMServer:8080/ccmcip/authenticate.jsp</authenticationURL> <directoryURL>http://CMServer:8080/ccmcip/xmldirectory.jsp</directoryURL> <idleURL></idleURL> <informationURL>http://CMServer:8080/ccmcip/GetTelecasterHelpText.jsp</informationURL> <messagesURL></messagesURL> <proxyServerURL></proxyServerURL> <servicesURL>http://CMServer:8080/ccmcip/getservicesmenu.jsp</servicesURL>

to

<authenticationURL>http://10.1.2.3:8080/ccmcip/authenticate.jsp</authenticationURL>
<directoryURL>http://10.1.2.3:8080/ccmcip/xmldirectory.jsp</directoryURL>
<idleURL></idleURL>
<informationURL>http://10.1.2.3:8080/ccmcip/GetTelecasterHelpText.jsp</informationURL>
<messagesURL></messagesURL>
<proxyServerURL></proxyServerURL>
<servicesURL>http://10.1.2.3:8080/ccmcip/getservicesmenu.jsp</servicesURL>

with 10.1.2.3 being my CUCM ip address.
I tried to change it in System->service but that didn't help
Also tried to bulid cnf from service parameters that too didn't work!

Thank You!
1 Accepted Solution

Accepted Solutions

Hi.
You have to change that param in System -> Enterprise Parameters.

HTH

Regards

Carlo

Sent from Cisco Technical Support iPhone App

Please rate all helpful posts "The more you help the more you learn"

View solution in original post

2 Replies 2

Hi.
You have to change that param in System -> Enterprise Parameters.

HTH

Regards

Carlo

Sent from Cisco Technical Support iPhone App

Please rate all helpful posts "The more you help the more you learn"

Thank you!!!