Dror
jar cvf classes.jar Foo.class Bar.class
place classes.jar in %TOMCAT_HOME%\shared\lib
Reboot Tomcat
Is this what you're looking for?
-Martin
>From: Dror Matalon <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Packaging JSPs >Date: Sun, 22 Sep 2002 16:33:55 -0700 >MIME-Version: 1.0 >Received: from mc4-f3.law16.hotmail.com ([65.54.237.138]) by mc4-s18.law16.hotmail.com with Microsoft SMTPSVC(5.0.2195.5600); Sun, 22 Sep 2002 16:35:27 -0700 >Received: from swjscmail2.java.sun.com ([192.18.99.108]) by mc4-f3.law16.hotmail.com with Microsoft SMTPSVC(5.0.2195.5600); Sun, 22 Sep 2002 16:34:05 -0700 >Received: from swjscmail1 (swjscmail1.Sun.COM [192.18.99.107])by swjscmail2.java.sun.com (Postfix) with ESMTPid 09D0421B82; Sun, 22 Sep 2002 17:31:51 -0600 (MDT) >Received: from JAVA.SUN.COM by JAVA.SUN.COM (LISTSERV-TCP/IP release 1.8d) with spool id 2954534 for [EMAIL PROTECTED]; Sun, 22 Sep 2002 17:29:56 -0600 >Received: from five.zapatec.com (five.zapatec.com [205.162.5.103]) by swjscmail1.java.sun.com (Postfix) with ESMTP id 35AE24814 for <[EMAIL PROTECTED]>; Sun, 22 Sep 2002 17:29:56 -0600 (MDT) >Received: from four.zapatec.com (four.zapatec.com [205.162.5.102]) by five.zapatec.com (Postfix) with ESMTP id 6964B5F9C for <[EMAIL PROTECTED]>; Sun, 22 Sep 2002 23:33:58 +0000 (GMT) >Received: (from dror@localhost) by four.zapatec.com (8.11.6/8.11.6) id g8MNXvA01503 for [EMAIL PROTECTED]; Sun, 22 Sep 2002 16:33:57 -0700 (PDT) (envelope-from dror) >Delivered-To: [EMAIL PROTECTED] >Mail-Followup-To: A mailing list about Java Server Pages specification and reference <[EMAIL PROTECTED]> >Message-ID: <[EMAIL PROTECTED]> >Sender: A mailing list about Java Server Pages specification and reference <[EMAIL PROTECTED]> >Return-Path: [EMAIL PROTECTED] >X-OriginalArrivalTime: 22 Sep 2002 23:34:05.0437 (UTC) FILETIME=[8A44C2D0:01C26290] > >Hi, > >We have users in different contexts using the same tools which are JSP >files. It'd be nice to precompile them and put them in a jar file. >I know how to find the classes in the work directory (under tomcat) , >but I'd rather make them available as a jar file rather than having to >prepopulate the .jsp and .class files. Is there a way to do this? > > >Thanks, > >Dror > >-- >Dror Matalon >Zapatec Inc >1700 MLK Way >Berkeley, CA 94709 >http://www.zapatec.com > >=========================================================================== >To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". >For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". >Some relevant FAQs on JSP/Servlets can be found at: > > http://archives.java.sun.com/jsp-interest.html > http://java.sun.com/products/jsp/faq.html > http://www.esperanto.org.nz/jsp/jspfaq.jsp > http://www.jguru.com/faq/index.jsp > http://www.jspinsider.com
MSN Photos is the easiest way to share and print your photos: Click Here
=========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
