Re: non www to www URL Rewrite

2017-11-13 Thread shivashankar manukondu
lidation="false" xmlNamespaceAware="false"> > > > Do guide if anything to correct or any other solution > > On Fri, Nov 10, 2017, 14:43 shivashankar manukondu < > sivasankar.m...@gmail.com> wrote: > > > Hi, > > > > If you want both sho

Re: non www to www URL Rewrite

2017-11-10 Thread shivashankar manukondu
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/$

Re: FW: [error] SSL0266E: Handshake Failed, Could not establish SSL proxy connection

2017-10-11 Thread shivashankar manukondu
Hi, Can you post the web and tomcat servers configuration files. I hope you have added CA root certificate to the backend truststore? Regards, Siva On Wed, Oct 11, 2017 at 3:05 PM, Gali, Vamsi A < vamsi_a_g...@keybank.com.invalid> wrote: > Igor, > > Thank you for the response! > > Since the

Re: Tomcat Auto Shutdown issues

2017-04-30 Thread shivashankar manukondu
Hi, Looks like it is not able to unregistered during closing the DataSource - which causes memory leak, and Tomcat complains about it. Check in your web application if any jdbc unregister method using, also try to move your jdbc drivers to tomcat common lib directory instead of using in web

Re: Using Log4J2 2.8 (via the 1.2 API Bridge) for Tomcat8 Internal Logging - RollingFileAppender does not (cannot?) create new Log File

2017-04-13 Thread shivashankar manukondu
Hi, If you do not have any concern to use Timebased then you can try this option and also working with Log4J2. Regards, Siva On Thu, Apr 13, 2017 at 5:21 PM, Ankit Agarwal < ankit_agar...@yahoo.com.invalid> wrote: > > > > > On Thursday, April 13, 2017 7:43 AM, "Berneburg, Cris J. - US" <

Re: rotate catalina.out

2017-04-13 Thread shivashankar manukondu
Is there any possibility loss the log information in case if we use any external tools like Log4j, logrotete Regards, Siva On Wed, Apr 12, 2017 at 4:32 PM, Rainer Jung <rainer.j...@kippdata.de> wrote: > Am 12.04.2017 um 16:15 schrieb Mark Thomas: > >> On 12/04/17 1

rotate catalina.out

2017-04-12 Thread shivashankar manukondu
Hi, Do we have any default catalina.out rotation in the tomcat8 without using any external tool like Log4J or logrotate. Also should not be loss any logs while rotating. -- Regards Manu