Re: Tomcat 8.5.x configuration file differences: permission denied

2019-04-07 Thread Mark Thomas
On 04/04/2019 10:30, Maxim Solodovnik wrote: > you can use github for this :) I was able to do this for a single file in the GitHub UI but I couldn't find a way to get it to work for a directory. If you have a sample GitHub URL that shows the diff in the conf directory between 2 Tomcat tags I'll

Re: Expect: 100-continue not working with curl and HTTP/2

2019-04-07 Thread Mark Thomas
On 30/03/2019 01:20, Michael Osipov wrote: > Am 2019-03-29 um 22:07 schrieb Mark Thomas: >> On 29/03/2019 12:28, Michael Osipov wrote: >>> Am 2019-03-29 um 12:14 schrieb Mark Thomas: On 28/03/2019 15:14, Osipov, Michael wrote: > Hi folks, > > right away, I don't know whether it is

Re: Sending post from ajax to servlet

2019-04-07 Thread John Dale
Debug pause made your request/db connection/other timeout? On 4/5/19, alejandro.var...@kymsolutions.com wrote: > I have a problem, not always, it happens randomly. Sometimes I send some > data, ~200KB , using jquery ajax, but when I received the request it came > null, but before I debugged in

Re: Tomcat 8.5 drops query string on protocol upgrade

2019-04-07 Thread Mark Thomas
Fixed. Mark On 30/03/2019 21:07, Michael Osipov wrote: > While searching for a cause for "Expect: 100-continue not working with > curl and HTTP/2" I have found another issue. I'd be happy if someone > else can reproduce this: > >> $ curl --verbose --negotiate -u : --upload-file >>

Re: Isapi_Redirect Issue Page Not Found 404.0

2019-04-07 Thread Charles Mulvany
Thanks Mark for looking into things. I did find out what my issue and I apologize and thank those that took the time to read this thread. I fixed it by adding a docbase to root context in tomcat. \conf\Catalina\localhost\ROOT.xml Restarted tomcat. Thanks again for your time