Just to add some content here (was trying to find another thread discussing the same subject... but my search skills are low today...): if you want to deploy NiFi in a custom web application server, the first place I'd look at would be the nifi-runtime project and in particular at this place:
https://github.com/apache/nifi/blob/master/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-runtime/src/main/java/org/apache/nifi/NiFi.java#L147 Not sure if it would require a lot of changes. Pierre 2017-02-17 14:35 GMT+01:00 Pierre Villard <[email protected]>: > Hi, > > NiFi is running in its own embedded Jetty server. There is no way, at the > moment, to allow NiFi deployment in other web application server. > > Hope this helps, > Pierre > > > 2017-02-17 13:55 GMT+01:00 Deepak Kumar Patel <[email protected] > >: > >> Hi Dev Team, >> >> Can you guide me, I want to deploy the nifi project inJBoss/WildFly 10. >> >> Is It possible ? >> If possible, can you please share the steps. >> >> >> Thanks in Advance. >> >> Deepak Patel >> > >
