Thanks for the reply, David. Are you saying that I need to get rid of the
sub-domains? i.e. I should use xyz.com/photos rather than photos.xyz.com?
Can you please elaborate?
Thanks,
Kristin
On Mon, Feb 25, 2008 at 4:04 PM, david delbecq <[EMAIL PROTECTED]> wrote:
> Since your 3 webapps need to
Since your 3 webapps 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) along with
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
4
BG> Fax +41 41 709 3000
BG> - Original Message -
BG> From: "Arvind S." [EMAIL PROTECTED]
BG> Sent: 19.05.2006 21:25
BG> To: users@tomcat.apache.org
BG> Subject: Object sharing
BG> Hi,
BG> If a web application wants to access a object being used by another
.. And no license cost.
BG> Hopes this helps.
BG> Bruno Georges
BG> Glencore International AG
BG> Tel. +41 41 709 3204
BG> Fax +41 41 709 3000
BG> - Original Message -
BG> From: "Arvind S." [EMAIL PROTECTED]
BG> Sent: 19.05.2006 21:25
BG> To: users@t
no license cost.
BG> Hopes this helps.
BG> Bruno Georges
BG> Glencore International AG
BG> Tel. +41 41 709 3204
BG> Fax +41 41 709 3000
BG> - Original Message -
BG> From: "Arvind S." [EMAIL PROTECTED]
BG> Sent: 19.05.2006 21:25
BG> To: users@tomcat.
as transaction,
security, etc And no license cost.
Hopes this helps.
Bruno Georges
Glencore International AG
Tel. +41 41 709 3204
Fax +41 41 709 3000
- Original Message -
From: "Arvind S." [EMAIL PROTECTED]
Sent: 19.05.2006 21:25
To: users@tomcat.apache.org
Subject: Obje
Hi,
If a web application wants to access a object being used by another
web-application(with a different context root) running on the same
webserver, is that possible?
If yes, how can it be achieved?Through sharing attributes of ServletContext?
Will getting an attribute from the servletContext,