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]