Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

NiFi jetty server

avatar
Super Collaborator

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

1 ACCEPTED SOLUTION

avatar
Master Guru

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.

View solution in original post

2 REPLIES 2

avatar
Master Guru

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.

avatar
Super Collaborator

Hi @Matt Burgess

i know nifi uses port 8080..i was wondering if Jetty it self runs on a different port. thank you.