Re: connectionProperties is failing?

2014-10-23 Thread Alessandro Manzoni
Il 23.10.2014 01.49, Christopher Schultz ha scritto: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Alessandro, On 10/22/14 1:04 PM, Alessandro Manzoni wrote: I configured a Resource datasouce inside context.xml but the resulting connection is misconfigured. The failing attribute appears

Re: connectionProperties is failing?

2014-10-23 Thread Konstantin Kolinko
2014-10-23 10:44 GMT+04:00 Alessandro Manzoni manzoni.alessand...@gmail.com: Il 23.10.2014 01.49, Christopher Schultz ha scritto: On 10/22/14 1:04 PM, Alessandro Manzoni wrote: I configured a Resource datasouce inside context.xml but the resulting connection is misconfigured. The failing

Re: Built-in Tomcat Support for Windows Authentication

2014-10-23 Thread Mark Thomas
On 22/10/2014 10:40, Philippe Wijdh wrote: Hello, We have spent a long time now, trying to set up Apache Tomcat with Windows Authentication. We followed the instructions as per http://tomcat.apache.org/tomcat-7.0-doc/windows-auth-howto.html but we cannot make it work properly, the logon

RE: Built-in Tomcat Support for Windows Authentication

2014-10-23 Thread Philippe Wijdh
Hi, Thank you for the response. The initial setup of the spn and the keytab was without the port-number, the registry key was a suggestion found on internet but this setting does not change the outcome. The command kinit on the Tomcat server returns the following

RE: JDBCStore

2014-10-23 Thread spring
You may want to have a look at parallel deployment ( http://tomcat.apache.org/tomcat-7.0-doc/config/context.html). At the moment /Catalina/localhost/ is used as value in column app. It is the root app. Would a war ROOT##2.war use another value?

RE: JDBCStore

2014-10-23 Thread spring
Are you using distributed sessions? If so, you'll have to override the internal serialization mechanism and do it all manually in a way that is going to be cross-version-compatible. It's not impossible, but it does take some planning and forethought. OK; thought so. Thank you.

RE: JDBCStore

2014-10-23 Thread Felix Schumacher
Am 23. Oktober 2014 13:34:22 MESZ, schrieb spr...@gmx.eu: You may want to have a look at parallel deployment ( http://tomcat.apache.org/tomcat-7.0-doc/config/context.html). At the moment /Catalina/localhost/ is used as value in column app. It is the root app. Would a war ROOT##2.war use

Re: connectionProperties is failing?

2014-10-23 Thread Alessandro Manzoni
Il 23.10.2014 10.11, Konstantin Kolinko ha scritto: 2014-10-23 10:44 GMT+04:00 Alessandro Manzoni manzoni.alessand...@gmail.com: Il 23.10.2014 01.49, Christopher Schultz ha scritto: On 10/22/14 1:04 PM, Alessandro Manzoni wrote: I configured a Resource datasouce inside context.xml but the

Re: connectionProperties is failing?

2014-10-23 Thread Mark Thomas
On 23/10/2014 13:27, Alessandro Manzoni wrote: What do you think about AbstractMethodError problem with tomcat 8? Set testOnBorrow=false Am I stuck to version 7, having to use jtOpen jdbc Driver? No. Mark - To

Re: is normal keep value when tomcat restart after JSESSIONID was create?

2014-10-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 이강우, On 10/23/14 1:56 AM, 이강우(KangWoo Lee) wrote: ok I undertand. - the session identifier should change to prevent session-fixation attacks. but how I can set tomcat to regenerate id value? I was search document, but can't find it I'm

RE: JDBCStore

2014-10-23 Thread spring
You may want to have a look at parallel deployment ( http://tomcat.apache.org/tomcat-7.0-doc/config/context.html). At the moment /Catalina/localhost/ is used as value in column app. It is the root app. Would a war ROOT##2.war use another value? No. OK, then this would not solve

Re: is normal keep value when tomcat restart after JSESSIONID was create?

2014-10-23 Thread KangWoo Lee
I found a causes. set the context attribute sessioncookiepath=/ is same affect of emptysessionpath. tomcat document says if set emptysessionpath then yomcat using session id value of client request. I solve it. thanks to your comment. 2014. 10. 24. 오전 12:42에 Christopher Schultz

Re: JDBCStore

2014-10-23 Thread Felix Schumacher
Am 23.10.2014 um 19:45 schrieb spr...@gmx.eu: You may want to have a look at parallel deployment ( http://tomcat.apache.org/tomcat-7.0-doc/config/context.html). At the moment /Catalina/localhost/ is used as value in column app. It is the root app. Would a war ROOT##2.war use another value?

Re: Built-in Tomcat Support for Windows Authentication

2014-10-23 Thread Felix Schumacher
Am 23.10.2014 um 11:07 schrieb Philippe Wijdh: Hi, Thank you for the response. The initial setup of the spn and the keytab was without the port-number, the registry key was a suggestion found on internet but this setting does not change the outcome. The command kinit on the Tomcat server

RE: JDBCStore

2014-10-23 Thread spring
Well, I think it solves your problem. Old session-ids will get routed to the old version of your webapp and thus will be deserialized without a problem. New sessions will be created in the new version. Yes, but the session persistence will go into the same table rows - chrash while