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

Nlif,

nlif wrote:
> The problem stems from the decision to
> separate the web-app and static-content to two projects in SVN, and this is
> due to the fact that different people maintain them. 

This shouldn't be a problem: set your <Context> to point to your actual
Tomcat-related stuff, and set your DocumentRoot (or Alias) to the static.

I don't know why you would ever need dual contexts unless you were
trying to mimic your production (split Apache httpd/TC) environment by
splitting your TC environment into two and trying to use two Tomcats
instead. If that's what you're trying to do, it won't work.

As I see it, you have several options:

1. Replicate your production environment in dev (always a good idea,
   as Hassan suggested) by using Apache httpd alongside TC.

2. In dev, copy everything into the same deployment directory and
   simply use a single context (i.e. merge these separate file sets
   for dev).

3. Merge your project repos back together and do either #1 or #2.

Was there a particular reason to split your project in half like that in
the first place?

- -chris

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

iEYEARECAAYFAkkAtkYACgkQ9CaO5/Lv0PA6BwCgsg/7NOxVszEVTU+Kd4nIaLuY
8/YAni31vTqexlajwanXtRcl5t2z4wwF
=mVsr
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to