Created 03-29-2017 02:00 PM
Hi,
I know NiFi uses jetty server , do we know on which port Jetty run on.? and also can we change it to use Apache or IIS.?
Regards,
Sai
Created 03-29-2017 02:22 PM
The HTTP port defaults to 8080 but can be set in conf/nifi.properties:
nifi.web.http.port=8080
You can also set up HTTPS (please see the Security Configuration section of the NiFi Admin Guide for more details).
NiFi uses an embedded Jetty, it is not possible at this time to use a different engine.
Created 03-29-2017 02:22 PM
The HTTP port defaults to 8080 but can be set in conf/nifi.properties:
nifi.web.http.port=8080
You can also set up HTTPS (please see the Security Configuration section of the NiFi Admin Guide for more details).
NiFi uses an embedded Jetty, it is not possible at this time to use a different engine.
Created 03-29-2017 02:29 PM
i know nifi uses port 8080..i was wondering if Jetty it self runs on a different port. thank you.