Re: SEVERE: A child container failed during start

2019-11-30 Thread Karen Goh
Sent from Yahoo Mail for iPhone On Saturday, November 30, 2019, 8:09 PM, M. Manna wrote: Karen, On Sat, 30 Nov 2019 at 00:58, Karen Goh wrote: > > > > Sent from Yahoo Mail for iPhone > > > On Saturday, November 30, 2019, 6:18 AM, Mark Thomas > wrote: > > On 29/11/2019 21:28, Karen Goh

Re: Double Slash Support in Tomcat 9.0.27

2019-11-30 Thread Kushagra Bindal
Hi Manna/Mark, Below are the sample URL which we are passing to Tomcat. http://backend_tomcat:8080//sdm/restcall)(.*)/file_uploads http://backend_tomcat:8080/sdm/restcall/v1/platform//healthCheck As from the above example you can see that // location may vary case by case. So, you guys have a

Async file upload server has 33% less throughput compared to the sync version

2019-11-30 Thread Behrang Saeedzadeh
Source code with Gatling tests here (WIP): https://github.com/turingg/file-server I wanted to compare the performance/throughput of an async file upload servlet to a sync version. To do that, I intentionally configured Tomcat to: * Use at most 2 HTTP connector threads * Accept up to 1000

Re: SEVERE: A child container failed during start

2019-11-30 Thread M. Manna
Karen, On Sat, 30 Nov 2019 at 00:58, Karen Goh wrote: > > > > Sent from Yahoo Mail for iPhone > > > On Saturday, November 30, 2019, 6:18 AM, Mark Thomas > wrote: > > On 29/11/2019 21:28, Karen Goh wrote: > > I have done so but it is no use. I have deleted the Tomcat and add an > new instance