SSO

2014-03-23 Thread Brosh, Yossi
Hi to all , I am trying to install SSO on Linux machine with Tomcat in order to working with Jenkins without the needed to login, any idea ? Thanks a lot , Yos

Re: SSO

2014-03-23 Thread André Warnier
Brosh, Yossi wrote: Hi to all , I am trying to install SSO on Linux machine with Tomcat in order to working with Jenkins without the needed to login, any idea ? http://www.catb.org/esr/faqs/smart-questions.html ? - To

Apache Tomcat Version 6.0.39 , config SSO on Linux machine (SUSE 11.3 )

2014-03-23 Thread Brosh, Yossi
Hi to all , I am trying to install SSO on Linux machine (SUSE 11.3 )with Apache Tomcat Version 6.0.39 in order to working with Jenkins without the needed to login, any idea ? Thanks a lot , Yos

Re: [Bug 56301] Websockets not working after 8.0.0-RC10

2014-03-23 Thread Cyril Auburtin
Thanks man you bombed my thread, from which I was already not expecting a lot of answers, but well anyway.. 2014-03-23 3:31 GMT+01:00 Hardik Vaishnav hardikvaish...@gmail.com: Here is the example of what I am trying to do. JBoss Webserver Private IP : 192.168.10.100 JBoss Webserver Public

Re: help with setting up proxy

2014-03-23 Thread Hassan Schroeder
On Sat, Mar 22, 2014 at 7:32 PM, Hardik Vaishnav hardikvaish...@gmail.com wrote: Upto this point everything works OK. Request comes to Apache httpd server but it is not able to pass the url as is to 192.168.10.101\abc\test.html and return the response back to the client. Apparently you missed

RE: SSO

2014-03-23 Thread Martin Gainty
When you say Linux I assume you are implementing Red Hat Enterprise Linux SSO https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/5/html/Deployment_Guide/sso-ov.html Martin __ Please do not alter or disrupt this email

RE: help with setting up proxy

2014-03-23 Thread Martin Gainty
From: hardikvaish...@gmail.com Date: Sat, 22 Mar 2014 22:32:11 -0400 Subject: Re: help with setting up proxy To: users@tomcat.apache.org Here is the example of what I am trying to do. JBoss Webserver Private IP : 192.168.10.100 JBoss Webserver Public IP 172.x.x.x Server

RE: Effects of turning off sendFile in the NIO connector

2014-03-23 Thread Martin Gainty
Date: Sat, 22 Mar 2014 14:24:01 -0400 Subject: Effects of turning off sendFile in the NIO connector From: tomcat.ran...@gmail.com To: users@tomcat.apache.org What effect would setting useSendfile=false have on a web application using the NIO connector? I'm asking because I may want

Re: Effects of turning off sendFile in the NIO connector

2014-03-23 Thread John Smith
MGwhen you enable sendfile support with request attr org.apache.tomcat.sendfile.support = true MGYou will need to set these 3 header attributes org.apache.tomcat.sendfile.filename: Canonical filename of the file which will be sent as a String org.apache.tomcat.sendfile.start: Start

Re: Effects of turning off sendFile in the NIO connector

2014-03-23 Thread Mark Thomas
On 23/03/2014 19:37, John Smith wrote: We also only really need compression on XML data, the site has minimal HTML, SWF's don't really benefit from gzip and some binary data we send back and forth is already compressed. I could manually implement compression on XML at the application level

Re: SSO

2014-03-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Brosh, On 3/23/14, 3:37 AM, Brosh, Yossi wrote: I am trying to install SSO on Linux machine with Tomcat in order to working with Jenkins without the needed to login, any idea ? Lots of ideas. What have you tried so far? - -chris -BEGIN PGP

Re: Apache Tomcat Version 6.0.39 , config SSO on Linux machine (SUSE 11.3 )

2014-03-23 Thread André Warnier
Brosh, Yossi wrote: Hi to all , I am trying to install SSO on Linux machine (SUSE 11.3 )with Apache Tomcat Version 6.0.39 in order to working with Jenkins without the needed to login, any idea ? Yos, Better. At least now you are giving some versions.. There is hope. But still :

Re: Effects of turning off sendFile in the NIO connector

2014-03-23 Thread John Smith
John The consequences for disabling sendFile are extremely hard to quantify as there are so many variables. I would normally expect there to be more CPU load but how much more? No idea. It might be impossible to detect, it might leaver your CPUs pegged at 100%. The only way you will know