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

2015-08-20 Thread Alex Soto
lease subscribe to the Apache TomEE user list, download > latest version, and ask any further questions on the tomee user list. > > > On Wed, Aug 19, 2015 at 9:53 PM, Alex Soto wrote: > > > > > Yeah in this case you should take a look at Apache TomEE which is > Apache &g

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 () va escriure: > On Wed, Aug 19, 2015 at 12:03 PM, Sreyan Chakravarty < > sreyan.mail...@gmail.com> wrote: > > > I p

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/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 be

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

2015-07-27 Thread Alex Soto
D MESSAGE- > 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. A

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

2015-07-27 Thread Alex Soto
.apache.org/lists.html#tomcat-users -> "6." > > > > 2015-07-09 13:07 GMT+03:00 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 > >&g

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

2015-07-09 Thread Alex Soto
op-post, Rules: > http://tomcat.apache.org/lists.html#tomcat-users > -> "6." > > 2015-07-09 13:07 GMT+03:00 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

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 () va escriure: > Hi. > > Alex Soto wrote: > > Hi at the end it seems a

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

2015-07-09 Thread Alex Soto
ello/hello HTTP/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 () va escriure: > Alex Soto

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

2015-07-08 Thread Alex Soto
ssion 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, > > O

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

2015-07-08 Thread Alex Soto
pproach always 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 () va escriure: > Alex Soto wrote: > > Hi I have tried this approach custo

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

2015-07-08 Thread Alex Soto
was null or not). Alex. El dt., 7 jul. 2015 a les 23:05, André Warnier () 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

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 () va escriure: > Alex Soto wrote: > &

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 () va escriure: > Mark Thomas wrote: > > On 07/07/2015 09:28, Alex Soto wrote: > >> Hi Mark,

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

2015-07-07 Thread Alex Soto
12:48, Mark Thomas () 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

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