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
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
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"
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]>
> >
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]>
&
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)