WEB-INF/web.xml

Hi Community!

I would like to configure the Apache Tomcat Integration in according the manual(https://docs.camunda.org/manual/7.7/user-guide/runtime-container-integration/tomcat/) but I do not find the Location for WEB-INF/web.xml.

I know, it is a simple problem but i do not find the location for the XML-file.

Thank you.

Hi @TheGrump,

WEB-INF/web.xml goes into your application’s root folder. See https://www.mkyong.com/maven/how-to-create-a-web-application-project-with-maven/ for an example where to put it in a Maven folder structure.

Cheers,
Thorben

A little bit delayed but a heartfull thank you for you Thorben.
I will check the Tutorial

Cheers,
TG