From owner-freebsd-ports@FreeBSD.ORG Tue May 13 01:55:37 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB72B37B401; Tue, 13 May 2003 01:55:37 -0700 (PDT) Received: from mail.cordis.lu (mail.cordis.lu [212.190.217.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C18943F75; Tue, 13 May 2003 01:55:36 -0700 (PDT) (envelope-from a.carter@cordis.lu) Received: from mailsvr.intrasoft.lu (mail.intrasoft.lu [212.190.217.251]) by mail.cordis.lu (8.12.8/8.12.8) with ESMTP id h4D99h36001819; Tue, 13 May 2003 11:09:44 +0200 Received: by mail.intrasoft.lu with Internet Mail Service (5.5.2656.59) id ; Tue, 13 May 2003 10:51:39 +0200 Received: from 212.190.217.170 ([212.190.217.170]) by mailsvr.intrasoft.lu with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2656.59) id JS23C0XL; Tue, 13 May 2003 10:51:28 +0200 From: CARTER Anthony To: znerd@FreeBSD.org Organization: Intrasoft Date: Tue, 13 May 2003 10:56:22 +0200 User-Agent: KMail/1.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200305131056.22704.a.carter@intrasoft.lu> X-Spam-Status: No, hits=-105.8 required=4.2 tests=USER_AGENT_KMAIL,USER_IN_WHITELIST version=2.53 X-Spam-Checker-Version: SpamAssassin 2.53 (1.174.2.15-2003-03-30-exp) cc: ports@FreeBSD.org Subject: FreeBSD Port: jakarta-tomcat-4.1.24 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2003 08:55:38 -0000 I am having problems with this version of jakarta...The doc says that the default connection is on port 8080 for tests, but the actual server.xml file points rather to 8180... But when I try and bind to that directory I get: HTTP Status 500 - message description: The server encountered an internal error () that prevented if from fulfilling this request exception: org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: -1 in the jsp file: null Generated servlet error: [javac] Since fork is true, ignoring compiler setting. [javac] Compiling 1 source file [javac] Since fork is true, ignoring compiler setting. and the a whole host of: at org.apache.jasper.compiler.DefaultErrorHandler.javacError (DefaultErrorHandler.java:130) ... Now, in the log there is an error running javac, and I noticed that on the Jakarta website you need 1.3x java for this version of jakarta...however the requirements for FreeBSD port is still 1.2.2p11...Is this right? Any ideas anyone? I don't mind giving more log files if necessary. Thanks, Anthony Carter