Tomcat 8.5.16 cuts end of body after 10485761 bytes

2017-08-28 Thread Simon De Uvarow
Hi, I have to respond a big json file: return Response.status(Status.OK).entity(new SimpleDataMessageResponse("TASK_FINISH", str)).build(); The tomcat logs correctly the size in the access log file: 127.0.0.1 - - [29/Aug/2017:02:26:07 +] "GET /./interactiveTask/

Hmm. Now it IS presenting a sign-on request, Re: Protecting files within a context

2017-08-28 Thread James H. H. Lampert
Hmm. Since the last time I tried this, the Tomcat server on which I'm testing my security constraint, login-config, and security-role has been shut down and restarted (Friday evening at 10:30 PM. And now, it IS presenting a sign-on request. Of course, since there was no user with a "frobozz"

RE: applicatio shared path is not working on tomcat8 version

2017-08-28 Thread Naga Ramesh
Chris, We don’t have the context file on app/WEB-INF path, that’s why we have done on /tomcat/conf/context.xml file. After that issue is resolved, but how do I resolve the issue, please guide me -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent:

Re: applicatio shared path is not working on tomcat8 version

2017-08-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Naga, On 8/28/17 11:23 AM, Naga Ramesh wrote: > Thanks Chris.. issues is resolved.. > > We have enabled the below thing on context file and it's working > fine. > > > tomcat8/conf/context.xml: added the below line and restarted the > service. >

RE: applicatio shared path is not working on tomcat8 version

2017-08-28 Thread Naga Ramesh
Thanks Chris.. issues is resolved.. We have enabled the below thing on context file and it's working fine. tomcat8/conf/context.xml: added the below line and restarted the service. Regards, Naga Ramesh -Original Message- From: Christopher Schultz

Re: applicatio shared path is not working on tomcat8 version

2017-08-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Naga, On 8/27/17 12:24 PM, Naga Ramesh wrote: > Christopher, > > We have done the load balancer configuration and one of the > properties file need to give the shared path and that shared path > need to give the tomcat end for some functionality