cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
5569
Views
0
Helpful
4
Comments
angerninta
Level 1
Level 1

Hi,

    UCP on Cisco ACS 5.1

     1. Use command acs config-web-interface ucp enable on ACS console.

     2. Install Apache Tomcat (http://tomcat.apache.org/download-60.cgi) and J2SE on dedicate web server.

     3. Download UCP example from ACS web console (System Administration > Downloads > UCP web application example).

     4. Extact UCP.zip and put it into the Apache path (Ex. C:\Tomcat 6.0\webapps\ROOT\)

     5. Restart Apache service.

     Good luck,

Comments
hogoqo
Level 1
Level 1

Following this example works just fine. The only problem i have is it requires the user to enter the ACS IP Address. How can i get to edit this and disable that option from being required from user but rather i eneter the info on the script itself?

angerninta
Level 1
Level 1

Please find ACS IP address/host in index.jsp (C:\Tomcat 6.0\webapps\ROOT\) and edit input type to <input type=hidden name="host" id="host "value="192.168.1.1"/> that value is your Cisco ACS ip address.

<tr>

         <td>
            ACS IP address/host:
         </td>
         <td>

          <input type=hidden name="host" id="host "value="192.168.1.1"/>

         </td>

        </tr>

chrisvanwyk
Level 1
Level 1

Hi 

Please assist here this is my first time setting this up. I followed the steps but what is the URL that the user needs to enter to get to the change password page? http://ip/UCP ? https://ip/UCP ? http://ip/secure http://ip/secure

I have tied all combinations for this http://ip:port

Regards

Chris

chrisvanwyk
Level 1
Level 1

The issue was firefox resolved

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: