Re: A way for user to specify DH parameter to tomcat !

2016-08-17 Thread Utkarsh Dave
Thanks a lot Chris and Violeta. On Wed, Aug 17, 2016 at 1:59 PM, Utkarsh Dave wrote: > Hi All, > > My project is using tomcat 7.0.70, JDK 1.7.0_101 and is based on linux OS > We have been using BIO connectors. > 1. I need help to find out how to provide user specified DH parameter to > tomcat. >

RE: Enabling DEBUG statments

2016-08-17 Thread D, Dwarakesh
Hi Chris, Log4j.jar was placed under /lib directory and log4j.properties file under /classes directory of the application. Thanks Dwarak From: Christopher Schultz [ch...@christopherschultz.net] Sent: Wednesday, August 17, 2016 5:07 PM To: Tomcat Users Lis

Re: A way for user to specify DH parameter to tomcat !

2016-08-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Utkarsh, On 8/17/16 4:29 AM, Utkarsh Dave wrote: > Hi All, > > My project is using tomcat 7.0.70, JDK 1.7.0_101 and is based on > linux OS We have been using BIO connectors. 1. I need help to find > out how to provide user specified DH parameter to

Re: Enabling DEBUG statments

2016-08-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dwarak, On 8/17/16 9:58 AM, D, Dwarakesh wrote: > Hi Team, > > We are trying to enable the DEBUG in one of our application running > in Tomcat 7(java8) and below is the log4j property file. We are not > getting the DEBUG statements present in one o

Re: Set up postgresql on tomcat7

2016-08-17 Thread tomcat
With apologies for top-posting, I believe that this is now getting a bit confusing, in terms of Java and Tomcat versions, and in terms of where you want to run this on. I suggest that you start by looking at which highest version of Java you can install on your target machine, and then look at

Re: Set up postgresql on tomcat7

2016-08-17 Thread tomcat
On 17.08.2016 16:15, Andrew Davis wrote: Its a redhat .. i don't think tomcat 7 or later will run on this. Why shouldn't it ? As long as there is a java for it, Tomcat will run on it. Check out : http://tomcat.apache.org/whichversion.html But there is a contraduction then between the subject o

Re: Set up postgresql on tomcat7

2016-08-17 Thread Andrew Davis
Sorry, I got confused from yesterday and continued the question on my second machine without realizing . I have two machines. The one I started the question with is: Machine number 1. Ubuntu 14.04, Tomcat7 as my web server, I have postgreSQl 9.3 installed as my dbServer. java version 1.8.9_91 M

Re: Tomcat 8.5 Resource Setting Says it's being ignored but documentation shows it is supported

2016-08-17 Thread Mark Eggers
On 8/17/2016 10:34 AM, McKenzie, Mitch wrote: > Seeing the following warning for all of my datasources when tomcat 8.5.4 > starts up : Ignoring unknown property: value of "3" for > "validationInterval" property > > I see validationInterval in the docs here: > https://tomcat.apache.org/tomc

RE: Tomcat 8.5 Resource Setting Says it's being ignored but documentation shows it is supported

2016-08-17 Thread Caldarale, Charles R
> From: McKenzie, Mitch [mailto:mmcken...@markelcorp.com] > Subject: Tomcat 8.5 Resource Setting Says it's being ignored but > documentation shows it is supported > Seeing the following warning for all of my datasources when tomcat 8.5.4 > starts up : > Ignoring unknown property: value of "3

Re: Set up postgresql on tomcat7

2016-08-17 Thread Mark Eggers
Replies at the end: Andrew: On 8/17/2016 7:15 AM, Andrew Davis wrote: > Its a redhat .. i don't think tomcat 7 or later will run on this. > > On Aug 17, 2016 9:14 AM, "André Warnier (tomcat)" > wrote: > >> On 17.08.2016 16:06, Andrew Davis wrote: >> >>> Thanks for the prompt.. >>> >>> I hav

Tomcat 8.5 Resource Setting Says it's being ignored but documentation shows it is supported

2016-08-17 Thread McKenzie, Mitch
Seeing the following warning for all of my datasources when tomcat 8.5.4 starts up : Ignoring unknown property: value of "3" for "validationInterval" property I see validationInterval in the docs here: https://tomcat.apache.org/tomcat-8.5-doc/jdbc-pool.html Here is one of my resource defs

Re: Set up postgresql on tomcat7

2016-08-17 Thread Jason D. Burkert
On 2016-08-17 5:32 AM, Andrew Davis wrote: Thanks. I can now deploy my servlets and they work ok, but.. I had hoped to just deploy one copy of the postgres jar to my server and then be able to consume it inside multiple applications, instead of having multiple copies of the jar in multiple apps

Re: Set up postgresql on tomcat7

2016-08-17 Thread Andrew Davis
Thanks.. sorry bout the top-post. Andy On Wed, Aug 17, 2016 at 10:31 AM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Andrew Davis [mailto:drsockmon...@gmail.com] > > Subject: Re: Set up postgresql on tomcat7 > > > Its a redhat .. i don't think tomcat 7 or later will run

RE: Set up postgresql on tomcat7

2016-08-17 Thread Caldarale, Charles R
> From: Andrew Davis [mailto:drsockmon...@gmail.com] > Subject: Re: Set up postgresql on tomcat7 > Its a redhat .. i don't think tomcat 7 or later will run on this. Stop top posting; read the rules here: http://tomcat.apache.org/lists.html#tomcat-users The distributor of your OS is completely

Re: Realm SSHA Code

2016-08-17 Thread George Sexton
Chris, On 7/31/2016 6:56 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 George, On 7/29/16 1:46 PM, George Sexton wrote: I was looking at the source code for org.apache.catalina.realm.RealmBase and see that it can handle salted SHA for passwords. Does anyone hav

Re: Set up postgresql on tomcat7

2016-08-17 Thread Andrew Davis
Its a redhat .. i don't think tomcat 7 or later will run on this. On Aug 17, 2016 9:14 AM, "André Warnier (tomcat)" wrote: > On 17.08.2016 16:06, Andrew Davis wrote: > >> Thanks for the prompt.. >> >> I have been looking at the doc s and have my .jar file for postgres in the >> lib folder. >> >

Re: Set up postgresql on tomcat7

2016-08-17 Thread tomcat
On 17.08.2016 16:06, Andrew Davis wrote: Thanks for the prompt.. I have been looking at the doc s and have my .jar file for postgres in the lib folder. I do not understand where the https://tomcat.apache.org/tomcat-6.0-doc/jndi-datasource-examples-howto.html If your version is Tomcat 7, then

Re: Set up postgresql on tomcat7

2016-08-17 Thread Andrew Davis
Thanks for the prompt.. I have been looking at the doc s and have my .jar file for postgres in the lib folder. I do not understand where the https://tomcat.apache.org/tomcat-6.0-doc/jndi-datasource-examples-howto.html This author has not had success here... This doesn't inspire confidence her

Enabling DEBUG statments

2016-08-17 Thread D, Dwarakesh
Hi Team, We are trying to enable the DEBUG in one of our application running in Tomcat 7(java8) and below is the log4j property file. We are not getting the DEBUG statements present in one of the .groovy file. Please let me know the process to enable the DEBUG. # Set the root category to INFO w

Re: A way for user to specify DH parameter to tomcat !

2016-08-17 Thread Utkarsh Dave
Thanks. By DH I mean "Diffie-Hellman parameters (secure DH-Cipher)". On Wed, Aug 17, 2016 at 3:31 PM, Violeta Georgieva wrote: > Hi, > > 2016-08-17 11:29 GMT+03:00 Utkarsh Dave : > > > > Hi All, > > > > My project is using tomcat 7.0.70, JDK 1.7.0_101 and is based on linux OS > > We have been u

Re: A way for user to specify DH parameter to tomcat !

2016-08-17 Thread Violeta Georgieva
Hi, 2016-08-17 11:29 GMT+03:00 Utkarsh Dave : > > Hi All, > > My project is using tomcat 7.0.70, JDK 1.7.0_101 and is based on linux OS > We have been using BIO connectors. > 1. I need help to find out how to provide user specified DH parameter to > tomcat. > 2. What all ciphers are categorized un

Re: Set up postgresql on tomcat7

2016-08-17 Thread tomcat
On 17.08.2016 11:32, Andrew Davis wrote: Thanks. I can now deploy my servlets and they work ok, but.. I had hoped to just deploy one copy of the postgres jar to my server and then be able to consume it inside multiple applications, instead of having multiple copies of the jar in multiple apps.

Re: Set up postgresql on tomcat7

2016-08-17 Thread Andrew Davis
Thanks. I can now deploy my servlets and they work ok, but.. I had hoped to just deploy one copy of the postgres jar to my server and then be able to consume it inside multiple applications, instead of having multiple copies of the jar in multiple apps. I've been through the JNDI portion of the

Re: Set up postgresql on tomcat7

2016-08-17 Thread tomcat
Andrew, this list strips most kinds of attachments, so nobody saw your screenshots or whatever was in them. You need to copy/paste that text right into your message to the list (amd make sure that you send your message as "plain text", not HTML, otherwise it will be unreadable. On 17.08.2016 0

A way for user to specify DH parameter to tomcat !

2016-08-17 Thread Utkarsh Dave
Hi All, My project is using tomcat 7.0.70, JDK 1.7.0_101 and is based on linux OS We have been using BIO connectors. 1. I need help to find out how to provide user specified DH parameter to tomcat. 2. What all ciphers are categorized under modern ciphers ? Thanks for your time in advance. -Utkar