It uses the first version of the class it finds when findClass is called. First version depends on which jar it looks in first. There is no defined order in which jars should be read first. So the behavior of Tomcat would be like any other java application - unknown.

-Tim

Andrew Hole wrote:
What happens if I put different jar versions of same classes on WEB-INF/lib?
Example:
project.jar (new version)
project_old.jar (old version)

Tomcat load and use both? Could Tomcat be confused with this situation?


---------------------------------------------------------------------
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