I'm trying to transfer the project to maven. I use the default directory structure, in pom I describe only dependencies. The project compiles successfully, but when I run on tomcat all the time I get the following actions and the listener does not start accordingly.
The context.xml settings for tomcat have not changed. And the code too. Before trying to transfer the application to maven, everything started and worked. Maybe for mavena need some kind of separate setting to work with jdbc? I tried to recreate the project and put my source code there - the result is the same.