Re: tomcat 7 in debian/ubuntu

2010-12-04 Thread Mario Kleinsasser
Hello, i would like to support your work on developing a (Linux) system independent package or Debian package. We have developed something similar for our own private needs (http://sourceforge.net/projects/smsgw/files/installer/1.11/) but we are currently switched back to building binary Debian pa

Re: Server affinity instead of session affinity

2010-11-23 Thread Mario Kleinsasser
On Tue, Nov 23, 2010 at 10:01 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > André, > > On 11/23/2010 10:27 AM, André Warnier wrote: > > With the configuration below and your explanations, I suppose that there > > is some kind o

Re: Tomcat clustering in a server with SSL

2010-11-21 Thread Mario Kleinsasser
> > > > This isn't a good idea. You can run multiple HTTPD and Tomcat > instances on a Windows server. > > Installing linux virtual machines is just adding unnecessary overhead. > > To quote myself: > If you like, you could do it also with windows. Therefore I wrote that line Mario --

Re: Tomcat clustering in a server with SSL

2010-11-21 Thread Mario Kleinsasser
As André wrote, there is a lot of documentation around. But for a starting point, some informations: 1. You can install multiple Tomcats in a single OS by defining the uses TCP/IP ports through the server.xml 2. To make this clear to the outside world (your users), use an Apache with mod_jk and A

Re: Tomcat clustering in a server with SSL

2010-11-20 Thread Mario Kleinsasser
Hi, On Sun, Nov 21, 2010 at 7:02 AM, rujin raj wrote: > Hi, > > > I am having a windows 2008 ent server and tomcat 6.0.29 64 bit,JVM 1.6.0 64 > bit installed and SSL is configured in my server. > You mean, you have configured your single Tomcat to use SSL? Right? > > I need to configure tomca