Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

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.