> From: Yair Zohar [mailto:[EMAIL PROTECTED]
> I've just wanted to avoid multiple copies of the same
> classes. They are not really shared.
One of the web application philosophies (now copied by frameworks like
.NET) is that an app should contain everything it needs for successful
deployment. C
You are right,
I've just wanted to avoid multiple copies of the same classes. They are
not really shared.
If the classes are shared, all the web applications should be restarted,
because the change affect all of them.
Yair.
Peter Crowther wrote:
From: Yair Zohar [mailto:[EMAIL PROTECTED]
My w
> From: Yair Zohar [mailto:[EMAIL PROTECTED]
> My web applications are using some shared class. I put them under
> $CATALINA_HOME/shared/classes.
> The problem: When I make changes in the shared classes,
> restarting a web
> application by tomcat's manager is not enough for the changes to be
>