On Thu, Nov 9, 2017 at 1:45 PM, Christopher Schultz
wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Coty,
>
> On 11/9/17 12:19 PM, Coty Sutherland wrote:
>> Hi,
>>
>> I'm trying to determine whether or not we fully support OCSP in
>> tomcat-native 1.2.x on Linux. There isn't any doc
On Fri, Nov 10, 2017 at 4:31 AM, Greg Huber wrote:
> Since switching to jsvc, randomly I am getting tomcat restarting, looking
> at the logs I see that the jsvc is using alot of memory total-vm: and
> being killed by the system.
>
> Nov 9 13:11:11 prodbox kernel: Out of memory: Kill process 1287
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Konstantin,
On 11/10/17 8:46 AM, Konstantin Kolinko wrote:
> 2017-11-10 12:31 GMT+03:00 Greg Huber :
>> Since switching to jsvc, randomly I am getting tomcat restarting,
>> looking at the logs I see that the jsvc is using alot of memory
>> total-vm:
2017-11-10 12:31 GMT+03:00 Greg Huber :
> Since switching to jsvc, randomly I am getting tomcat restarting, looking
> at the logs I see that the jsvc is using alot of memory total-vm: and
> being killed by the system.
>
> Nov 9 13:11:11 prodbox kernel: Out of memory: Kill process 1287 (jsvc)
> sc
Thanks for your help Chris. Here is my final script to do this right.
-/local/bin/tld_scan:#!/bin/bash -
# find tldS - Ray Holme 2017
# embedded spaces in filenames wreak havoc
if [ $# -eq 0 ]; then
echo " usage $0 list-of-jar-files"
exit 1
fi
VERBOSE=0
LIST=
WORK=/tmp/$$.wrk
Since switching to jsvc, randomly I am getting tomcat restarting, looking
at the logs I see that the jsvc is using alot of memory total-vm: and
being killed by the system.
Nov 9 13:11:11 prodbox kernel: Out of memory: Kill process 1287 (jsvc)
score 121 or sacrifice child
Nov 9 13:11:11 prodbox
Hi,
If you want both should be accessible then try to use "ServerAlias" option
If you want redirect all requests then try
RewriteCond %{HTTP_HOST} ^example\.com [NC]
RewriteCond %{HTTPS} ^on$#if you don't want https then make off
RewriteRule ^(.*)$ https://www.example.com/$ [R=permanent,L,NE