Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 90340 invoked from network); 15 Apr 2005 15:56:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Apr 2005 15:56:47 -0000 Received: (qmail 15502 invoked by uid 500); 15 Apr 2005 15:56:03 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 15454 invoked by uid 500); 15 Apr 2005 15:56:01 -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 15405 invoked by uid 99); 15 Apr 2005 15:56:00 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from 1-85-13-69.cust.propagation.net (HELO turquoise.propagation.net) (69.13.85.1) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 15 Apr 2005 08:55:58 -0700 Received: from [192.168.0.108] (dsl81-214-2243.adsl.ttnet.net.tr [81.214.8.195]) by turquoise.propagation.net (8.11.6p2/8.11.6) with ESMTP id j3FFtoc11701 for ; Fri, 15 Apr 2005 10:55:51 -0500 Message-ID: <425FE409.5060906@riskturk.com> Date: Fri, 15 Apr 2005 18:55:53 +0300 From: =?UTF-8?B?IkFsdHXEnyBCLiBBbHTEsW50YcWfIg==?= Reply-To: altuga@riskturk.com User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomcat Users List Subject: Re: finding context's jar file References: <00d201c556be$0d3a32a0$0c02a8c0@TURBO1> <425ECDA8.4020208@riskturk.com> In-Reply-To: <425ECDA8.4020208@riskturk.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I found the answer String classpath = (String) request.getSession() .getServletContext().getAttribute( "org.apache.catalina.jsp_classpath"); Regards. Altuğ B. Altıntaş wrote: > I need to find which jar files are being used in one context, > > for example below code can give me some information about > sun.boot.class.path > > > > <% > String classpath = System.getProperty("sun.boot.class.path"); > out.println(" " + classpath); %> > > > > > Is there anything like that : > > > <% > String classpath = System.getProperty("tomcat.context.class.path"); > out.println(" " + classpath); %> > > > Any idea ? > > Regards. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org