Hint: Checkout the source and grep for Vector

 find . -name *.java -exec grep Vector {} \; -print

then you see we use vector but I also think you analyse must
start with WebappClassLoader

Regards
Peter



Am 24.03.2006 um 07:58 schrieb Clemens Eisserer:

Hi again,

Some rarely used (and old) code is still using some vectors, but I
doubt you're using them (or your application is really doing odd
stuff). The two less unusual places are range requests for static
files, and WebappClassLoader.findResources.
My code does not use Vectors nore does my servlet load a lot of resources.
It loads it resources once at startup and does not deploy any static
content - so somewhere inside of tomcat they are used excessive.

Surely your tool can tell you where this stuff occurs.
No my tool can't tell me where this stuff occurs, otherwise I would
not bother the list with questions like this ;)
However I'll try to profile with Netbeans profiler  and have a look
where all the calls to Vector come from.

lg Clemens

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




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

Reply via email to