Change default tomcat server in camunda spring boot starter

I want to exclude the defalt tomcat server from the dependency camunda-bpm-spring-boot-starter-webapp,
which artifacts do I need to exclude?

@Niall can you help me with what i can do to exclude the default tomcat server?
I want to basically replace it with undertow, i added a starter dependency for undertow but was not able to exclude tomcat from camunda-bpm-spring-boot-starter-webapp

Hi @Moiz
I’ve never really come across an issue like this to be honest.
Maybe @jangalinski could help

Never tried so far, but I would guess that:

  1. excluding spring-boot-web-starter from the camunda webapp
  2. add starter web and exclude starter-tomcat
  3. add starter-undertow

could work.

1 Like

this works, thanks

2 Likes