-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Casey,

On 9/22/2011 3:33 PM, Casey Burk wrote:
> First and foremost, forgive me if my method of delivery hasn't
> followed the normal protocol (this is my first time doing this).

Welcome.

> Secondly, the server I'll be deploying my web apps to is a Red Hat
> box with 2 instances of a single Tomcat 6 installation on it. These
> instances provide our team with the capabilities they need to move
> along the migration sequence during testing, but the problem is
> that each instance directory (i.e. - "/usr/tomcat/test1" and
> "/usr/tomcat/test2") lack working "lib" directories with which to
> load jar files from. We need this.

Are you using CATALINA_BASE and a single CATALINA_HOME, or are you
using two distinct Tomcat installations with separate CATALINA_HOMEs?

Generally speaking, each version of Tomcat really only needs a single
install, and anyone who wants to run their own instance can create an
appropriate directory structure, set CATALINA_BASE to point to that,
and set CATALINA_HOME to point to the full install.

> *PRIMARY / GLOBAL OUT-OF-THE-BOX TOMCAT FILES -* /usr/tomcat 
> /usr/tomcat/conf+lib /usr/tomcat/conf/catalina.

So, that looks like CATALINA_HOME to me.

> properties (The lib directory at this level *IS* working.)
> 
> *DEMARCATION 1 / TEST1-SPECIFIC FILES -* /usr/tomcat/test1 
> /usr/tomcat/test1/lib+conf+webapps+... (We need the lib directory
> to work.)

That looks like a CATALINA_BASE to me.

> *DEMARCATION 2 / TEST2-SPECIFIC FILES -* /usr/tomcat/test2 
> /usr/tomcat/test2/lib+conf+webapps+... (We need the lib directory
> to work.)

The lib directory *should* work.

How are you launching Tomcat? What are the values of CATALINA_BASE and
CATALINA_HOME (or do you know)?

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk6A2ogACgkQ9CaO5/Lv0PCfUQCeIOET+GLVRcR+ZBVuotmy6dYO
ltwAn18eGeWDe+3CvPfK5PsOwjTg9hQC
=7A1n
-----END PGP SIGNATURE-----

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

Reply via email to