Jon Skeet wrote: > > That's what I figured... However, the only one accesing the system > > at the moment is myself. It must be one of my servlets that places > > such a request. Why is there a meta-inf directory anyway? It is not > > reflected in the file system.? > > Consider a war file - that's likely to have a meta-inf directory. Now, > exactly why your servlet is requesting that URL is a different > matter... and worth tracing.
Got it! Now this is interesting... I'm playing around with an applet that parses a XML file residing on the server. That's where the javax.xml.parsers.documentbuilderfactory path element comes from. The XML file and the applets JAR archive are currently stored in the app's root folder $CATALINA_HOME/webapps/myapp. I'm still trying to figure out why this strange request is sent to the server: the plugin on the client pc loads all classes from the JAR and starts the applet. The applet requests a DOM parser from javax.xml.parsers.DocumentBuilderFactory. This *should* through the client JRE (plugin) and not affect the server at all. UNLESS I would have packed the javax.xml.parsers package into my applet's JAR - which I did not. ???? Regards, Marcel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]