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

2014-10-22 Thread KangWoo Lee
Environment - openjdk 1.7 - tomcat 7.0.55 with native connector - apache 2.4.10 with mod-jk 1.2.40 1. Tomcat start 2. Client request - JSESSIONID is null 3. tomcat response - JSESSIONID=C5EBF0AA96ADB34E0C28E4D9D2595D98 is create 4. refresh page - session attribute(name=count,

Built-in Tomcat Support for Windows Authentication

2014-10-22 Thread Philippe Wijdh
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 dialog keeps appearing and trying to log on

Re: Help with Apache Tomcat/7.0.53 SSL issue

2014-10-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Edward, On 10/7/14 2:35 PM, Brewer, Edward L wrote: Oh... Here is the entry in our server.xml (probably the most important part) Connector port=Omitted address=Omitted protocol=HTTP/1.1 SSLEnabled=true maxThreads=150 scheme=https

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

2014-10-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 이강우, On 10/22/14 4:41 AM, 이강우(KangWoo Lee) wrote: Environment - openjdk 1.7 - tomcat 7.0.55 with native connector - apache 2.4.10 with mod-jk 1.2.40 1. Tomcat start 2. Client request - JSESSIONID is null 3. tomcat response -

Re: Excessive threads crashing tomcat

2014-10-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mitchell, On 10/21/14 8:08 PM, Smith, Mitchell wrote: Tomcat7 Java1.7_025 Thanks for adding the version numbers. How are you configuring Tomcat's thread pool? Either through one or more Connectors or with one or more Executors. Can you post the

RE: Help with Apache Tomcat/7.0.53 SSL issue

2014-10-22 Thread Jeffrey Janner
-Original Message- From: Brewer, Edward L [mailto:lee.bre...@vanderbilt.edu] Sent: Tuesday, October 07, 2014 1:36 PM To: Tomcat Users List Subject: RE: Help with Apache Tomcat/7.0.53 SSL issue To all, Oh... Here is the entry in our server.xml (probably the most important

RE: Help with Apache Tomcat/7.0.53 SSL issue

2014-10-22 Thread Caldarale, Charles R
From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] Subject: RE: Help with Apache Tomcat/7.0.53 SSL issue Is 2g a valid value for -Xmx? Yes, at least with the Sun/Oracle JVM. However, on 32-bit systems, that large a heap size will usually fail. - Chuck THIS COMMUNICATION MAY

Built-in Tomcat Support for Windows Authentication

2014-10-22 Thread Terence M. Bandoian
On 10/22/2014 4:40 AM, 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

Auto-Re: Built-in Tomcat Support for Windows Authentication

2014-10-22 Thread WLICSMB2014
ëN8ãx×}ëÝüߝøÔ*'µéíO*^µìmþ™ZŠw!j»

connectionProperties is failing?

2014-10-22 Thread Alessandro Manzoni
Hi, I configured a Resource datasouce inside context.xml but the resulting connection is misconfigured. The failing attribute appears as: connectionProperties=sort=table;sort table=QSYS/QASCII but looking at the connection (while debugging) properties are messed up, instead of the above 2

JDBCStore

2014-10-22 Thread spring
Hi, when I deploy a new app version with incompatible serialization version of same classes I get: java.io.InvalidClassException: org.hibernate.collection.internal.AbstractPersistentCollection; local class incompatible: stream classdesc serialVersionUID = -8914173462748164853, local class

Re: JDBCStore

2014-10-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 To whom it may concern, On 10/22/14 3:20 PM, spr...@gmx.eu wrote: when I deploy a new app version with incompatible serialization version of same classes I get: java.io.InvalidClassException:

Re: connectionProperties is failing?

2014-10-22 Thread Christopher Schultz
-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 as: connectionProperties=sort=table;sort

Re: JDBCStore

2014-10-22 Thread Felix Schumacher
Am 22. Oktober 2014 21:20:12 MESZ, schrieb spr...@gmx.eu: Hi, when I deploy a new app version with incompatible serialization version of same classes I get: java.io.InvalidClassException: org.hibernate.collection.internal.AbstractPersistentCollection; local ... Is there something in Tomcat to

Re: Built-in Tomcat Support for Windows Authentication

2014-10-22 Thread Felix Schumacher
Am 22. Oktober 2014 11:40:56 MESZ, schrieb Philippe Wijdh p.wi...@assai.nl: 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

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

2014-10-22 Thread KangWoo Lee
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 2014-10-22 22:44 GMT+09:00 Christopher Schultz ch...@christopherschultz.net : -BEGIN PGP SIGNED