Return-Path: Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-dev@jakarta.apache.org Delivered-To: moderator for tomcat-dev@jakarta.apache.org Received: (qmail 46277 invoked from network); 8 Feb 2000 13:24:43 -0000 Received: from unknown (HELO neptune.improve.fr) (212.208.160.129) by locus.apache.org with SMTP; 8 Feb 2000 13:24:43 -0000 Received: from kaya ([212.129.5.151]) by neptune.improve.fr (Netscape Messaging Server 3.5) with SMTP id 503 for ; Tue, 8 Feb 2000 14:18:43 +0100 Message-ID: <009a01bf7237$d02b0030$0100000a@kaya> From: sebastien.letelie@improve.fr To: Subject: problem install with apache Date: Tue, 8 Feb 2000 14:24:09 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0097_01BF7240.299A3A70" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.0810.800 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.0810.800 ------=_NextPart_000_0097_01BF7240.299A3A70 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable hi, i try to install tomcat3.0 under Windows NT4 (SP5) on Apache 1.3.9 i replace in my httpd.conf the line : Include "c:\servlet\jserv\conf\jserv.conf" with : Include "f:/tmp/tomcat/tomcat/etc/tomcat.conf" i restart the apache server and i try http://localhost/examples and i have an Internal Server Error with no log in error.log I don't understand ! i have to change something in my tomcat.conf ? i have to change something in server.xml ? (i use the default httpd.conf i never change anything on it) NB: before i use jserv 11b3 with GNUJSP could you help me please ? thanks this is my tomcat.conf file : #########################################################################= ###### # Apache JServ Configuration File # #########################################################################= ###### # Note: this file should be appended or included into your httpd.conf # Tell Apache on win32 to load the Apache JServ communication module LoadModule jserv_module modules/ApacheModuleJServ.dll # Tell Apache on Unix to load the Apache JServ communication module # For shared object builds only!!! # @LOAD_OR_NOT@LoadModule jserv_module @LIBEXECDIR@/mod_jserv.so #LoadModule jserv_module libexec/mod_jserv.so # Do not edit!=20 ApJServManual on ApJServDefaultProtocol ajpv12 ApJServSecretKey DISABLED ApJServMountCopy on ApJServLogLevel notice ### Change if you run tomcat on a different host #ApJServDefaultHost localhost ApJServDefaultPort 8007 #################### All jsp files will go to tomcat = #################### ApJServMount default /root AddType test/jsp .jsp AddHandler jserv-servlet .jsp ############################## Context mapping - all requests go to = tomcat ApJServMount /examples /root ############################## Context mapping - you need to "deploy" # ( copy or ln -s ) the context into htdocs ## # ApJservMount /CONTEXT/servlet /root # # AllowOverride None # deny from all # =20 ------=_NextPart_000_0097_01BF7240.299A3A70--