There are a couple of closed projects that are part of our main project. I have a separate project named reports. There is a lot of stuff in the main project web.xml that is configured for ejb’s and external calls to other projects that I do not want in my reports web.xml. There is some security stuff, and there are some listeners, and there are some taglibs that pop up occassionally, after I manually delete them from web.xml. Often, the taglib tag is not closed, and that generates a syntax error that shows up on deployment. I can’t tell you when it happens, just once in a while. There is definitely some stuff getting generated from the other projects, but I can’t tell you how it happens because those other projects are usually closed when this goes on. Is this enough info to make an assessment?