mod_jk - Failover behaviour and load

2014-03-18 Thread Frederik Nosi
Hi all, I have this situation, an hardware loadbalancer configured with sticky session based on souce IP, two httpd servers behind it doing HTTPS termination with mod_jk doing load balancing vs four tomcats, i'll try to do my best in ascii art, hopping my mailer does the right thing: --

RE: tomcat-native libraries

2014-03-18 Thread Martin Gainty
> Date: Tue, 18 Mar 2014 19:57:57 +0530 > Subject: Re: tomcat-native libraries > From: randeep...@gmail.com > To: users@tomcat.apache.org > > On Tue, Mar 18, 2014 at 7:29 PM, Christopher Schultz < > ch...@christopherschultz.net> wrote: > > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA

RE: HttpServletRequest Tomcat 5.5.29 to 7.0.52

2014-03-18 Thread Martin Gainty
Seema- You've asked about 10 different questions on 10 different aberrancies on your upgrade zip up the whole project up and stick it on driveway or any other free site That way anyone building/running the code on TC7.0.52 can at least observe same behaviour you are experiencing Martin --

Re: jax-ws and tomcat 7 with ssl

2014-03-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Maria, On 3/18/14, 5:58 PM, Maria Cristina Siena wrote: > Hi, > > I developed a web service using jax-ws and configured Tomcat to > support SSL connection. Here are my steps: > > ** Step 1 - Generate a self-signed server certificate > > Use J

RE: jax-ws and tomcat 7 with ssl

2014-03-18 Thread Martin Gainty
i assume they copied cacerts $JAVA_HOME\jre\lib\security? make sure validation dates are correct for Certificate a self-signed cert is designed to work on the machine where you created the cert only *CN* to implement a cert that will work on FQDN with correct dates you will need a REAL cert fro

Re: jax-ws and tomcat 7 with ssl

2014-03-18 Thread Jose MarĂ­a Zaragoza
2014-03-18 22:58 GMT+01:00 Maria Cristina Siena : > Hi, > > I developed a web service using jax-ws and configured Tomcat to support SSL > connection. Here are my steps: > > ** Step 1 - Generate a self-signed server certificate > > Use JDK 1.7 keytool: > > keytool -genkey -alias trackerdev -keyp

jax-ws and tomcat 7 with ssl

2014-03-18 Thread Maria Cristina Siena
Hi, I developed a web service using jax-ws and configured Tomcat to support SSL connection. Here are my steps: ** Step 1 - Generate a self-signed server certificate Use JDK 1.7 keytool: keytool -genkey -alias trackerdev -keypass changeit -storepass changeit -keystore D:\Tomcat7\htdkeyst

Re: Possible Tomcat 8.0.3 issue

2014-03-18 Thread Felipe Jaekel
Yes, I started to use it when I migrated from Tomcat 6 to 7. 2014-03-17 17:21 GMT-03:00 Howard W. Smith, Jr. : > On Mon, Mar 17, 2014 at 4:14 PM, Felipe Jaekel wrote: > > > My Tomcat 7 was running fine with this script, but last friday morning I > > started Tomcat 8 setting only this: > > *-Xms

Re: [Off Topic] Forwarding tomcat logs

2014-03-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dan, On 3/18/14, 10:40 AM, Daniel Mikusa wrote: > On Mar 18, 2014, at 10:13 AM, Randeep > wrote: > >> Hi, >> >> I have servers in Amazon Web Services Platform. >> >> My servers are Centos 5.4 >> >> I have httpd-2.2+mod_jk+tomcat-6.0.37 stack on

Re: [Off Topic] Forwarding tomcat logs

2014-03-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Randeep, On 3/18/14, 10:13 AM, Randeep wrote: > I have servers in Amazon Web Services Platform. > > My servers are Centos 5.4 > > I have httpd-2.2+mod_jk+tomcat-6.0.37 stack on them > > I'm using elastic load balancer with autoscaling Each serve

Re: tomcat-native libraries

2014-03-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Randeep, On 3/18/14, 10:27 AM, Randeep wrote: >> I'm not sure about what kind of connector I'm using. This is my >> configuration. > >> httpd-2.2.3-65.el5.centos + tomcat-connectors-1.2.28-src + >> tomcat-connectors-1.2.28-src > >> [root@server

Re: [Off Topic] Forwarding tomcat logs

2014-03-18 Thread Daniel Mikusa
On Mar 18, 2014, at 10:13 AM, Randeep wrote: > Hi, > > I have servers in Amazon Web Services Platform. > > My servers are Centos 5.4 > > I have httpd-2.2+mod_jk+tomcat-6.0.37 stack on them > > I'm using elastic load balancer with autoscaling, so, many instances can > spawn and terminate anyti

Re: tomcat-native libraries

2014-03-18 Thread Randeep
On Tue, Mar 18, 2014 at 7:29 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Randeep, > > On 3/18/14, 9:46 AM, Randeep wrote: > > On Tue, Mar 18, 2014 at 7:13 PM, Christopher Schultz < > > ch...@christopherschultz.net> wrote: >

[Off Topic] Forwarding tomcat logs

2014-03-18 Thread Randeep
Hi, I have servers in Amazon Web Services Platform. My servers are Centos 5.4 I have httpd-2.2+mod_jk+tomcat-6.0.37 stack on them I'm using elastic load balancer with autoscaling, so, many instances can spawn and terminate anytime. But once the instance is terminated tomcat logs of that instanc

RE: HttpServletRequest Tomcat 5.5.29 to 7.0.52

2014-03-18 Thread Seema Patel
Any update on this Chris Schultz or anyone else? I know the images I added to the email didn't show up, so if you want me to email them directly to you, I can. Could really do with help on this, as it is not something I know much about. Thanks Seema > From: seema...@hotmail.com > To: users@tom

Re: tomcat-native libraries

2014-03-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Randeep, On 3/18/14, 9:46 AM, Randeep wrote: > On Tue, Mar 18, 2014 at 7:13 PM, Christopher Schultz < > ch...@christopherschultz.net> wrote: > > John, > > On 3/17/14, 9:52 AM, John Smith wrote: > > > Installing the native library wi

Re: Tomcat 7 : Configure redirect url for session timeout

2014-03-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chris, On 3/18/14, 7:31 AM, chris derham wrote: >> It is not feasible to determine the difference between a >> timed-out session and a user who had no session to begin with. > > Couldn't you use the presence/absence of a session id cookie? Not rea

Re: tomcat-native libraries

2014-03-18 Thread Randeep
On Tue, Mar 18, 2014 at 7:13 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > John, > > On 3/17/14, 9:52 AM, John Smith wrote: > >> > >> > >> Installing the native library will make a difference. Whether > >> the difference is l

Re: tomcat-native libraries

2014-03-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 John, On 3/17/14, 9:52 AM, John Smith wrote: >> >> >> Installing the native library will make a difference. Whether >> the difference is large enough to notice depends very much on >> your application. If you want to improve your application's >>

Re: Tomcat 7 : Configure redirect url for session timeout

2014-03-18 Thread chris derham
> It is not feasible to determine the difference between a timed-out > session and a user who had no session to begin with. Couldn't you use the presence/absence of a session id cookie? Chris - To unsubscribe, e-mail: users-unsu