Re: Class and Object sharing across domain and its sub-domains

2008-02-25 Thread Kristin Coles
s need to share classes code, object instances and > session information, i don't see why you want to make 3 webapps instead > of just one. So my advise would be to make a single webapp. > Kristin Coles a écrit : > > I use Apache Tomcat (5.5.9) to host the website (xyz.com) a

Class and Object sharing across domain and its sub-domains

2008-02-25 Thread Kristin Coles
I use Apache Tomcat (5.5.9) to host the website (xyz.com) along with a couple of sub-domains (photos.xyz.com and documents.xyz.com). You can find the relevant portion of server.xml file below. Hosting the websites in this way has lead to two main headaches. 1. I cannot share my Java code between x

Re: How to disable Session Persistence in Tomcat 5.5.9

2007-11-15 Thread Kristin Coles
t;[EMAIL PROTECTED]> wrote: > Kristin Coles wrote: > > Hey Charles, > > > > Thank you very much for the detailed explanation. I did the following > > to disable session persistence, but. > > > > #Tomcat\conf\server.xml > > > unpackWARs="true"

Re: How to disable Session Persistence in Tomcat 5.5.9

2007-11-15 Thread Kristin Coles
Removed the context and manager elements from server.xml and created an individual context.xml file under Tomcat\Catalina\kristin directory. On Nov 14, 2007 7:31 PM, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > From: "Kristin Coles" <[EMAIL PROTECTED]> > >

Re: How to disable Session Persistence in Tomcat 5.5.9

2007-11-14 Thread Kristin Coles
000 > http://java.sun.com/developer/TechTips/2000/tt0229.html > > And this article on Session Serialization and Session.timeout > http://java.sys-con.com/read/37330.htm > > M-- > > ----- Original Message - > From: "Kristin Coles" <[EMAIL PROTECTED]> &

How to disable Session Persistence in Tomcat 5.5.9

2007-11-14 Thread Kristin Coles
Hi guys, I know that there have been quite a few threads on this list that relate to the same subject. I have tried the following advice but none helped. # Tomcat\conf\context.xml WEB-INF/web.xml # Tomcat\conf\server.xml (version 1)