Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 20162 invoked from network); 3 Oct 2003 10:23:12 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 3 Oct 2003 10:23:12 -0000 Received: (qmail 73593 invoked by uid 500); 3 Oct 2003 10:22:24 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 73483 invoked by uid 500); 3 Oct 2003 10:22:23 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 73470 invoked from network); 3 Oct 2003 10:22:22 -0000 Received: from unknown (HELO gic-msg-lin-01.genotec.ch) (212.80.184.211) by daedalus.apache.org with SMTP; 3 Oct 2003 10:22:22 -0000 Received: from gic-msg-lin-01.genotec.ch (localhost [127.0.0.1]) by gic-msg-lin-01.virge.genotec.ch (Postfix) with ESMTP id DB36FC322 for ; Fri, 3 Oct 2003 12:22:35 +0200 (CEST) Received: from it1024 (unknown [80.238.139.246]) by gic-msg-lin-01.genotec.ch (Postfix) with ESMTP id CED58C303 for ; Fri, 3 Oct 2003 12:22:34 +0200 (CEST) From: =?us-ascii?Q?Marcel_Stor?= To: "'Tomcat Users List'" Subject: AW: What does this mean? Date: Fri, 3 Oct 2003 12:22:34 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4024 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org