I'm using log4j-1.2.8 in my client app which is composed of several applets.
How do I eliminate the connections that JAVA PlugIn makes to my server to get several *BeanInfo classes? As I said, my app consists of several applets - these several connections per applet is taxing my server. Thanks in Advance. Hitesh. Snippet of Java Console: Connecting http://hitesh:6666/org/apache/log4j/PatternLayoutBeanInfo.class <http://hitesh:6666/org/apache/log4j/PatternLayoutBeanInfo.class> with no proxy Connecting http://hitesh:6666/org/apache/log4j/PatternLayoutBeanInfo.class <http://hitesh:6666/org/apache/log4j/PatternLayoutBeanInfo.class> with cookie "JSESSIONID=A1ccAhdYO825kulFzmjiNA5wfYvjd4h13ct2Vhz59L2INmLTD4tm!-1753445137 " WARNING: Unable to cache http://hitesh:6666/org/apache/log4j/PatternLayoutBeanInfo.class <http://hitesh:6666/org/apache/log4j/PatternLayoutBeanInfo.class> Connecting http://hitesh:6666/org/apache/log4j/PatternLayoutBeanInfo.class <http://hitesh:6666/org/apache/log4j/PatternLayoutBeanInfo.class> with no proxy Connecting http://hitesh:6666/org/apache/log4j/PatternLayoutBeanInfo.class <http://hitesh:6666/org/apache/log4j/PatternLayoutBeanInfo.class> with cookie "JSESSIONID=A1ccAhdYO825kulFzmjiNA5wfYvjd4h13ct2Vhz59L2INmLTD4tm!-1753445137 " Connecting http://hitesh:6666/org/apache/log4j/PatternLayoutBeanInfo.class <http://hitesh:6666/org/apache/log4j/PatternLayoutBeanInfo.class> with no proxy Connecting http://hitesh:6666/org/apache/log4j/PatternLayoutBeanInfo.class <http://hitesh:6666/org/apache/log4j/PatternLayoutBeanInfo.class> with cookie "JSESSIONID=A1ccAhdYO825kulFzmjiNA5wfYvjd4h13ct2Vhz59L2INmLTD4tm!-1753445137 " WARNING: Unable to cache http://hitesh:6666/org/apache/log4j/PatternLayoutBeanInfo.class <http://hitesh:6666/org/apache/log4j/PatternLayoutBeanInfo.class> Connecting http://hitesh:6666/org/apache/log4j/PatternLayoutBeanInfo.class <http://hitesh:6666/org/apache/log4j/PatternLayoutBeanInfo.class> with no proxy Connecting http://hitesh:6666/org/apache/log4j/PatternLayoutBeanInfo.class <http://hitesh:6666/org/apache/log4j/PatternLayoutBeanInfo.class> with cookie "JSESSIONID=A1ccAhdYO825kulFzmjiNA5wfYvjd4h13ct2Vhz59L2INmLTD4tm!-1753445137 " Connecting http://hitesh:6666/org/apache/log4j/LayoutBeanInfo.class <http://hitesh:6666/org/apache/log4j/LayoutBeanInfo.class> with no proxy Connecting http://hitesh:6666/org/apache/log4j/LayoutBeanInfo.class <http://hitesh:6666/org/apache/log4j/LayoutBeanInfo.class> with cookie "JSESSIONID=A1ccAhdYO825kulFzmjiNA5wfYvjd4h13ct2Vhz59L2INmLTD4tm!-1753445137 " WARNING: Unable to cache http://hitesh:6666/org/apache/log4j/LayoutBeanInfo.class <http://hitesh:6666/org/apache/log4j/LayoutBeanInfo.class> Connecting http://hitesh:6666/org/apache/log4j/LayoutBeanInfo.class <http://hitesh:6666/org/apache/log4j/LayoutBeanInfo.class> with no proxy Connecting http://hitesh:6666/org/apache/log4j/LayoutBeanInfo.class <http://hitesh:6666/org/apache/log4j/LayoutBeanInfo.class> with cookie "JSESSIONID=A1ccAhdYO825kulFzmjiNA5wfYvjd4h13ct2Vhz59L2INmLTD4tm!-1753445137 " Connecting http://hitesh:6666/org/apache/log4j/LayoutBeanInfo.class <http://hitesh:6666/org/apache/log4j/LayoutBeanInfo.class> with no proxy Connecting http://hitesh:6666/org/apache/log4j/LayoutBeanInfo.class <http://hitesh:6666/org/apache/log4j/LayoutBeanInfo.class> with cookie "JSESSIONID=A1ccAhdYO825kulFzmjiNA5wfYvjd4h13ct2Vhz59L2INmLTD4tm!-1753445137 " WARNING: Unable to cache http://hitesh:6666/org/apache/log4j/LayoutBeanInfo.class <http://hitesh:6666/org/apache/log4j/LayoutBeanInfo.class> Connecting http://hitesh:6666/org/apache/log4j/LayoutBeanInfo.class <http://hitesh:6666/org/apache/log4j/LayoutBeanInfo.class> with no proxy Connecting http://hitesh:6666/org/apache/log4j/LayoutBeanInfo.class <http://hitesh:6666/org/apache/log4j/LayoutBeanInfo.class> with cookie "JSESSIONID=A1ccAhdYO825kulFzmjiNA5wfYvjd4h13ct2Vhz59L2INmLTD4tm!-1753445137 " Connecting http://hitesh:6666/com/ibm/uvm/tools/DebugSupport.class <http://hitesh:6666/com/ibm/uvm/tools/DebugSupport.class> with no proxy Connecting http://hitesh:6666/com/ibm/uvm/tools/DebugSupport.class <http://hitesh:6666/com/ibm/uvm/tools/DebugSupport.class> with cookie "JSESSIONID=A1ccAhdYO825kulFzmjiNA5wfYvjd4h13ct2Vhz59L2INmLTD4tm!-1753445137 " WARNING: Unable to cache http://hitesh:6666/com/ibm/uvm/tools/DebugSupport.class <http://hitesh:6666/com/ibm/uvm/tools/DebugSupport.class> Connecting http://hitesh:6666/com/ibm/uvm/tools/DebugSupport.class <http://hitesh:6666/com/ibm/uvm/tools/DebugSupport.class> with no proxy Connecting http://hitesh:6666/com/ibm/uvm/tools/DebugSupport.class <http://hitesh:6666/com/ibm/uvm/tools/DebugSupport.class> with cookie "JSESSIONID=A1ccAhdYO825kulFzmjiNA5wfYvjd4h13ct2Vhz59L2INmLTD4tm!-1753445137 " -------------- hitesh patel 201.727.4744
