Hi Chris,
Thanks for the code,it helped a lot.
Now,using that code on my server machine I found out that
TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA is not even in the defaults ciphers for
jdk1.6.0_39. Isn't this a strange behaviour? Server can only select available
ciphers,I suppose.
Thanks
Chirag
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 of
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
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 w
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 c
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 my
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.
See
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
-
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
--
-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:
> http
-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:
> http
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
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
SpnegoAuthentica
2013/10/8 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
On Tue, Oct 8, 2013 at 10:14 AM, Daniel Mikusa wrote:
> On Oct 8, 2013, at 12:31 PM, John Rellis 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
On Oct 8, 2013, at 12:31 PM, John Rellis 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 maxActive set
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 5
-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 Clie
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
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 di
On Oct 7, 2013, at 11:14 PM, John Rellis 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
> continuously headi
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 good
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 informatio
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:
java.securit
24 matches
Mail list logo