Re: Help with deploying multiple .WAR files in Tomcat

2022-08-05 Thread Shakila Rajaiah
Thank you - let me look into this.Shakila. Shakila Rajaiah  *  e-mail: sraja...@yahoo.com  On Thursday, August 4, 2022 at 05:49:02 PM EDT, Noelette Stout wrote: It looks like you have multiple locations/instances of the same jar file (jasper-el.jar by the

Re: Help with deploying multiple .WAR files in Tomcat

2022-08-05 Thread Konstantin Kolinko
чт, 4 авг. 2022 г. в 22:21, Shakila Rajaiah : > > 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 1. This mailing list expects e-mails to

Re: Help with deploying multiple .WAR files in Tomcat

2022-08-05 Thread David Rush
We successfully deploy multiple webapps by simply dropping .war files into the webapps directory all the time. No problems here. Just sharing my perspective. David On Thu, Aug 4, 2022 at 4:10 PM James H. H. Lampert wrote: > Multiple WAR files work fine for us. But we don't simply "drop [the W

Re: Help with deploying multiple .WAR files in Tomcat

2022-08-04 Thread James H. H. Lampert
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

Re: Help with deploying multiple .WAR files in Tomcat

2022-08-04 Thread Noelette Stout
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

Help with deploying multiple .WAR files in Tomcat

2022-08-04 Thread Shakila Rajaiah
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