You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by St...@asknet.de on 2001/09/20 14:50:15 UTC

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

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?

Thanks a lot,


gruss

stefan


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

Posted by Giuliano Carlini <gi...@carlini.com>.
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 you will have.

g

At 02:50 PM 9/20/01 +0200, Stefan.Raschke@asknet.de wrote:
>
>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?
>
>Thanks a lot,
>
>
>gruss
>
>stefan