Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 69653 invoked from network); 4 Feb 2003 03:56:27 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 4 Feb 2003 03:56:27 -0000 Received: (qmail 15317 invoked by uid 97); 4 Feb 2003 03:58:03 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 15310 invoked from network); 4 Feb 2003 03:58:03 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 4 Feb 2003 03:58:03 -0000 Received: (qmail 68269 invoked by uid 500); 4 Feb 2003 03:56:07 -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 68254 invoked from network); 4 Feb 2003 03:56:06 -0000 Received: from web10807.mail.yahoo.com (216.136.130.249) by daedalus.apache.org with SMTP; 4 Feb 2003 03:56:06 -0000 Message-ID: <20030204035616.55103.qmail@web10807.mail.yahoo.com> Received: from [203.90.70.166] by web10807.mail.yahoo.com via HTTP; Mon, 03 Feb 2003 19:56:16 PST Date: Mon, 3 Feb 2003 19:56:16 -0800 (PST) From: paridhi bansal Subject: Throwing jar file through servlet..CODEBASE problem To: tomcat-user@jakarta.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi!! I have a servlet throwing a jar file with a main applet..I have my directory test within webapps directory..I have kept my servlet in /test/WEB-INF/ classes/ directory.. Where should i keep my applet and jar file so that they can be accessed ..I am using tag for throwing jar and applet through servlet..I have to set CODEBASE field in my servlet ccordingly..if i set it to /test, i ned to keep applet class file and jar file in /webapps/test directory . But this has public access and iy shows the directory listing if accessed..and i want to keep my applet and jar files in side WEB-INF(private access)..So what should be the codebase and in which directory shld i keep my jar file and the applet????? Regards, Paridhi __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org