Re: Tomcat 8 fails to deploy applications with uppercase context paths

2014-09-09 Thread Mark Thomas
On 09/09/2014 00:17, Austin Jones wrote: Hello, I am having a problem with Tomcat 8 (v8.0.12), and uppercase context paths. I am using the manager interface (text) to deploy apps on Linux with the J2SE HotSpot JVM. I deploy my application as a compressed WAR, and context.xml config. I

Stop writing System.our and System.err in catalina.out

2014-09-09 Thread Vijay Kumar
Hi, I have deployed one web application in Tomcat which uses JULI logger internally for application level logging. I can change the Mode to OFF while going to production. But there are few System.out.println statements along with e.printStackTrace which are writing in catalina.out file. This is

Re: Stop writing System.our and System.err in catalina.out

2014-09-09 Thread André Warnier
Vijay Kumar wrote: Hi, I have deployed one web application in Tomcat which uses JULI logger internally for application level logging. I can change the Mode to OFF while going to production. But there are few System.out.println statements along with e.printStackTrace which are writing in

Re: Stop writing System.our and System.err in catalina.out

2014-09-09 Thread Daniel Mikusa
On Tue, Sep 9, 2014 at 5:12 AM, André Warnier a...@ice-sa.com wrote: Vijay Kumar wrote: Hi, I have deployed one web application in Tomcat which uses JULI logger internally for application level logging. I can change the Mode to OFF while going to production. But there are few

Logging Issue in Tomcat v7.0.0.32

2014-09-09 Thread Bomma, Nithun
Hello, I have tried to login into Manger app using default user name (tomcat/s3cret) which were defined in tomcat-users.xml under /conf. But it fails to login. Any idea why? Please let me know. Thanks.

RE: Logging Issue in Tomcat v7.0.0.32

2014-09-09 Thread Bomma, Nithun
We are using Windows version of tomcat on Windows 2008. -Original Message- From: Bomma, Nithun Sent: Tuesday, September 09, 2014 10:06 AM To: users@tomcat.apache.org Subject: Logging Issue in Tomcat v7.0.0.32 Hello, I have tried to login into Manger app using default user name

RE: Logging Issue in Tomcat v7.0.0.32

2014-09-09 Thread Lulseged Zerfu
Hi Can you send your tomcat-users.xml. It has been changed and will not work if you are using the old format. BRLulseged From: nithun.bo...@amtrak.com To: users@tomcat.apache.org Subject: Logging Issue in Tomcat v7.0.0.32 Date: Tue, 9 Sep 2014 14:05:39 + Hello, I have tried to

RE: Logging Issue in Tomcat v7.0.0.32

2014-09-09 Thread Bomma, Nithun
?xml version='1.0' encoding='utf-8'? !-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the

Re: Logging Issue in Tomcat v7.0.0.32

2014-09-09 Thread André Warnier
Hi. Sorry for top-posting, in this case it's easier to read. Bomma, Nithun wrote: The tomcat-users.xml is an XML file (as its name hints at). This is a valid XML comment : !-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the

RE: Logging Issue in Tomcat v7.0.0.32

2014-09-09 Thread Bomma, Nithun
Thanks Andre! It got fixed. I have deleted them and restarted. Thanks again. -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Tuesday, September 09, 2014 11:17 AM To: Tomcat Users List Subject: Re: Logging Issue in Tomcat v7.0.0.32 Hi. Sorry for top-posting, in

Re: Tomcat 8 fails to deploy applications with uppercase context paths

2014-09-09 Thread Austin Jones
Done: https://issues.apache.org/bugzilla/show_bug.cgi?id=56938 On Mon, Sep 8, 2014 at 11:55 PM, Mark Thomas ma...@apache.org wrote: On 09/09/2014 00:17, Austin Jones wrote: Hello, I am having a problem with Tomcat 8 (v8.0.12), and uppercase context paths. I am using the manager

Re: PKCS 12 issues in apache tomcat

2014-09-09 Thread Daniel Mikusa
On Mon, Sep 8, 2014 at 9:57 PM, Siva K Chittamuru cskal...@gmail.com wrote: Hello, I am using Apache tomcat version 7 Which version specifically? and trying to configure SSL. Here is what I did so far. 1. Generated CSR using OpenSSL and purchased certificate from geotrust. 2. Imported