Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 17690 invoked from network); 17 Jul 2000 17:05:24 -0000 Received: from unknown (HELO mail.moment.net) (204.96.220.2) by locus.apache.org with SMTP; 17 Jul 2000 17:05:24 -0000 Received: (qmail 2425 invoked from network); 17 Jul 2000 17:05:23 -0000 Received: from sys-admin.moment.net (HELO sysadmin) (204.96.220.17) by mail.moment.net with SMTP; 17 Jul 2000 17:05:23 -0000 Reply-To: From: "Patrick Price" To: Subject: PHP/Tomcat ? Date: Mon, 17 Jul 2000 12:06:14 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 In-Reply-To: <0BF24C69ABB3D31188A1009027DC525914C01B@whhdemnts01.server.demon.net> Should I even try to include PHP with the compilation or is that too problematic? Thanks, Patrick Price Momentum Online -----Original Message----- From: Gladwell, Ricardo [mailto:ricardo.gladwell@demon.net] Sent: Monday, July 17, 2000 11:17 AM To: 'tomcat-user@jakarta.apache.org' Cc: 'Patrick Price' Subject: HOW TO Hack The Installation of Tomcat on Unix (was RE: Help!) Dear All I am forwarding you a revised version of a document I have been compiling for the installation of Apache Jakarta Tomcat. The source and binary builds of tomcat can be downloaded from http://jakarta.apache.com and I suggest you grab both (name them jakarta-tomcat-src.tar.gz and jakarta-tomcat-bin.tar.gz). As usual, extract the binary to <> and the source to >. To perform a correct installation of tomcat you need to correct a couple of files and execute the <<%SRC_DIR%/jakarta-tomcat/src/build/do_build_apache1.3>> script which recompiles apache. You will need to make the following amendments to <>: 1) swap occurrences of apjv12 for jserv 2) change the line referencing <> to point to <<%SRC_DIR%/jakart-tomcat/src/native/jserv.mod_jserv.c Then, execute the following: > export SRC_DIR=/usr/local/src > export APACHE_HOME=/usr/local/apache and then execute this script. If this script still fails, particularly if this script reports the error that <> cannot be found then your can remedy this by copying the header file from its source location in <> to <>. Once this has occurred perform the following copy command: > cp /usr/local/src/jakarta-tomcat/src/native/apache/jserv/mod_jserv.so /usr/local/apache/libexec/ -- Ricardo Gladwell, Web Developer Demon Internet, Westhumble House, Dorking Business Park, Dorking. RH4 1HJ Tel: +44 (01306) 732 356 Mobile: +44 (07779) 841 444 > -----Original Message----- > From: Patrick Price [mailto:jp@moment.net] > Sent: 17 July 2000 17:15 > To: tomcat-user@jakarta.apache.org > Subject: Help! > > > > Can anyone point me in the right direction to: > > 1: compile tomcat under FreeBSD 3.4 > 2: explain whether I need to recompile Apache (already has > PHP, Mod-SSL and > I'm loathe to recompile) > 3: find documentation for tomcat! > > or explain what to do with the /linux/i386/mod_jserv.so file ? > > Currently I'm getting this when trying to start the compile: > > #./build.sh > Unable to initialize threads: cannot find class java/lang/Thread > > The faq-o-matic is broken and I'm totally lost without any > documentation. > I'm new to Java, JDK, JSP, etc. > > What I'm trying to do is get ready to use Macromedia > Dreamweaver Ultradev > using JSP to access MS Access database via JDBC or > something.... this is > all new > > Thanks, > Patrick Price > Momentum Online >