My apologies if this is covered elsewhere, but I've dug through the list
archives and the doc & can't quite see this answer....

I have two web-applications, the second of which "depends" on the first -
e.g. the first app is for example a series of eCommerce components, the
second app is a catalog manager, which uses the first app as a "base"
(rather like extending a class.)

Both applications have servlets, java classes, JSP pages, etc.

I need the second app to share sessions with the first, and to have access
to the base classes in the first - but I'd rather not simply "include" the
entire first app in the second (which does work).

Is it possible/allowed/recommended to have two "dependant" applications like
this? Any tips/doc on how to go about it?

Thanks!

Mike
Jcorporate Ltd
http://www.javacorporate.com



Reply via email to