From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21698 invoked by alias); 29 Apr 2002 14:08:39 -0000 Mailing-List: contact rhug-rhats-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: rhug-rhats-owner@sources.redhat.com Received: (qmail 21680 invoked from network); 29 Apr 2002 14:08:38 -0000 Received: from unknown (HELO potter.sfbay.redhat.com) (205.180.83.107) by sources.redhat.com with SMTP; 29 Apr 2002 14:08:38 -0000 Received: from to-dhcp20.toronto.redhat.com (vpn50-17.rdu.redhat.com [172.16.50.17]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g3TE7jv20874; Mon, 29 Apr 2002 07:07:45 -0700 Subject: Re: tomcat 4 jsp compilation status? From: Anthony Green To: Don Smith Cc: rhug-rhats@sources.redhat.com In-Reply-To: <3CCD50A5.9090102@umdnj.edu> References: <3CC9B98A.1070506@umdnj.edu> <1019925156.3282.6.camel@dhcppc2> <3CCD50A5.9090102@umdnj.edu> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Mon, 29 Apr 2002 07:08:00 -0000 Message-Id: <1020089312.2048.24.camel@dhcppc2> Mime-Version: 1.0 X-SW-Source: 2002-04/txt/msg00010.txt.bz2 On Mon, 2002-04-29 at 06:54, Don Smith wrote: > 1. From what i've read servlets seem to work, is this so, and if so how. > I ask because it seems that if servlets work then jsps should be not to > complicated as long as i can compile them to .class servlets Just compile and install tomcat from rhug. I don't think the install procedure is very sophisticated right now. Find the directory where the webapps are supposed to be and compile then servlets to .class or .so files. It should really be that easy. > 2. what version of gcj should i use to try and compile tomcat, is 3.0.4 > new enough or do i need the 3.1 branch You will definitely need the tools on the 3.1 branch. It won't build with anything older anymore (compiler options have changed names, for instance). > 3. has any of this been tried with tomcat4 or just 3.3 Just whatever is in rhug right now. I'd like to get upgrade this to tomcat4 once we get jsp working. > 4. does the connection to apache work? and if so what connector should i > use? does mod_jk work as well Nobody has tried this yet. As you can see, this is mostly uncharted territory. I think it has great potential if we can get it built/working and easy to install. Thanks! AG