Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
ytuzet
Creator
Creator

cHttp as server how to make it listen on default port 8040

Hi,
I want to create a mediation route which start with a cHttp component ( as server) so that my route will be triggered by http call.
Is there a way (or a specific syntax for the uri) to make it listen on default jetty port 8040?
The aim is to avoid the multiplicity of ports listening on my container.
Labels (2)
2 Replies
Anonymous
Not applicable

Hi,
cHttp has an option Client or Server. You need to select Server and put uri in the uri field. For example: http://localhost:8040/data
Thanks,
Yuri
Anonymous
Not applicable

In this case cHttp override existing endpoint in Runtime container. Relative URI supported by cCXFRS component.