views:

154

answers:

0

Hi,

I had the same problem as this and solved it by using the code given by Antonio.

My problem is that the war file has multiple jars inside of them, and these jars are dependencies, without which, the web application does not run.

Is there anyway to tweak the ClassLoader or another method to make the embedded tomcat also load the jar files before it tries to load the war?