I've just installed Tomcat (7.0.67) on an old CentOS 5 box. It can't be reached from outside the box.

2017-08-09 Thread James H. H. Lampert
This is weird. I've never seen this before. Then again, I don't think I've installed Tomcat on Linux from a tarball before: the previous CentOS installation was, if I remember right, via Yum, and the one Debian installation I've done was via apt-get. But I can apparently no longer reach the

Re: [OT] Session timeout despite user activity - websockets on Tomcat 8.5.16

2017-08-09 Thread Guang Chao
On Thu, Aug 10, 2017 at 12:46 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Mark, > > On 8/9/17 11:35 AM, Mark Thomas wrote: > > On 09/08/17 16:09, David Wall wrote: > >> We're using Tomcat 8.5.16 with Java 1.8.0_91, Vaadin

RE: Problem enabling SSLv3 in Tomcat 8.5.15

2017-08-09 Thread Marc Dorsa
> Hi Mark, > > When can we expect a Tomcat 8.5.x release with SSLv3 support re-enabled? > (This feature is critical for our product and is needed ASAP.) Releases are typically monthly. We've had a patch of regressions in releases which has delayed things for the July release. The August

[ANN] Apache Tomcat 8.5.20 available

2017-08-09 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.5.20. Tomcat 8.x users should normally be using 8.5.x releases in preference to 8.0.x releases. Apache Tomcat 8 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression

[ANN] Apache Tomcat 9.0.0.M26 available

2017-08-09 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.0.M26. 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.M26 is a

Re: [OT] Session timeout despite user activity - websockets on Tomcat 8.5.16

2017-08-09 Thread Mark Thomas
On 09/08/17 17:46, Christopher Schultz wrote: > Websocket ignoramus, here. Is there a way for (websocket) application > code on the server side to trigger a "touch" of the HttpSession that > is linked with the connection? Or is the problem that the websocket > connection and the HTTP connection

Re: [OT] Session timeout despite user activity - websockets on Tomcat 8.5.16

2017-08-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 8/9/17 11:35 AM, Mark Thomas wrote: > On 09/08/17 16:09, David Wall wrote: >> We're using Tomcat 8.5.16 with Java 1.8.0_91, Vaadin 7.7.10 and >> Atmosphere Websockets. >> >> We have had reports of sessions logging out while users are >>

Re: Session timeout despite user activity - websockets on Tomcat 8.5.16

2017-08-09 Thread David Wall
On 8/9/17 8:35 AM, Mark Thomas wrote: On 09/08/17 16:09, David Wall wrote: We're using Tomcat 8.5.16 with Java 1.8.0_91, Vaadin 7.7.10 and Atmosphere Websockets. We have had reports of sessions logging out while users are active with our Vaadin-based application. This has been frustrating as

Re: Session timeout despite user activity - websockets on Tomcat 8.5.16

2017-08-09 Thread Mark Thomas
On 09/08/17 16:09, David Wall wrote: > We're using Tomcat 8.5.16 with Java 1.8.0_91, Vaadin 7.7.10 and > Atmosphere Websockets. > > We have had reports of sessions logging out while users are active with > our Vaadin-based application. This has been frustrating as we can't > seem to track down

Session timeout despite user activity - websockets on Tomcat 8.5.16

2017-08-09 Thread David Wall
We're using Tomcat 8.5.16 with Java 1.8.0_91, Vaadin 7.7.10 and Atmosphere Websockets. We have had reports of sessions logging out while users are active with our Vaadin-based application. This has been frustrating as we can't seem to track down why Tomcat's session is not being updated, but

Re: Small question on mod_jk load balancing methon "Next"

2017-08-09 Thread Rainer Jung
Am 09.08.2017 um 11:50 schrieb Martin Knoblauch: On Fri, Aug 4, 2017 at 11:47 PM, Rainer Jung wrote: Hi Martin, Am 04.08.2017 um 10:53 schrieb Martin Knoblauch: Hi, just need some clarification on the mod_jk load blanacing method "Next". The documentation states:

Re: Tomcat8 - How to configure ssl certificates for both https and two-way authentication

2017-08-09 Thread Mark Thomas
On 09/08/17 12:24, Senthil Kumar wrote: > Mark, > > Tomcat version is 8.0.39. > > I have to use both server certificate (.pfx) and service certificate as > keystore. Do I need to convert PFX format certificate to JKS format. How to > configure more than on private certificate in keystore. The

Re: Problem enabling SSLv3 in Tomcat 8.5.15

2017-08-09 Thread Mark Thomas
> Hi Mark, > > When can we expect a Tomcat 8.5.x release with SSLv3 support re-enabled? > (This feature is critical for our product and is needed ASAP.) Releases are typically monthly. We've had a patch of regressions in releases which has delayed things for the July release. The August

finally websockets close correctly

2017-08-09 Thread Cristian Lorenzetto
oh finally you resolved the problem with websockets when is closed... when i told you 2 years ago ... i didnt hear me

Re: Tomcat8 - How to configure ssl certificates for both https and two-way authentication

2017-08-09 Thread Senthil Kumar
Mark, Tomcat version is 8.0.39. I have to use both server certificate (.pfx) and service certificate as keystore. Do I need to convert PFX format certificate to JKS format. How to configure more than on private certificate in keystore. Senthil On Wed, Aug 9, 2017 at 1:39 AM, Mark Thomas

Re: Small question on mod_jk load balancing methon "Next"

2017-08-09 Thread Martin Knoblauch
On Fri, Aug 4, 2017 at 11:47 PM, Rainer Jung wrote: > Hi Martin, > > Am 04.08.2017 um 10:53 schrieb Martin Knoblauch: > >> Hi, >> >> just need some clarification on the mod_jk load blanacing method "Next". >> The documentation states: >> >> "If method is set to N[ext]

Re: Small question on mod_jk load balancing methon "Next"

2017-08-09 Thread Martin Knoblauch
On Fri, Aug 4, 2017 at 11:49 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Martin, > > On 8/4/17 4:53 AM, Martin Knoblauch wrote: > > Hi, > > > > just need some clarification on the mod_jk load blanacing method > > "Next".