Websocket classes in tomcat-embed-core-7.0.52.jar

2014-02-20 Thread Ralph Schaer
Hi The embedded core jar 7.0.52 no longer contains the websocket classes. It only contains an empty org.apache.tomcat.websocket package Version 7.0.50 of the embedded core contains all the websocket classes. Is this a intentional change or maybe a bug in the build process? Ralph

Re: Websocket classes in tomcat-embed-core-7.0.52.jar

2014-02-20 Thread Jacopo Cappellato
On Feb 20, 2014, at 9:10 AM, Ralph Schaer ralphsch...@gmail.com wrote: Hi The embedded core jar 7.0.52 no longer contains the websocket classes. It only contains an empty org.apache.tomcat.websocket package Version 7.0.50 of the embedded core contains all the websocket classes. Is this

Re: Can jasper2's validateXml be added back, at least for the lifetime of Tomcat 7?

2014-02-20 Thread Mark Thomas
On 20/02/2014 07:46, mark_desp...@mcafee.com wrote: Hi everyone, My project recently tried upgrading to Tomcat 7.0.52 and has become bit by the renaming of jasper2’s “validateXml” to “validateTld”, as described on the thread below. This change has made it more difficult pick up the latest

Re: Websocket classes in tomcat-embed-core-7.0.52.jar

2014-02-20 Thread Ralph Schaer
Thanks a lot. Was not aware that this is now in a separate package. Ralph On Thu, Feb 20, 2014 at 9:20 AM, Jacopo Cappellato jacopo.cappell...@gmail.com wrote: On Feb 20, 2014, at 9:10 AM, Ralph Schaer ralphsch...@gmail.com wrote: Hi The embedded core jar 7.0.52 no longer contains the

Re: [ANN] Apache Tomcat 7.0.52 released

2014-02-20 Thread Maarten van Hulsentop
Hello Violeta, On the security vulnerability site https://tomcat.apache.org/security-7.html, issue CVE-2014-0050http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0050is still reported to be fixed in 7.0.51, which is stated as not yet released. I assume the fix is delivered in 7.0.52 as

Re: Websocket classes in tomcat-embed-core-7.0.52.jar

2014-02-20 Thread Mark Thomas
On 20/02/2014 08:31, Ralph Schaer wrote: Thanks a lot. Was not aware that this is now in a separate package. Ralph I'm just going through the build script to fix the various places where we end up shipping JARs with an empty package because the contents of that package is in a different JAR.

Re: [ANN] Apache Tomcat 7.0.52 released

2014-02-20 Thread Violeta Georgieva
Hi, 2014-02-20 10:44 GMT+02:00 Maarten van Hulsentop maar...@vanhulsentop.nl: Hello Violeta, On the security vulnerability site https://tomcat.apache.org/security-7.html, issue CVE-2014-0050 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0050is still reported to be fixed in 7.0.51,

Re: Exception in thread http-bio-8081-exec-9 java.lang.StackOverflowError

2014-02-20 Thread Dilip Sankhla
How do you launch it? lunching from cmd line from bin/startup.sh Check your launch configuration options for java My java configurations are JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_51.jdk/Contents/Home/ JAVA_OPTS=-Xss160k -Xms512m -Xmx2040m -XX:MaxPermSize=128M

recommended external/plugin session manager based on redis/cassandra/memcache

2014-02-20 Thread Ja kub
Hello Has anybody tried using redis/cassandra/memcache as session manager ? Are there any mature plugins available ? Is there an interest in such plugin ? Maybe it is hard to integrate such external cache solution because of servlet spec requirements ? Please give links to projects worth

Tomcat 7.0.50 - Starting tomcat get this error overrides final method start.

2014-02-20 Thread Patel Sufyan (HEALTH AND SOCIAL CARE INFORMATION CENTRE)
Hi, I am using Apache Tomcat realm to perform the user authentication and have added the following to the server.xml Realm appContextLocation=conf/spring-security.xml className=org.springframework.security.adapters.catalina.CatalinaSpringSecurityUserRealm key=my_password

Re: Tomcat 7.0.50 - Starting tomcat get this error overrides final method start.

2014-02-20 Thread Filip Hanik
If I remember correctly, IIRC, those adapters have been removed from Spring security. If you upgrade your Tomcat, try to upgrade your Spring Security version too http://64.20.104.11/spring-security/spring-security/commit/e2062bbe79033b214f55f7c2ce03542a70f29a78 On Thu, Feb 20, 2014 at 7:20 AM,

java: src/network.c:441: Java_org_apache_tomcat_jni_Socket_send: Assertion failed

2014-02-20 Thread Dmitry Batiyevskiy
We have upgraded tomcat 7.0.42 to 7.0.50 We have an app which is built around atmosphere framework and uses websockets After upgrade tomcat instance which has only this app dies in few hours after deploy (the whole java process dies) The only error in log is following: java: src/network.c:441:

Re: java: src/network.c:441: Java_org_apache_tomcat_jni_Socket_send: Assertion failed

2014-02-20 Thread André Warnier
Dmitry Batiyevskiy wrote: We have upgraded tomcat 7.0.42 to 7.0.50 We have an app which is built around atmosphere framework and uses websockets After upgrade tomcat instance which has only this app dies in few hours after deploy (the whole java process dies) The only error in log is following:

Re: recommended external/plugin session manager based on redis/cassandra/memcache

2014-02-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jakub, On 2/20/14, 4:57 AM, Ja kub wrote: Has anybody tried using redis/cassandra/memcache as session manager ? I believe there is a SessionManager (or is it a Store) that implements a memcached-backed session store out there somewhere. Search

Re: java: src/network.c:441: Java_org_apache_tomcat_jni_Socket_send: Assertion failed

2014-02-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dmitry, On 2/20/14, 11:00 AM, Dmitry Batiyevskiy wrote: We have upgraded tomcat 7.0.42 to 7.0.50 We have an app which is built around atmosphere framework and uses websockets After upgrade tomcat instance which has only this app dies in few

Re: java: src/network.c:441: Java_org_apache_tomcat_jni_Socket_send: Assertion failed

2014-02-20 Thread Dmitry Batiyevskiy
When using tomcat 7.0.42 I used libtcnative 1.1.24-1 which comes from debian repos Upgrade to tomcat 7.0.50 required upgrade of libtcnative also and there was no updated version in debian repos so I had to compile it from source tarball downloaded here http://tomcat.apache.org/download-native.cgi

From rameau1...@hotmail.com

2014-02-20 Thread rameau rameau1982
http://SUDHAVINDU.CO.IN/images/scores.php

Tomcat 7.0.52/stdout stderr not created

2014-02-20 Thread Petr Nemecek
Hello, I've been using Tomcat 7.0.47 on Windows Server 2012 R2. Today I tried to update to 7.0.52, but had a problem, that even if the configurations seem to be the same, *stdout*.log and *stderr*.log are not created on logs folder for 7.0.52. In 7.0.47 (and previous versions) this worked

Re: Tomcat 7.0.52/stdout stderr not created

2014-02-20 Thread Konstantin Kolinko
2014-02-21 0:56 GMT+04:00 Petr Nemecek p...@cmail.cz: Hello, I've been using Tomcat 7.0.47 on Windows Server 2012 R2. Today I tried to update to 7.0.52, but had a problem, that even if the configurations seem to be the same, *stdout*.log and *stderr*.log are not created on logs folder for

Re: Can jasper2's validateXml be added back, at least for the lifetime of Tomcat 7?

2014-02-20 Thread Mark_DeSpain
Thank you for the quick reply, Mark. Would it be possible to get a sense of which release the validateXml attribute might get added back? E.g. 7.0.53? I did a quick search through the bugs, but it does not seem to be tracked. Would it be worth submitting something? Thanks! Mark D. On

Tomcat 7 8 getRemoteHost with enableLookups=true with x-forwarded-for header gets IP instead of hostname

2014-02-20 Thread Yann Nicolas
Hello, I have a web application load balanced in an intranet and I need to get the hostname of the client from the request (for audit purposes). I have verified that the load balancer is adding the header x-forwarded-for and I get the correct client IP with the HttpServletRequest method

Re: recommended external/plugin session manager based on redis/cassandra/memcache

2014-02-20 Thread Ja kub
Thx for reply. BR Jakub On Thu, Feb 20, 2014 at 7:11 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jakub, On 2/20/14, 4:57 AM, Ja kub wrote: Has anybody tried using redis/cassandra/memcache as session manager ? I believe