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

Dola,

Dola Woolfe wrote:
| I have two different webapps and I want them to be
| able to share objects. Can that be done? I guess it
| sounds like an FAQ but I can't find the answer.

That depends on what you mean by "share" and "context".

If you just want to share a URL-space, you can do that by fronting
Tomcat with Apache and using mod_rewrite, or deploy your apps on two
separate Tomcat instances under the same context name (which is what we
do, actually).

If you want to share ServletContext objects and all the resources, then
you'll have to manually merge your applications before deployment.

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

iEYEARECAAYFAkgxjWkACgkQ9CaO5/Lv0PARtgCfbYFptNU8+50EksWgxInKrpIR
W1AAoJFkkhmuaq4GVKLOISCsIymbBOXJ
=SukN
-----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