Hi Andreas, [EMAIL PROTECTED] wrote on 10/08/2006 03:20:37 PM:
> I display a svg in a batik applet. For every Javascript variable in the svg > file tomcat logs several class requests with 404 -class not found-. Obviously, > because they are Javascript variables. For example, var SVGRoot, This happens even if you declare the var as a var? This almost certainly a side effect of the feature previously known as 'live connect'. You might be able to reduce the overhead by using jar files instead of point to a class tree... > "GET /MyServlet/java/lang/SVGRoot.class HTTP/1.1" 404 1057 > "GET /MyServlet/org/w3c/dom/SVGRoot.class HTTP/1.1" 404 1063 > "GET /MyServlet/org/w3c/dom/css/SVGRoot.class HTTP/1.1" 404 1075 > ... > I use Rhino Interpreter. Is it possible to avoid these unnecessary requests? I did some poking on the net but I couldn't find anything. It might be worth asking on the Rhino e-mail lists. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
