Re: Is Container Managed Transactions possible in case of Tomcat ?

2015-08-20 Thread Alex Soto
questions on the tomee user list. On Wed, Aug 19, 2015 at 9:53 PM, Alex Soto asot...@gmail.com wrote: Yeah in this case you should take a look at Apache TomEE which is Apache Tomcat + Java EE and you will get all of these for free :). El dc., 19 ag. 2015 a les 18:18, Daniel Mikusa

Re: Is Container Managed Transactions possible in case of Tomcat ?

2015-08-19 Thread Alex Soto
Yeah in this case you should take a look at Apache TomEE which is Apache Tomcat + Java EE and you will get all of these for free :). El dc., 19 ag. 2015 a les 18:18, Daniel Mikusa (dmik...@pivotal.io) va escriure: On Wed, Aug 19, 2015 at 12:03 PM, Sreyan Chakravarty sreyan.mail...@gmail.com

Re: Apache HTTPD (with SSL) + mod_jk + TomEE (Tomcat) nullify the ssl session id

2015-07-28 Thread Alex Soto
: SHA256 Alex, On 7/28/15 2:25 AM, Alex Soto wrote: Well the answer comes from httpd team do I expect they aware of this. Moreover they explained me this about ticketing and why it is normal this behaviour If this is expected behavior, it's certainly surprising to me! It kind of makes

Re: Apache HTTPD (with SSL) + mod_jk + TomEE (Tomcat) nullify the ssl session id

2015-07-28 Thread Alex Soto
- Hash: SHA256 Alex, On 7/27/15 7:36 AM, Alex Soto wrote: finally I found what was happening. It was a problem with the ticketing system of SSL. To avoid it and makes everything works you only need to set SSLSessionTickets to off. And that's all, now everything works as expected. Ideally

Re: Apache HTTPD (with SSL) + mod_jk + TomEE (Tomcat) nullify the ssl session id

2015-07-27 Thread Alex Soto
:07 GMT+03:00 Alex Soto asot...@gmail.com: yes (LogFormat %H %{SSL_SESSION_ID}e %h %l %u %t \%r\ %s %b) note that in both cases %H is the same value. I think it is correct. Agreed. HTTP/1.1 is correct here. It is what is written on the first line of an HTTP request. Have a look here

Re: Apache HTTPD (with SSL) + mod_jk + TomEE (Tomcat) nullify the ssl session id

2015-07-09 Thread Alex Soto
-09 13:07 GMT+03:00 Alex Soto asot...@gmail.com: yes (LogFormat %H %{SSL_SESSION_ID}e %h %l %u %t \%r\ %s %b) note that in both cases %H is the same value. I think it is correct. Agreed. HTTP/1.1 is correct here. It is what is written on the first line of an HTTP request. Have a look here

Re: Apache HTTPD (with SSL) + mod_jk + TomEE (Tomcat) nullify the ssl session id

2015-07-09 Thread Alex Soto
/1.1 200 209 Notice how ssl session id is printed when it is ready. So now it is time to start a discussion with apache and why this is happening. Thank you so much for all your support. Alex. El dj., 9 jul. 2015 a les 0:22, André Warnier (a...@ice-sa.com) va escriure: Alex Soto wrote

Re: Apache HTTPD (with SSL) + mod_jk + TomEE (Tomcat) nullify the ssl session id

2015-07-09 Thread Alex Soto
yes (LogFormat %H %{SSL_SESSION_ID}e %h %l %u %t \%r\ %s %b) note that in both cases %H is the same value. I think it is correct. El dj., 9 jul. 2015 a les 12:06, André Warnier (a...@ice-sa.com) va escriure: Hi. Alex Soto wrote: Hi at the end it seems apache is doing something (wrong

Re: Apache HTTPD (with SSL) + mod_jk + TomEE (Tomcat) nullify the ssl session id

2015-07-08 Thread Alex Soto
. El dt., 7 jul. 2015 a les 23:05, André Warnier (a...@ice-sa.com) va escriure: Alex Soto wrote: yes it is set at httpd-ssl.config https://github.com/lordofthejars/apache-tomee-ssl/blob/master/httpd-ssl.conf#L229 which I think that is where it should be set. Everything too strange

Re: Apache HTTPD (with SSL) + mod_jk + TomEE (Tomcat) nullify the ssl session id

2015-07-08 Thread Alex Soto
it is null, probably something in rewrite is not set in header. Well everything is consistent, the question is if this consistency is ok or not. Alex. El dc., 8 jul. 2015 a les 14:27, André Warnier (a...@ice-sa.com) va escriure: Alex Soto wrote: Hi I have tried this approach custom JkEnvVar are pass

Re: Apache HTTPD (with SSL) + mod_jk + TomEE (Tomcat) nullify the ssl session id

2015-07-08 Thread Alex Soto
id is not sent by mod_jk. But if it is because mod_jk misses or not, I just don't know. Alex. El dc., 8 jul. 2015 a les 17:46, Christopher Schultz ( ch...@christopherschultz.net) va escriure: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Alex, On 7/8/15 10:18 AM, Alex Soto wrote: I have

Re: Apache HTTPD (with SSL) + mod_jk + TomEE (Tomcat) nullify the ssl session id

2015-07-07 Thread Alex Soto
yes it is set at httpd-ssl.config https://github.com/lordofthejars/apache-tomee-ssl/blob/master/httpd-ssl.conf#L229 which I think that is where it should be set. Everything too strange, but thanks anyway. El dt., 7 jul. 2015 a les 19:17, André Warnier (a...@ice-sa.com) va escriure: Alex Soto

Re: Apache HTTPD (with SSL) + mod_jk + TomEE (Tomcat) nullify the ssl session id

2015-07-07 Thread Alex Soto
12:48, Mark Thomas (ma...@apache.org) va escriure: On 06/07/2015 10:48, Alex Soto wrote: Hello I have seen a strange behaviour in Apache HTTPD (2.4) and TomEE (in fact it is a Tomcat (7.0.61) so it is exactly the same for Tomcat) when I configure Apache server with SSL and mod_jk

Re: Apache HTTPD (with SSL) + mod_jk + TomEE (Tomcat) nullify the ssl session id

2015-07-07 Thread Alex Soto
Thank you so much but it is already set. https://github.com/lordofthejars/apache-tomee-ssl/blob/master/httpd.conf#L171 This is so strange. El dt., 7 jul. 2015 a les 12:25, André Warnier (a...@ice-sa.com) va escriure: Mark Thomas wrote: On 07/07/2015 09:28, Alex Soto wrote: Hi Mark, SSL

Apache HTTPD (with SSL) + mod_jk + TomEE (Tomcat) nullify the ssl session id

2015-07-06 Thread Alex Soto
Hello I have seen a strange behaviour in Apache HTTPD (2.4) and TomEE (in fact it is a Tomcat (7.0.61) so it is exactly the same for Tomcat) when I configure Apache server with SSL and mod_jk. In fact I am not sure where it is the problem if in mod_jk, in Apache Server or in Tomcat, but I suspect