Re: mod-jk (1.2.37) crashes Apache 2 (2.4.7) occasionally with a buffer overflow on Ubuntu 14.04 x64

2016-07-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michael, On 7/5/16 11:31 AM, Michael Diener wrote: > Alright, I did my homework this time and worked with a self > compiled version of mod_jk (1.2.41). Still the same error is > happening. I traced the buffer overflow down to line 291 in >

Re: mod-jk (1.2.37) crashes Apache 2 (2.4.7) occasionally with a buffer overflow on Ubuntu 14.04 x64

2016-07-05 Thread Michael Diener
Alright, I did my homework this time and worked with a self compiled version of mod_jk (1.2.41). Still the same error is happening. I traced the buffer overflow down to line 291 in jk_connect.c (nb_connect): 280> do { 281>rc = connect(sd, (const struct sockaddr *)>sa.sin, addr->salen);

Re: Need help setting up SSL on Tomcat 8

2016-07-05 Thread Sean Son
On Fri, Jul 1, 2016 at 6:14 PM, Daniel Savard wrote: > 2016-07-01 16:08 GMT-04:00 Christopher Schultz < > ch...@christopherschultz.net > >: > > > > > > > > > Thank you for the reply. How would I go about specifying the alias > > > of the certificate? > > > > You may

Re: Suggestions for deploying context.xml for different environments?

2016-07-05 Thread Paul Roubekas
Will the context.xml file meet your requirement? http://javabeat.net/tomcat-jndi/ On 7/4/2016 10:42 AM, Philip Hachey wrote: > Hello. I am seeking some advice for the best ways to deploy Java web > applications to different Tomcat environments. > > In particular, my application requires that

Re: need latest tomcat stable versions

2016-07-05 Thread Violeta Georgieva
Hi 2016-07-05 13:30 GMT+03:00 Vijay Kumar : > > Hi Team, > > We have a Product in Production which we are using Tomcat as web-server. > > Now we want to upgrade Tomcat to the latest version where we have > identified below two versions as the latest one. > > Tomcat 8.0.36 >

need latest tomcat stable versions

2016-07-05 Thread Vijay Kumar
Hi Team, We have a Product in Production which we are using Tomcat as web-server. Now we want to upgrade Tomcat to the latest version where we have identified below two versions as the latest one. Tomcat 8.0.36 Tomcat 8.5.3 Could you please update whether these are stable enough to use or

Re: Suggestions for deploying context.xml for different environments?

2016-07-05 Thread Christoph Nenning
> Hello. I am seeking some advice for the best ways to deploy Java web > applications to different Tomcat environments. > > In particular, my application requires that a JNDI resource be defined > for a database, where the database server address and credentials will > vary depending on the

Re: Introdution

2016-07-05 Thread Mark Thomas
On 05/07/2016 06:10, Lahiru Wijewardana wrote: > Hi all, > > I am a 3rd year undergraduate student of Department of Computer > Engineering, University of Peradeniya, Sri Lanka. I am interesting in open > source contribution. I pick Tomcat 8 as my new project. > > I have install Tomcat and used