Error while starting Tomcat 8.5.14

2017-06-02 Thread Neha Munjal
Hi, We have been trying to start Apache Tomcat 8.5.14 (JDK version 8.0_121-b13) and land into the following error: # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x7fafaa9ad123, pid=590, tid=0x7fb095cdc700 # # JRE version: Java(TM) SE

Re: [External] Re: Security Headers Implementation in Tomcat 6.x version

2017-06-02 Thread Olaf Kock
Am 02.06.2017 um 07:43 schrieb Shaik, Mohammad N.: > Hi Chris, > > My actual requirement was to implement 7 HTTP headers, out of > which 4 are implemented in "HttpHeaderSecurityFilter". The remaining 3 headers (Content-Security-Policy, Public-Key-Pins, X-Robots-Tag) are not addressed in any of

Re: Custom Webapp loading..

2017-06-02 Thread Violeta Georgieva
Hi, 2017-06-01 18:26 GMT+03:00 Hassan Khan : > > Any pointers to the problem .. pls... Have extended webapploader and use Instead of extending the class loader you might consider the new Web Application Resources feature: