Aurélien DEHAY wrote:
Hello.

I am running 2 cocoon webapps in Tomcat. The libs are all in $TOMCAT_HOME/common/lib, so the WEB-INF/lib of each webapp is empty.

There is a problem, I found in the log file of a webapp the activity (like cron block) of the other webapp.

Is anyone else has ever experienced the same problem?
Thank you for any response.

Well, if any of the Cocoon classes use statics, you'll get problems - i.e. where you expect there to be one value per webapp, there is in fact just one value. Really, I would advise against putting libraries into common/lib, unless you know exactly what those libraries do.

Regards, Upayavira

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to