WebSocket java.io.IOException: Connection timed out

2016-06-14 Thread hugolarson
Hello, We are using Tomcat 7.0.69 and suspect a bug with session.close() when "Connection timed out" happens sporadically. When the exception is thrown @onError correctly is called and I call session.close but the connection is still open in limbo which cause memory leak. On the client we use Tyr

Re: Problem with Apache in front of Tomcat

2016-06-14 Thread George Sexton
On 6/11/2016 10:43 AM, Edwin Quijada wrote: Hi! I am trying to put Apache in front of Tomcat , DEbian Jessie but it become a titanic work without success. I read all info about this and seems it is easy but doesnt work. I am using APache 2.4+ Jessie +Tomcat 8.035 , I use this tuto http://www

Re: Updating Apache Tomcat to a current version

2016-06-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul, On 6/14/16 1:37 PM, paul.greene.va wrote: > The update worked perfectly - took about 20 minutes, but mostly > because I was being hyper-cautious. > > I suspected it was an easy upgrade for someone familiar with the > product; I got thrown into

Re: Updating Apache Tomcat to a current version

2016-06-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daniel, On 6/9/16 11:04 PM, paul.greene.va wrote: > Hello All, > > I manage an HP application that uses Apache Tomcat as a 3rd party > application. The installed Tomcat version is 7.0.53. Because of a > recent audit scan I have to update it to the m

Re: tomcat dns cache forever

2016-06-14 Thread Niranjan Babu Bommu
Hi Chris, here is how I'm connecting to the database. Thanks Niranjan On Tue, Jun 14, 2016 at 3:41 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Niranjan, > > On 6/10/16 11:45 AM, Niranjan Babu Bommu wrote: > > I have an i

Re: tomcat cache database server IP forever

2016-06-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Niranjan, On 6/14/16 10:06 AM, Niranjan Babu Bommu wrote: > Thanks for your reply, here I'm attaching server.xml file in this > email. > > actually we are running MHA for mysql where we can spin up new db > server and add to the cluster or change

Re: Tomcat 9 realm datasource digest attribute

2016-06-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hardibo, On 6/11/16 2:24 PM, Hardibo Pierre-Jean wrote: > yes finally i puted that inside of my Realm Tag : > > > className="org.apache.catalina.realm.MessageDigestCredentialHandler" > algorithm="md5" / > That will work. However you can do much

Re: tomcat dns cache forever

2016-06-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Niranjan, On 6/10/16 11:45 AM, Niranjan Babu Bommu wrote: > I have an issue with tomcat dns cache ttl, where if I change the IP > address of the database, tomcat still sending connection requests > to an old IP until I restart tomcat, this is not the

Re: Updating Apache Tomcat to a current version

2016-06-14 Thread paul.greene.va
Daniel, The update worked perfectly - took about 20 minutes, but mostly because I was being hyper-cautious. I suspected it was an easy upgrade for someone familiar with the product; I got thrown into it in a mad rush, no experience with either product (service manager or tomcat), and told to

Re: tomcat cache database server IP forever

2016-06-14 Thread Niranjan Babu Bommu
Hi Mark, Thanks for your reply, here I'm attaching server.xml file in this email. actually we are running MHA for mysql where we can spin up new db server and add to the cluster or change the IP of db server without impacting end user. our application is running on both tomcat and jboss we swi

Re: [ANN] Apache Tomcat 8.5.3 available

2016-06-14 Thread Mark Thomas
On 14/06/2016 13:18, Sergio Fernández wrote: > Hi Mark, > > first of all congratullations for all the hard work in Tomcat 8.x. > > May I ask what happened with tomcat-embed-logging-* artifacts in 8.5.3? I > still see them at 8.0.x, included the recent 8.0.36, but they disappeared > after 8.5.2: >

Re: [ANN] Apache Tomcat 8.5.3 available

2016-06-14 Thread Sergio Fernández
Hi Mark, first of all congratullations for all the hard work in Tomcat 8.x. May I ask what happened with tomcat-embed-logging-* artifacts in 8.5.3? I still see them at 8.0.x, included the recent 8.0.36, but they disappeared after 8.5.2: http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.apac

[ANN] Apache Tomcat 8.0.36 available

2016-06-14 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.0.36. Please note that Tomcat 8.x users should now use 8.5.x releases in preference to 8.0.x releases. Apache Tomcat 8.0 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Exp

[ANN] Apache Tomcat 8.5.3 available

2016-06-14 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.5.3. This is the first stable release of the 8.5.x branch. Tomcat 8.x users should now use 8.5.x releases in preference to 8.0.x releases. Apache Tomcat 8 is an open source software implementation of the Java Servlet,

[ANN] Apache Tomcat 9.0.0.M8 available

2016-06-14 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.0.M8. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.0.M8 is a milestone r

Re: tomcat cache database server IP forever

2016-06-14 Thread Mark Thomas
On 13/06/2016 19:21, Niranjan Babu Bommu wrote: > Hi All, > > I have an issue with tomcat dns cache ttl, That simply is not possible. Tomcat doesn't cache DNS entries. > where if I change the IP address > of the database, tomcat still sending connection requests to an old IP > until I restart to