Re: how to make WEB-INF/lib take priority over TOMCAT_HOME/lib

2001-09-20 Thread Giuliano Carlini
I would suggest that you set up a separate dev environment for each of your developers. Each should run their own web server, including their own private TOMCAT_HOME. Ideally, they should be working on separate machines. The more your developers dev/test environments share stuff, the more trouble

how to make WEB-INF/lib take priority over TOMCAT_HOME/lib

2001-09-20 Thread Stefan . Raschke
I don't know if the above can be done. We have a dev environement in which all developers should use the same libraries but should be able to "test" using the "local" lib directory. But The "global" lib overwrites all classes with the same name in the "local" lib. Could somebody shed light? Th