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

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

2008-02-25 Thread Kristin Coles
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 a couple of sub-domains

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 Context WatchedResourceWEB-INF/web.xml/WatchedResource Manager pathname= / /Context #