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 4095 invoked from network); 19 Jul 2000 23:19:17 -0000 Received: from unknown (HELO mail.int.goliathfalls.com) (208.249.240.2) by locus.apache.org with SMTP; 19 Jul 2000 23:19:17 -0000 Received: by mail.int.goliathfalls.com with Internet Mail Service (5.5.2650.21) id <34WR8HYJ>; Wed, 19 Jul 2000 18:21:41 -0500 Message-ID: From: "Kalusniak, Jeff" To: "'tomcat-user@jakarta.apache.org'" Subject: RE: MINimum tomcat configuration Date: Wed, 19 Jul 2000 18:21:40 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N You need an Ajp12 connection handler when not in standalone! -----Original Message----- From: Holger Bille [mailto:holger.bille@get2net.dk] Sent: Wednesday, July 19, 2000 5:55 PM To: tomcat-user@jakarta.apache.org Subject: MINimum tomcat configuration Newbie question: I'm almost embarrassed to bring this up but I have failed utterly in finding anything usefull in the FAQ and other ressources. What is the minimum (stand alone) configuration of tomcat? 1. What files are needed? (jar, java, class, script...) 2. How exactly should they be organized? 3. PATH and CLASSPATH? 4. server.xml? 5. web.xml? 6. Other configuration files? References to ressources on the net are welcome. I have tried the apache ressources, but they didn't work for me. I took what I thought was an out-of-the-box package (jakarta-tomcat.zip) but it didn't work at all. Here's my current server.xml: But when I start up tomcat it ends up saying: Starting endpoint port="0" handler="org.apache.tomcat.service.http.HttpConnectionHandler" I would expext 'port' to be "80" - and of course I can't connect to it! Please forgive for posting this very fundamental issue - but I have wasted WAY too much time on getting nowhere! Thanx! /HOLGER