Hi Mark,
Please find the snippet from web.xml
default
org.apache.catalina.servlets.DefaultServlet
debug
0
listings
false
1
jsp
org.apache.jasper.servlet.JspServlet
On 29/11/2019 11:48, Klein, Carsten wrote:
> However, we are developing Ajax-driven
> B2B client applications, which terminate / end the session when they
> detect loss of authentication. Technically, these apps periodically send
> keep-alive messages to the server (in order to keep the session
On 01/12/2019 02:17, Behrang Saeedzadeh wrote:
> Any ideas what am I missing here?
Async provides scalability, not raw performance.
You haven't written a async file upload servlet. That would require
non-blocking I/O and look more like this:
https://github.com/apache/tomcat/blob/master/webapps
On 01/12/2019 07:11, Kushagra Bindal wrote:
> 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 th
On 01/12/2019 17:03, Arief Hasani wrote:
> Hi,
> Strangely I can not upload big file (~20Mb) when using http2 using curl with
> unexpected EOF error, whereas the upload was successful when forcing curl to
> use http1.1 protocol so I assume code and configuration should be correctI am
> using to
Hi,
Strangely I can not upload big file (~20Mb) when using http2 using curl with
unexpected EOF error, whereas the upload was successful when forcing curl to
use http1.1 protocol so I assume code and configuration should be correctI am
using tomcat 9.0.29
Kind regardsHasani