Multiple WAR files work fine for us. But we don't simply "drop [the WAR
files] in the webapps folder (and for the most part, that *doesn't* work
for us, even with *only one* webapp).
We always deploy through the Manager webapp (which we always customize
to increase the allowable WAR file size
It looks like you have multiple locations/instances of the same jar file
(jasper-el.jar by the looks of the error message). This is typically
included with tomcat. Are you also including a version with your
application?
Caused by: java.lang.IllegalArgumentException: More than one fragment with
the
Hello Tomcat users,
Can someone help me find the correct documentation to deploy more than one war
file on Tomcat server. The information available on the web is confusing.
I followed this instruction and dropped both test1.war and test2.war files in
the webapps folder. Test1.war seems to have d