From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22916 invoked by alias); 17 May 2002 02:51:27 -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 22902 invoked from network); 17 May 2002 02:51:26 -0000 Received: from unknown (HELO potter.sfbay.redhat.com) (205.180.83.107) by sources.redhat.com with SMTP; 17 May 2002 02:51:26 -0000 Received: from dhcp-172-16-25-188.sfbay.redhat.com (vpn3-2.sfbay.redhat.com [172.16.25.2]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g4H2nrv08988; Thu, 16 May 2002 19:49:53 -0700 Subject: Re: gcj/tomcat jsp works with gcj 3.1 From: Anthony Green To: Anthony Green Cc: rhug-rhats@sources.redhat.com In-Reply-To: <1021314586.1813.17.camel@dhcppc2> References: <1021314586.1813.17.camel@dhcppc2> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Thu, 16 May 2002 19:51:00 -0000 Message-Id: <1021603882.1662.19.camel@dhcppc2> Mime-Version: 1.0 X-SW-Source: 2002-05/txt/msg00002.txt.bz2 On Mon, 2002-05-13 at 11:29, Anthony Green wrote: > I have a couple of installation fixes to commit tonight, but then it's > pretty much good to go. It took a bit longer than I thought, but I've committed the changes now. To get tomcat running.... 1) Install GCC 3.1. Make sure you've configure with thread support (--enable-threads) 2) Check out rhug, and configure with "--disable-static". This is a work around for libtool breakage. 3) Build and install xerces and jakarta-tomcat 4) Run the installed 'tomcat' binary 5) Point your browser at http://localhost:8080/ Let me know if you got this working. Once the spec files have been cleaned up we can make binary RPMs for Linux. AG