cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
354
Views
0
Helpful
3
Replies

UCCX - Unable to access the html files in the repository

jbushong2
Level 1
Level 1

I am attempting to follow the instructions for creating a web triggered application. After creating and uploading the welcome.html file, I am not able to open that file from any web browser. I always get a 404 error. The url I am using is http://172.30.4.44:9080/welcome.html. Any ideas on what I have wrong here?

JB

3 Replies 3

Anthony Holloway
Cisco Employee
Cisco Employee

To the best of my knowledge, that's not how this works.

The port 9080 only allows you access to HTTP triggers.

So, if your trigger name was /test, then http://172.30.4.44:9080/test is how your trigger the Script associated to that Application.

It would then be your script, which shows/display HTML content to the browser.

I hope that helps.

That makes sense. The instructions in the online Help for the editor states you should be able to bring up a browser and hit the http://172.30.4.44:9080/welcome.html

This sample HTML code generates the web page as shown below, which prompts a user for a name.

Figure 9-2 Static HTML Page with User Prompt

I will complete the sample application and see what happens.

This is why I said "to the best of my knowledge." 

I'll have to do some testing with this and let you know what I learn.