Re: Invalid characters in request header

2017-09-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Martynas, On 9/9/17 6:29 AM, Martynas Jusevičius wrote: > Well then you're out of luck. Everything is as expected though, at > least on your end -- client sends invalid request, gets error > response. What else do you need? He's specifically asking

Re: BIO: Async servlet with it's own thread pool; but get connection refused!

2017-09-12 Thread Yasser Zamani
Ouch! maxConnections! You're right. I failed to take account of it correctly. Actually I was confused connections like threads (because of maxThreads/Connections) and thought they release when their thread releases :[ while a connection keeps alive until response and thread pool is shared betwe

Re: How to prevent tomcat from deleting a webapp on restart

2017-09-12 Thread James H. H. Lampert
On 9/11/17, 6:00 PM, Aryeh Friedman wrote: I have setup a webapp (main app) that is uploaded with a war file and second one ("images") that is just a dir in the webapp dir, no war file. Sometimes (not always) on tomcat restart/system reboot images gets deleted. How can I prevent this. Disable

Re: BIO: Async servlet with it's own thread pool; but get connection refused!

2017-09-12 Thread Mark Thomas
On 12/09/17 10:00, Yasser Zamani wrote: > > > On 9/12/2017 1:17 AM, Mark Thomas wrote: >> On 07/09/17 23:30, Yasser Zamani wrote: >>> Thanks for your attention. >>> >>> Now I downloaded a fresh apache-tomcat-7.0.81-windows-x64 and chenged >>> it's connector in same way (BIO,20,20,10). I get same

Re: BIO: Async servlet with it's own thread pool; but get connection refused!

2017-09-12 Thread Yasser Zamani
On 9/12/2017 1:17 AM, Mark Thomas wrote: > On 07/09/17 23:30, Yasser Zamani wrote: >> Thanks for your attention. >> >> Now I downloaded a fresh apache-tomcat-7.0.81-windows-x64 and chenged >> it's connector in same way (BIO,20,20,10). I get same result, fortunately :) >> >> OUTPUT: >> >> Using CA