Re: Trying to understand How Tomcat uses Keystore for SSL

2017-11-27 Thread Joleen Barker
tes contain by using the ssl commands. I've also read that > the order of the certificates should be > > Your domain > Intermediate > Known Root > > So that's the order I used. A caution, in my reading I have found some > directions not to be accurate. > > If what

Re: Trying to understand How Tomcat uses Keystore for SSL

2017-11-27 Thread Joleen Barker
Hello Don, I'm trying to understand these as well. I had a question regarding the data and commands you used to display the certificate information. You wrote that you used the following command to create a pkcs12 store: openssl pkcs12 -export -in "domain-chain.crt" -inkey "domain.key" -certfile

Re: Best way to find out how many DB connections that are open at any given time

2017-01-10 Thread Joleen Barker
> Hash: SHA256 > > Joleen, > > On 1/10/17 11:10 AM, Joleen Barker wrote: > > Hello All, > > > > Details: Tomcat Version: 7.0.64.0 Java Version: 1.8.0 OS: AIX 6.1 > > Database: Oracle 11 > > > > The web application installed on the server above makes d

Re: Best way to find out how many DB connections that are open at any given time

2017-01-10 Thread Joleen Barker
On 10.01.2017 18:06, Joleen Barker wrote: > >> Hi Andre - I played around a little more and ran the command netstat -a | >> grep 1526 which is the port number and received information that looks >> like >> 11 connections are open at this time. Do you know what the number is th

Re: Best way to find out how many DB connections that are open at any given time

2017-01-10 Thread Joleen Barker
10, 2017 at 11:59 AM, Joleen Barker wrote: > Hello Filippo - I do not have JConsole available and the proposed idea is > past my knowledge level. > > Hello André - This was an interesting idea but it didn't work for me. I > only have the ksh available and could only use ne

Re: Best way to find out how many DB connections that are open at any given time

2017-01-10 Thread Joleen Barker
0, 2017 at 11:24 AM, André Warnier (tomcat) wrote: > On 10.01.2017 17:10, Joleen Barker wrote: > >> Hello All, >> >> Details: >> Tomcat Version: 7.0.64.0 >> Java Version: 1.8.0 >> OS: AIX 6.1 >> Database: Oracle 11 >> >> The web applica

Best way to find out how many DB connections that are open at any given time

2017-01-10 Thread Joleen Barker
Hello All, Details: Tomcat Version: 7.0.64.0 Java Version: 1.8.0 OS: AIX 6.1 Database: Oracle 11 The web application installed on the server above makes data connections to run file transfers from point A to point B. The default Database connection setting that are set when the application server

Re: TomcatCon @ ApacheCon

2017-01-09 Thread Joleen Barker
I would like to understand garbage collections better. Such as what instances or situations experienced someone would make a change to a setting. Thank you, Joleen On Mon, Jan 9, 2017 at 6:57 AM, Mark Thomas wrote: > All, > > There is the opportunity (if we can pull it together as a community)

Re: Configuring Tomcat to support TLSv1.2

2016-07-11 Thread Joleen Barker
avard wrote: > > 2016-06-24 11:50 GMT-04:00 Joleen Barker > > : > > > >> Hi Chris, > >> > >> The SSL_VERSION parameter was already defined by the vendor. > >> > >> > > I still would delete the SSL_VERSION from the catalina.sh o

Re: Configuring Tomcat to support TLSv1.2

2016-06-24 Thread Joleen Barker
SHA256 > > Daniel, > > On 6/22/16 12:59 AM, Daniel Savard wrote: > > 2016-06-21 19:08 GMT-04:00 Joleen Barker > > : > > > >> Hello Daniel, > >> > >> Thank you for your replies. > >> > >> Yes, I have the Java build 1.7.0_71

Re: Configuring Tomcat to support TLSv1.2

2016-06-21 Thread Joleen Barker
1.2 clients to come in and for Tomcat acting as a client to go out as TLSv1.2? -Joleen On Tue, Jun 21, 2016 at 5:53 PM, Daniel Savard wrote: > 2016-06-21 14:12 GMT-04:00 Joleen Barker : > > > Hello Tomcat friends, > > > > I am looking for some understanding on what is h

Configuring Tomcat to support TLSv1.2

2016-06-21 Thread Joleen Barker
Hello Tomcat friends, I am looking for some understanding on what is happening in my environment to make sure I am not missing anything in my settings. Basics: 1) OS is GNU/Linux 2) Java is JDK v1.7 3) Tomcat 7 First, this question has come up because we needed to allow TLSv1.2 connections to ou

RE: Understanding how to controlling what data is written to log4j appenders

2016-03-10 Thread Joleen Barker
quot;%TOMCAT_CONSOLE_LOG%" --StdError "%TOMCAT_CONSOLE_LOG%" > > Which will redirect the stderr and stdoout to the corresponding log files > > George > > -Original Message- > From: Joleen Barker [mailto:oldenuf2no...@gmail.com] > Sent: Thursday, March 1

Re: Understanding how to controlling what data is written to log4j appenders

2016-03-10 Thread Joleen Barker
-11 2:49 GMT+03:00 Joleen Barker : > > I wanted to let you know that I really tried at this and feel the > changes I > > made should be working and it is a matter of the developer hard coding > the > > log messages to go to the stdout/stderr and became lazy as one of the > ot

Re: Understanding how to controlling what data is written to log4j appenders

2016-03-10 Thread Joleen Barker
So are you suggesting to remove the ConsoleAppender from the log4j.properties that the vendor has in the WEB-INF/classes directory? Joleen On Mar 10, 2016 7:17 PM, "Konstantin Kolinko" wrote: > 2016-03-08 18:43 GMT+03:00 Christopher Schultz < > ch...@christopherschultz.net>: > > > > Everything t

Re: Understanding how to controlling what data is written to log4j appenders

2016-03-10 Thread Joleen Barker
I wanted to let you know that I really tried at this and feel the changes I made should be working and it is a matter of the developer hard coding the log messages to go to the stdout/stderr and became lazy as one of the other that commented had stated. I opened a ticket with the vendor but I have

Re: Understanding how to controlling what data is written to log4j appenders

2016-03-08 Thread Joleen Barker
n Tue, Mar 8, 2016 at 11:52 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Joleen, > > On 3/8/16 11:44 AM, Joleen Barker wrote: > > Hello Christopher, > > > > I thank you for your comments

Re: Understanding how to controlling what data is written to log4j appenders

2016-03-08 Thread Joleen Barker
Hello Christopher, I thank you for your comments. I had changed the swallowOutput=true back when I changed the default tomcat logging to use the log4j properties files. I did rename the cfcc log I had to read tomcat and it comes up and captures the starting/stopping details but that's about it. Th

Re: Understanding how to controlling what data is written to log4j appenders

2016-03-08 Thread Joleen Barker
- US wrote: > Joleen > > >-Original Message- > >From: Joleen Barker [mailto:oldenuf2no...@gmail.com] > >Sent: Monday, March 07, 2016 3:54 PM > >To: Tomcat Users List > >Subject: Re: Understanding how to controlling what data is written to > log4j ap

Re: Understanding how to controlling what data is written to log4j appenders

2016-03-07 Thread Joleen Barker
o figuring out what little setting I am missing. On Mon, Mar 7, 2016 at 2:07 PM, Joleen Barker wrote: > There is a comment that says: > > #stdout is set to be a ConsoleAppender > > But I changed the "stdout" that was set as the parent to CFCC so I thought > then e

Re: Understanding how to controlling what data is written to log4j appenders

2016-03-07 Thread Joleen Barker
cfcc log. Even with my updated log4j.properties file sitting in the WEB-INF/classes directory so I must have something configured wrong that they are all still going to the standard Stdout/Stderr. On Mon, Mar 7, 2016 at 12:54 PM, Joleen Barker wrote: > I forgot to tell Chuck that the swa

Re: Understanding how to controlling what data is written to log4j appenders

2016-03-07 Thread Joleen Barker
I forgot to tell Chuck that the swallowOutput parm is set to true in the context. When you see the vendor's log4j.properties you will see why there were so many messages still going to the catalina.out due to them using stdout. -Joleen On Mon, Mar 7, 2016 at 12:31 PM, Joleen Barker

Re: Understanding how to controlling what data is written to log4j appenders

2016-03-07 Thread Joleen Barker
verick=false log4j.additivity.com.sshtools=false log4j.additivity.com.proginet.sift.hcf=false log4j.additivity.com.proginet.sift.optus=false log4j.additivity.com.proginet.sift.sso=false I know, it's a lot to look at. Thank you for the help. -Joleen On Fri, Mar 4, 2016 at 4:33 PM, C

Re: What would happen if there were 2 log4j.jar files in the same library

2016-03-04 Thread Joleen Barker
age dependencies. > > If you need to have multiple versions of the same class inside your JVM, > rolling them up using OSGi is a (very complicated but effective, IMO) way > to handle that. > > hope this helps! > > CG > > > On Fri, Mar 4, 2016 at 9:05 AM, Joleen Barker >

What would happen if there were 2 log4j.jar files in the same library

2016-03-04 Thread Joleen Barker
I saw there is log4j-1.2.8-1.jar and log4j-1.2.17.jar in the WEB-INF/lib directory for a web application and I wonder what happens if there are two in the same library. Thank you, -Joleen

Re: Understanding how to controlling what data is written to log4j appenders

2016-03-03 Thread Joleen Barker
see how I can edit it to have the info go to the new log? -Joleen On Fri, Dec 4, 2015 at 4:49 PM, Joleen Barker wrote: > Hello Chris, > > As of now I am not using JULI any longer. I am using the log4j v1.2.17.jar > > Eventually I will jump in to the log4j v2 users and try my hand a

Re: File size >= 2GB not uploaded in application [Tomcat 7.0.54 Struts: 2.3.24 JAVA: openJDK 1.7.79]

2016-01-18 Thread Joleen Barker
I am not positive, but I thought the older browsers had a 2GB limit. The company I worked for ran in to a similar problem and it was the result of the browser. I think Chrome didn't have the issue and IE did. We ended up making a note in the Known Issues of the manual about the limitation. This is

Re: Understanding how to controlling what data is written to log4j appenders

2015-12-04 Thread Joleen Barker
the url to signup for it. Have a wonderful weekend. -Joleen On Fri, Dec 4, 2015 at 1:11 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > Joleen, > > On 12/3/15 11:55 PM, Joleen Barker wrote: > > The information you gave me for the additivity was PERF

Re: Understanding how to controlling what data is written to log4j appenders

2015-12-03 Thread Joleen Barker
in the production environment soon. Thank you. On Thu, Dec 3, 2015 at 9:42 PM, Joleen Barker wrote: > Hello Konstantin, > > Thank you for pointing out the typo. The line is actually correct in my > log4j.properties file and the typo happened when I typed the line in for my >

Re: Understanding how to controlling what data is written to log4j appenders

2015-12-03 Thread Joleen Barker
Thu, Dec 3, 2015 at 7:53 PM, Konstantin Kolinko wrote: > 2015-12-04 2:05 GMT+03:00 Joleen Barker : > > I want to have more control over what data is written to the various > > appenders in the log4j.properties files. I have played around with the > > various configurations in the

Understanding how to controlling what data is written to log4j appenders

2015-12-03 Thread Joleen Barker
I want to have more control over what data is written to the various appenders in the log4j.properties files. I have played around with the various configurations in the log4j.properties file but I am not understanding how they are working in order to grasp how to have more control. I don't know if

Re: Tomcat catalina.out log is not rolling using log4j DailyRollingFileAppender

2015-11-30 Thread Joleen Barker
uplicate information going to both the catalina and localhost file but I think it would be a separate email stream. Thank you so much for the help Christpher. -Joleen On Mon, Nov 30, 2015 at 10:26 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > Joleen, > > On 11

Re: Tomcat catalina.out log is not rolling using log4j DailyRollingFileAppender

2015-11-30 Thread Joleen Barker
net> wrote: > Joleen, > > On 11/26/15 12:12 AM, Joleen Barker wrote: > > Alas, no luck. This is what I found in my directory: > > > > -rw-r--r--. root root 30694 Nov 25 22:49 catalina > > -rw-r--r--. root root 0 Nov 25 22:49 catalina.out > > -

Re: Tomcat catalina.out log is not rolling using log4j DailyRollingFileAppender

2015-11-30 Thread Joleen Barker
.logger.org.apache.catalina.core.ContainerBase.[Catalina].[localhost]=INFO, LOCALHOST log4j.logger.org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/manager]=\ INFO, MANAGER log4j.logger.org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/host-manager]=\ INFO, HOST-MANAGER On Mon, Nov 30, 2015 at 7:32 AM, Jol

Re: Tomcat catalina.out log is not rolling using log4j DailyRollingFileAppender

2015-11-25 Thread Joleen Barker
--. root root 0 Nov 25 22:49 localhost_access_log.2015-11-25.txt -rw-r--r--. root root 0 Nov 25 22:49 manager [root@centos7sys1 logs]# date Thu Nov 26 00:07:25 EST 2015 On Wed, Nov 25, 2015 at 7:22 PM, Joleen Barker wrote: > I changed it back to use the log4j setting as I li

Re: Tomcat catalina.out log is not rolling using log4j DailyRollingFileAppender

2015-11-25 Thread Joleen Barker
messages are doubled between the two files. We will see what happens now with the swallowOutput=true. I'm so excited to see what is there tomorrow morning. lol -Joleen On Wed, Nov 25, 2015 at 6:59 PM, Joleen Barker wrote: > Sorry. I all of a sudden noticed the swallowOutput="false&quo

Re: Tomcat catalina.out log is not rolling using log4j DailyRollingFileAppender

2015-11-25 Thread Joleen Barker
report tomorrow. -Joleen On Wed, Nov 25, 2015 at 3:50 PM, Joleen Barker wrote: > I didn't get too far. For the option b and setting the swallowOutput=true > in right place I need to get some clarification. > > I was looking up more information about the swallowOutput parm so I >

Re: Tomcat catalina.out log is not rolling using log4j DailyRollingFileAppender

2015-11-25 Thread Joleen Barker
... ... The cfcc.xml file that I have has the following: Thank you. -Joleen On Wed, Nov 25, 2015 at 10:16 AM, Joleen Barker wrote: > Thank you for some direction. > > I'll go ahead and put back the logging as it was from the vendor using the > logging.proper

Re: Tomcat catalina.out log is not rolling using log4j DailyRollingFileAppender

2015-11-25 Thread Joleen Barker
ith how it goes. -Joleeb Joleen, On 11/24/15 4:31 PM, Joleen Barker wrote: > I have setup the logrotate using cron in the past and it was very > successful on the Linux boxes but I could not find an equivalent setup for > AIX. Things seem so much easier on Linux. The company wants a universal

Re: Tomcat catalina.out log is not rolling using log4j DailyRollingFileAppender

2015-11-24 Thread Joleen Barker
sure if this is what you mean by descriptor. If I did this would I leave the log4j config changes that I have in place that already? -Joleen On Nov 20, 2015 9:37 AM, "Christopher Schultz" wrote: > Joleen, > > On 11/19/15 3:19 PM, Joleen Barker wrote: > > I want t

Tomcat catalina.out log is not rolling using log4j DailyRollingFileAppender

2015-11-19 Thread Joleen Barker
I want to say up front that I am not a developer and know enough to brake some stuff. lol I have a software package from a vendor that ships the tomcat web server with it. Below are my environment details: 1) The tomcat version that is running is v8.0.26.0 2) The OS is a Centos v7 UNIX VM 3) Java