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 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 the cert f

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 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 interface (text)

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: 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 : This is not a valid XML comment : # # Maybe it has something to do with the problem ? Doesn't any of the Tomcat l

RE: Logging Issue in Tomcat v7.0.0.32

2014-09-09 Thread Bomma, Nithun
# # # Thanks, Nithun Bomma WebSphere Administrator Amtrak - Information Technology (Operations) Desk: 215-349-2065; ATS: 728-2065 -Original Message- From: Lulseged Zerfu [mailto:zlulse...@hotmail.com] Sent: Tuesday, September 09, 2014 10:08 AM To: Tomcat Users List Subject:

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

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 (tomcat/s

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: 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 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 System.out.printl

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 catalina

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 ca