rh-integration / IntegrationApp-Automation

Sample Integration application along with lifecycle automation
Apache License 2.0
13 stars 9 forks source link

Use Undertow as Embedded Server with Red Hat Fuse #27

Closed osmman closed 4 years ago

osmman commented 5 years ago

Tomcat is not officially supported by Red Hat Fuse as an embedded server. Instead, you should use Undertow as a web server.

Look at this Fuse quickstart. It contains the correct configuration.

redhatHameed commented 5 years ago

@osmman Fix in PR- https://github.com/rh-integration/IntegrationApp-Automation/pull/37 could you please have a look on that, also fixed the issues- 28/29/34/35/36.