Re: JSON Logging of Tomcat Access Log.

2016-05-29 Thread Rajesh Cherukuri
you can use grok to covert to JSON that is how i have done it On Wed, May 25, 2016 at 9:03 PM, Abhijit Das wrote: > I am wanting to change the access logging format to JSON (for easier > parsing with logstash) > > I currently have the following config in my server.xml …

Re: How to cancel download on the server side

2016-05-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Steffen, On 5/29/16 2:08 PM, Steffen Heil (Mailinglisten) wrote: > I am streaming a huge file from a servlet to the browser. It can > easily be multiple gigabytes. > > Currently the data is prepared on the server, stored in a file and > then sent

Re: Direct url access to protected page: /docs*

2016-05-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Robert, On 5/27/16 10:35 PM, Robert Youngblood wrote: > Chris, thank you for your reply. Are you saying that you normally > rename the catalina folder to catalina_base and then create empty > catalina_home folder. No. CATALINA_HOME and

How to cancel download on the server side

2016-05-29 Thread Steffen Heil (Mailinglisten)
Hi I am streaming a huge file from a servlet to the browser. It can easily be multiple gigabytes. Currently the data is prepared on the server, stored in a file and then sent to the client with a "Content-Disposition: attachment" header, so the browser handles it as a download. After the