SpnegoAuthenticator gives GSSException (Desired initLifetime) wih IBM JDK

2013-10-08 Thread Chawla, Rachit
Hi All, I am struggling on SSO configuration using SPENGO mechanism on Tomcat 7.0.42 but not able to get it working. We tried on 7.0.29 version too. Since I get Login Successful in logs, I assume Kerberos login was successful. Its SpnegoAuthentication that is failing. Exception:

Issue while using SSL with Embedded Tomcat 6.0.37

2013-10-08 Thread Chirag Dewan
Hi All, I am using Embedded Tomcat 6.0.37. I have a servlet which is running over HTTPS using SSL Connector. I have a Java Keystore with Customer Certificate imported in it. Now,there is a HTTP Client on the customers end which connects with the servlet over HTTPS(I have very little

Re: Issue while using SSL with Embedded Tomcat 6.0.37

2013-10-08 Thread André Warnier
Chirag Dewan wrote: Hi All, I am using Embedded Tomcat 6.0.37. I have a servlet which is running over HTTPS using SSL Connector. I have a Java Keystore with Customer Certificate imported in it. I cannot answer your question, but I think that in order to be helped faster, it would be a

Re: minIdle not being respected (tomcat thread pool)

2013-10-08 Thread Daniel Mikusa
On Oct 7, 2013, at 11:14 PM, John Rellis john.d.rel...@gmail.com wrote: Hi, Tomcat : 7.0.33 Java : 6 JDBC Pool : 1.0.9.3 Grails : 1.3.9 We are running a grails app that is using the tomcat JDBC thread pool, what we are seeing is the idle connections falling below minIdle and then

Override logging

2013-10-08 Thread Geoff Meakin
I've been asked to host a couple of tomcat thirdparty webapps which all have either logging.properties or log4j configurations (internally). My question is, as a sysadmin who only gets to run the tomcat container, can I override all the logging configurations of my apps. For example, I dont use

Re: Override logging

2013-10-08 Thread André Warnier
Geoff Meakin wrote: I've been asked to host a couple of tomcat thirdparty webapps which all have either logging.properties or log4j configurations (internally). My question is, as a sysadmin who only gets to run the tomcat container, can I override all the logging configurations of my apps. For

Re: Issue while using SSL with Embedded Tomcat 6.0.37

2013-10-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chirag, On 10/8/13 6:01 AM, Chirag Dewan wrote: I am using Embedded Tomcat 6.0.37. I have a servlet which is running over HTTPS using SSL Connector. I have a Java Keystore with Customer Certificate imported in it. Now,there is a HTTP Client

Does maxActive limit the size of threadpool?

2013-10-08 Thread John Rellis
Hi, Tomcat : 7.0.33 Java : 6 JDBC Pool : 1.0.9.3 Grails : 1.3.9 I am having difficulty understanding some of the documentation for the tomcat JDBC thread pool and I was hoping somebody could clarify. If I have maxActive set to 100, does this mean that the size of the pool is limited to 100, so

Re: Does maxActive limit the size of threadpool?

2013-10-08 Thread Daniel Mikusa
On Oct 8, 2013, at 12:31 PM, John Rellis john.d.rel...@gmail.com wrote: Hi, Tomcat : 7.0.33 Java : 6 JDBC Pool : 1.0.9.3 Grails : 1.3.9 I am having difficulty understanding some of the documentation for the tomcat JDBC thread pool and I was hoping somebody could clarify. If I have

Re: Does maxActive limit the size of threadpool?

2013-10-08 Thread John Rellis
On Tue, Oct 8, 2013 at 10:14 AM, Daniel Mikusa dmik...@gopivotal.com wrote: On Oct 8, 2013, at 12:31 PM, John Rellis john.d.rel...@gmail.com wrote: Hi, Tomcat : 7.0.33 Java : 6 JDBC Pool : 1.0.9.3 Grails : 1.3.9 I am having difficulty understanding some of the documentation for the

Re: Override logging

2013-10-08 Thread Cédric Couralet
2013/10/8 André Warnier a...@ice-sa.com: Geoff Meakin wrote: I've been asked to host a couple of tomcat thirdparty webapps which all have either logging.properties or log4j configurations (internally). My question is, as a sysadmin who only gets to run the tomcat container, can I override

Re: SpnegoAuthenticator gives GSSException (Desired initLifetime) wih IBM JDK

2013-10-08 Thread Michael-O
Am 2013-10-08 10:39, schrieb Chawla, Rachit: Hi All, I am struggling on SSO configuration using SPENGO mechanism on Tomcat 7.0.42 but not able to get it working. We tried on 7.0.29 version too. Since I get Login Successful in logs, I assume Kerberos login was successful. Its

Log4J2 and Tomcat (Was: Override logging)

2013-10-08 Thread Jordan Michaels
Interesting that you're bringing this up, I'm researching similar things for a project. Specifically, I'm looking over the documentaiton at the bottom of the page here regarding log4j: http://tomcat.apache.org/tomcat-7.0-doc/logging.html ...and log4j 1.2.9 seems to work great. Has anyone tried

Re: [OT x 2] Log4J2 and Tomcat (Was: Override logging)

2013-10-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jordan, On 10/8/13 2:54 PM, Jordan Michaels wrote: Interesting that you're bringing this up, I'm researching similar things for a project. Specifically, I'm looking over the documentaiton at the bottom of the page here regarding log4j:

Re: [OT] Log4J2 and Tomcat (Was: Override logging)

2013-10-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jordan, On 10/8/13 2:54 PM, Jordan Michaels wrote: Interesting that you're bringing this up, I'm researching similar things for a project. Specifically, I'm looking over the documentaiton at the bottom of the page here regarding log4j:

Re: Log4J2 and Tomcat (Was: Override logging)

2013-10-08 Thread Jordan Michaels
On 10/08/2013 12:22 PM, Christopher Schultz wrote: Note that you are a few versions behind: log4j 1.2.x is currently at 1.2.17. I'm not sure if the differences between 1.2.9 and 1.2.17 affect you. - -chris Indeed. Thanks for pointing that out. =) Warm Regards, Jordan Michaels

Re: Log4J2 and Tomcat (Was: Override logging)

2013-10-08 Thread Jordan Michaels
On 10/08/2013 12:27 PM, Christopher Schultz wrote: Interested in giving it a try? I wouldn't mind. I'm still poking at 1.2 a bit to see if I can make it work for this project, but yeah, I'm happy to give it a go. =) Warm Regards, Jordan Michaels

Re: Issue while using SSL with Embedded Tomcat 6.0.37

2013-10-08 Thread Ognjen Blagojevic
Chris, On 8.10.2013 17:40, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Can anyone assist me in understanding why it is failing for the first time? And is there any way I can force the Tomcat not to select this cipher suite? Or any other way that I can resolve this issue.

Deploy web app with context version by tomcat-maven-plugin

2013-10-08 Thread Phuoc Nguyen
Dear tomcat experts, I am using Tomcat 7. In the manager html interface, there is a column named version in the list of applications table. I read the document here http://tomcat.apache.org/tomcat-7.0-doc/config/context.html#Naming to find the way to set version for my web application. I deploy

Re: Issue while using SSL with Embedded Tomcat 6.0.37

2013-10-08 Thread Chirag Dewan
Hi, For this particular cipher, the server sends a RST to the client after the certificate exchange is done. And the handshaking fails,for the first time only. Second request onwards handshaking happens and the traffic flows as usual. What I understand is,I can provide a set of ciphers to the

In Tomcat JULI, do the 'facility specific' loggers become per-webapp logger roots?

2013-10-08 Thread David Bullock
Please answer at Stackoverflow, and I'll report the results back to this list: http://stackoverflow.com/questions/19261727/in-tomcat-juli-do-the-facility-specific-loggers-become-per-webapp-logger-root This intent behind this question is very similar to that asked in 2011: How to externalize a

Bad Gateway

2013-10-08 Thread Salisbury, Richard W DLA CTR TRANSACTION SERVICES
We are getting a Bad Gateway error when attempting to go to a web app in our test environment. As far as we know it has never worked in our test environment, but it is working in our production environment. I know this appears backwards, but we inherited this system as is. I hope there is not

HOWTO Same web application serving UI / SOAP ?

2013-10-08 Thread N.s.Karthik
Hi Do any body have any Brain storming Ideas for the Following With single Web Application Installation Use a Web application for Web based - Browser Interface. Use the same Web application for exposing the SOAP based - Client Interface URL should be same and no changes either