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

2008-02-25 Thread Kristin Coles
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

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

2008-02-25 Thread david delbecq
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

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: Object sharing

2006-05-21 Thread Jerome Jar
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

Re: Object sharing

2006-05-21 Thread Jerome Jar
.. 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

Re: Object sharing

2006-05-21 Thread Corobitsyn Roman
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.

Re: Object sharing

2006-05-20 Thread Bruno Georges
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

Object sharing

2006-05-19 Thread Arvind S.
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,