> From: John Tangney [mailto:jo...@jdtangney.com]
> Subject: RE: Different apps clustering on the same Tomcat?
> 
> We have two machines, each with a Tomcat, forming a cluster. An app
> named "gh" runs on each cluster node. We want to add a second app to
> one of the Tomcats (call it gh2 ? it's just a clone of gh) that
> synchronizes sessions with gh on all of the nodes.

Like Chris, I still don't really understand what you're trying to achieve.

> > You can create a bean from a class in a shared library to hold
> > data needed by both apps.
> 
> Ah, this sounds promising! Where would this shared library live so that
> both apps can talk to it?

In Tomcat 6, $CATALINA_HOME/lib; in 5.5, $CATALINA_HOME/shared/lib (or 
classes).  You also have the option of modifying conf/catalina.properties and 
defining your own location for classloaders to examine.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to