why reactive gateway in springboot not supported to external tomcat servlet container, Invalid bean definition ‘errorAttributes’ this error?
2024-04-27T20:19:27.808+05:30 INFO 4868 — [GATEWAY] [ main] com.hajeri.gateway.GatewayApplication : Starting GatewayApplication using Java 21.0.1 with PID 4868 (C:UsersAdminDesktopDeploy Hajeri Micro-servicegatewaywebappsROOTWEB-INFclasses started by Admin in C:UsersAdminDesktopDeploy Hajeri Micro-servicegatewaybin)
2024-04-27T20:19:27.820+05:30 INFO 4868 — [GATEWAY] [ main] com.hajeri.gateway.GatewayApplication : No active profile set, falling back to 1 default profile: “default”
2024-04-27T20:19:32.691+05:30 WARN 4868 — [GATEWAY] [ main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization – cancelling refresh attempt: org.springframework.beans.factory.support.BeanDefinitionOverrideException: Invalid bean definition with name ‘errorAttributes’ defined in class path resource [org/springframework/boot/autoconfigure/web/servlet/error/ErrorMvcAutoConfiguration.class]: Cannot register bean definition [Root bean: class [null]; scope=; abstract=false; lazyInit=null; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration; factoryMethodName=errorAttributes; initMethodNames=null; destroyMethodNames=[(inferred)]; defined in class path resource [org/springframework/boot/autoconfigure/web/servlet/error/ErrorMvcAutoConfiguration.class]] for bean ‘errorAttributes’ since there is already [Root bean: class [null]; scope=; abstract=false; lazyInit=null; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.web.reactive.error.ErrorWebFluxAutoConfiguration; factoryMethodName=errorAttributes; initMethodNames=null; destroyMethodNames=[(inferred)]; defined in class path resource [org/springframework/boot/autoconfigure/web/reactive/error/ErrorWebFluxAutoConfiguration.class]] bound.
2024-04-27T20:19:32.743+05:30 INFO 4868 — [GATEWAY] [ main] .s.b.a.l.ConditionEvaluationReportLogger :