Return-Path: Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 74010 invoked from network); 8 Aug 2000 11:50:58 -0000 Received: from mx1.decode.is (root@213.167.128.30) by locus.apache.org with SMTP; 8 Aug 2000 11:50:58 -0000 Received: from snote.decode.is (snote.decode.is [172.18.0.6]) by mx1.decode.is (8.9.3/decode) with ESMTP id LAA15388 for ; Tue, 8 Aug 2000 11:49:15 GMT Received: from wp0314 ([172.19.1.225]) by snote.decode.is (Lotus Domino Release 5.0.3 (Intl)) with SMTP id 2000080811531774:702 ; Tue, 8 Aug 2000 11:53:17 +0000 From: =?iso-8859-1?Q?Stef=E1n_Freyr_Stef=E1nsson?= To: Subject: Where are my jar files and what's the difference between the different directories in Tomcat source??? Date: Tue, 8 Aug 2000 11:50:21 -0000 Message-ID: <000601c0012e$e8129830$e10113ac@decode.is> MIME-Version: 1.0 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Importance: Normal X-MIMETrack: Itemize by SMTP Server on DecodeDom/Decode/IS(Release 5.0.3 (Intl)|21 March 2000) at 08.08.2000 11:53:17, Serialize by Router on DecodeDom/Decode/IS(Release 5.0.3 (Intl)|21 March 2000) at 08.08.2000 11:53:18, Serialize complete at 08.08.2000 11:53:18 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Hello... I'm having a hard time understanding this thing here... I've downloaded the Ant tool and the source of Tomcat. I've run "build.bat" and after a few modifications and additions (had to create a JAVA_HOME environment variable and add an XML implementation to my setup) the tomcat builds allright and it even runs! The problem is that I can't find the jar files I was told I'd have (webserver.jar, jasper.jar and server.jar). I want to integrate tomcat into one of my projects and use the webserver and jsp/servlet engine in it... that's why I'm doing this and I need the jar files... but as I said... they are nowhere to be found... I've searched the whole drive and nothing... I posted a question to this list a while ago asking about pointers for stripping tomcat... that is, I only wanted the java files neccesary... no native code and such. I got one answer to that... and that was to build it and use the aforementioned jar files... I expect them to only have the class files so it's not exactly what I wanted but it's better than nothing... But I still would like to get some information about all the different directories within the Tomcat source.... I mean, I have found the same package names in more than one place and even the same java files under different directories.. I'm confused as to which one is used and such since I'm trying to put this in a nice JBuilder project. The reason for that being that I want to modify it a little before I integrate it into my project.. (add SSL support to the internal HTTP server and such). I hope someone can help me with this... as always, anything is greatly appreciated. Thanks, Stefan Freyr