Hi, 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, "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?
Thanks for a response. Andreas. -- This message was sent on behalf of [EMAIL PROTECTED] at openSubscriber.com http://www.opensubscriber.com/messages/[email protected]/topic.html --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
