Hello. Investigated a little bit, got some information but dont know how to trace more. I've made a Thread trace before and after i call my webapp, this was the difference:
######################## trace diff begin ################### "RMI Reaper" prio=5 tid=0x0000002b07f7f3f0 nid=6339 in Object.wait() [0x4379a000..0x4379a490] "RMI TCP Accept-0" daemon prio=5 tid=0x0000002b07f7c470 nid=6337 runnable [0x4359a000..0x4359a490] ######################## trace diff end #################### This Thread is listenig and accepting connections on an interface, which defer from that i set in server.xml. The application dont open a new jvm. I've also searched for rmi classes and/or uses, but i dont found the word RMI or something related anywhere in the application code. The app also dont open any sockets anywhere else - so i guess this maybe a sideaffect of some library jars the app is using. How can i trace down, which class opened these 2 Threads - is there any possibiblity? kind regards Torsten --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]