Re: parallel deployment: multiple applications responding

2012-03-14 Thread Pid
On 27/02/2012 22:23, Aristedes Maniatis wrote: > On 28/02/12 12:14 AM, Christopher Schultz wrote: > Chuck, > > On 2/26/12 11:29 PM, Caldarale, Charles R wrote: >>>>> From: Aristedes Maniatis [mailto:amania...@apache.org] Subject: >>>>> Re: parallel de

Re: parallel deployment: multiple applications responding

2012-02-27 Thread Aristedes Maniatis
On 28/02/12 12:14 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 2/26/12 11:29 PM, Caldarale, Charles R wrote: From: Aristedes Maniatis [mailto:amania...@apache.org] Subject: Re: parallel deployment: multiple applications responding What happens if

Re: parallel deployment: multiple applications responding

2012-02-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 2/26/12 11:29 PM, Caldarale, Charles R wrote: >> From: Aristedes Maniatis [mailto:amania...@apache.org] Subject: >> Re: parallel deployment: multiple applications responding > >> What happens if our application defi

RE: parallel deployment: multiple applications responding

2012-02-26 Thread Caldarale, Charles R
> From: Aristedes Maniatis [mailto:amania...@apache.org] > Subject: Re: parallel deployment: multiple applications responding > What happens if our application defines a static class or > other resource? Not sure what you mean by "static class", unless you're r

Re: parallel deployment: multiple applications responding

2012-02-26 Thread Aristedes Maniatis
On 27/02/12 2:12 PM, Christopher Schultz wrote: It would be nice if it showed as "disabled" (to use the mod_jk terminology for an instance which is running but gets no new sessions). It's just a coincidence that no new sessions are being created -- because sessionless requests /should/ be sen

Re: parallel deployment: multiple applications responding

2012-02-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Aristedes, On 2/23/12 4:29 AM, Aristedes Maniatis wrote: > Given that we've definitely seen this happen with our sessionless > application, I'm not sure that will help us much. For our other > apps which have sessions, what happens if the incoming co

Re: parallel deployment: multiple applications responding

2012-02-23 Thread Aristedes Maniatis
On 23/02/12 7:24 PM, Mark Thomas wrote: On 23/02/2012 06:51, Aristedes Maniatis wrote: We've been using parallel deployment for some time now with tomcat 7.0.25. For the most part the parallel deployment is a really nice idea, particularly because we don't have sessions serialised and clustered

Re: parallel deployment: multiple applications responding

2012-02-23 Thread Mark Thomas
On 23/02/2012 06:51, Aristedes Maniatis wrote: > We've been using parallel deployment for some time now with tomcat > 7.0.25. For the most part the parallel deployment is a really nice idea, > particularly because we don't have sessions serialised and clustered > across all running instances. > >

parallel deployment: multiple applications responding

2012-02-22 Thread Aristedes Maniatis
We've been using parallel deployment for some time now with tomcat 7.0.25. For the most part the parallel deployment is a really nice idea, particularly because we don't have sessions serialised and clustered across all running instances. However, we've had mysterious problems for some time no

Re: mod jk - multiple applications, different server clusers, sticky sessions

2009-09-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rainer, On 9/7/2009 6:05 AM, Rainer Jung wrote: > The code of mod_jk (1.2.28) looks for a URL encoded session id (and uses > that one if it finds one) and otherwise it takes all cookie session ids > it can find in the order of Cookie headers in the re

Re: mod jk - multiple applications, different server clusers, sticky sessions

2009-09-07 Thread Rainer Jung
Hi Chris, On 04.09.2009 16:29, Christopher Schultz wrote: > Rainer, > > On 9/4/2009 12:52 AM, Rainer Jung wrote: >> On 03.09.2009 23:31, Christopher Schultz wrote: >>> Whenever a client browses to webapps found on / and /foo, the requests >>> to /foo will get TWO cookies, and confusion may occur

Re: mod jk - multiple applications, different server clusers, sticky sessions

2009-09-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rainer, On 9/4/2009 12:52 AM, Rainer Jung wrote: > On 03.09.2009 23:31, Christopher Schultz wrote: >> Whenever a client browses to webapps found on / and /foo, the requests >> to /foo will get TWO cookies, and confusion may occur (I'm not sure what >>

Re: mod jk - multiple applications, different server clusers, sticky sessions

2009-09-03 Thread Rainer Jung
On 03.09.2009 23:31, Christopher Schultz wrote: > Rainer, > > On 9/3/2009 4:36 AM, Rainer Jung wrote: >> No. > >> The stickyness doesn't magically track your clients. If the client sends >> a session information, and the session information contains a route tag >> (a suffix .nodeX, where nodeX is

Re: mod jk - multiple applications, different server clusers, sticky sessions

2009-09-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rainer, On 9/3/2009 4:36 AM, Rainer Jung wrote: > No. > > The stickyness doesn't magically track your clients. If the client sends > a session information, and the session information contains a route tag > (a suffix .nodeX, where nodeX is set by the

Re: mod jk - multiple applications, different server clusers, sticky sessions

2009-09-03 Thread Rainer Jung
On 02.09.2009 23:38, Jason Wright wrote: > I've an interesting situation with our application clusters. I am running > multiple applications for one of our websites. We don't share sessions > between the different servers; we use sticky sessions instead. Session > replicatio

mod jk - multiple applications, different server clusers, sticky sessions

2009-09-02 Thread Jason Wright
Hello, I've an interesting situation with our application clusters. I am running multiple applications for one of our websites. We don't share sessions between the different servers; we use sticky sessions instead. Session replication is difficult because of the large size of our users

Re: Multiple applications

2009-07-30 Thread Peter Flynn
André Warnier wrote: Peter Flynn wrote: Hassan Schroeder wrote: On Tue, Jun 23, 2009 at 7:37 AM, Peter Flynn wrote: I've been using Tomcat5 with Apache2 under RH5 to run Cocoon, but I now need to add Lucene and eXist. Is it possible to run multiple applications like this on the same ma

Re: Multiple applications

2009-07-29 Thread André Warnier
Peter Flynn wrote: Hassan Schroeder wrote: On Tue, Jun 23, 2009 at 7:37 AM, Peter Flynn wrote: I've been using Tomcat5 with Apache2 under RH5 to run Cocoon, but I now need to add Lucene and eXist. Is it possible to run multiple applications like this on the same machine using the same T

Re: Multiple applications

2009-07-29 Thread Peter Flynn
Hassan Schroeder wrote: On Tue, Jun 23, 2009 at 7:37 AM, Peter Flynn wrote: I've been using Tomcat5 with Apache2 under RH5 to run Cocoon, but I now need to add Lucene and eXist. Is it possible to run multiple applications like this on the same machine using the same Tomcat server? Yes

Re: Multiple applications

2009-06-23 Thread David Smith
Peter Flynn wrote: > I've been using Tomcat5 with Apache2 under RH5 to run Cocoon, but I > now need to add Lucene and eXist. Is it possible to run multiple > applications like this on the same machine using the same Tomcat server? > > Someone mentioned something about "ano

RE: Multiple applications

2009-06-23 Thread Caldarale, Charles R
> From: Peter Flynn [mailto:pfl...@ucc.ie] > Subject: Multiple applications > > Is it possible to run multiple applications like this on > the same machine using the same Tomcat server? Clearly you can - look how many independent webapps are deployed in the standard Tomcat dow

Re: Multiple applications

2009-06-23 Thread Hassan Schroeder
On Tue, Jun 23, 2009 at 7:37 AM, Peter Flynn wrote: > > I've been using Tomcat5 with Apache2 under RH5 to run Cocoon, but I now need > to add Lucene and eXist. Is it possible to run multiple applications like > this on the same machine using the same Tomcat server? Yes. >

Multiple applications

2009-06-23 Thread Peter Flynn
I've been using Tomcat5 with Apache2 under RH5 to run Cocoon, but I now need to add Lucene and eXist. Is it possible to run multiple applications like this on the same machine using the same Tomcat server? Someone mentioned something about "another Tomcat instance" but I don

repost: looking for example using Mbean to for session management across multiple applications

2006-12-18 Thread Bill Milbratz
Hi, (this is a repost. I inadvertently 'thread hijacked' when I initially posted this question). I'm looking for an example of using Mbeans to access the org.apache.catalina.Manager interface to manage HttpSessions. First off, however: is this possible? We're interested in using thi

Re: looking for example using Mbean to for session management across multiple applications

2006-12-16 Thread Mark Thomas
[EMAIL PROTECTED] wrote: > Hi, > > I'm looking for an example of using Mbeans to access the > org.apache.catalina.Manager interface to manage HttpSessions. When starting a new thread (ie sending a message to the list about a new topic) please do not reply to an existing message and change the sub

looking for example using Mbean to for session management across multiple applications

2006-12-15 Thread [EMAIL PROTECTED]
Hi, I'm looking for an example of using Mbeans to access the org.apache.catalina.Manager interface to manage HttpSessions. First off, however: is this possible? We're interested in using this approach for managing single signon between multiple web applications. (where accessing one session

RE: Create an object that's shared with multiple applications?

2006-08-16 Thread Phil \(waex\)
an object that's shared with multiple applications? Pid, I'm sure this is a stupid question but...what? I don't follow. I can store the object in a database? I'm limited to SQL Server. Does that matter? On 8/9/06, Pid <[EMAIL PROTECTED]> wrote: > put it in a datab

Re: Create an object that's shared with multiple applications?

2006-08-09 Thread 0 8
Pid, I'm sure this is a stupid question but...what? I don't follow. I can store the object in a database? I'm limited to SQL Server. Does that matter? On 8/9/06, Pid <[EMAIL PROTECTED]> wrote: put it in a database? 0 8 wrote: > Hello, > > I currently have a JSP application under Tomcat that

Re: Create an object that's shared with multiple applications?

2006-08-09 Thread 0 8
I did, but then I get more than I get one object created for each application. I literally just stumbled a mention of a "crossContext" setting in Tomcat, but I'm still trying to figure out if that will help here. On 8/9/06, Ryan O'Hara <[EMAIL PROTECTED]> wrote: > How can I create a single obje

Re: Create an object that's shared with multiple applications?

2006-08-09 Thread Ryan O'Hara
How can I create a single object when Tomcat starts up and access that object from multiple web apps? Thanks, Matt Have you added listener and listener-class tags in each applications' web.xml? Ryan - To start a new topic,

Re: Create an object that's shared with multiple applications?

2006-08-09 Thread Lung Chan
check jndi ressources On 8/9/06, Pid <[EMAIL PROTECTED]> wrote: put it in a database? 0 8 wrote: > Hello, > > I currently have a JSP application under Tomcat that uses an object > created when Tomcat starts up. The object is created using a class > that implements ServletContextListener and I

Re: Create an object that's shared with multiple applications?

2006-08-09 Thread Pid
put it in a database? 0 8 wrote: > Hello, > > I currently have a JSP application under Tomcat that uses an object > created when Tomcat starts up. The object is created using a class > that implements ServletContextListener and I can call the object from > my JSPs. All is well. > > Originally,

Create an object that's shared with multiple applications?

2006-08-09 Thread 0 8
Hello, I currently have a JSP application under Tomcat that uses an object created when Tomcat starts up. The object is created using a class that implements ServletContextListener and I can call the object from my JSPs. All is well. Originally, I thought I could have one of these objects per