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 52697 invoked from network); 14 Aug 2000 23:15:38 -0000 Received: from magnum-tech.com (207.159.140.194) by locus.apache.org with SMTP; 14 Aug 2000 23:15:38 -0000 Received: from magwin2000 ([216.161.17.18]) by magnum-tech.com (8.9.3/8.9.3) with SMTP id SAA07899 for ; Mon, 14 Aug 2000 18:15:37 -0500 (CDT) From: "Syed Mahmoods" To: Subject: tomct3.1 -apache1.3.12 testing Date: Mon, 14 Aug 2000 18:11:06 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 In-Reply-To: <39987860.6085B7A5@bga.com> Importance: Normal X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N I have a little problem with apache1.3.12 and tomcat3.1 combination. I am new to tomcat so I need a lot of help. I installed the two on a solaris 2.6 box. I have no idea how to test this config. I have my servlet dir defined as "/home/mahmoods/apache_1.3.12/htdocs/serv" Here is what I added in the tomcat.conf ApJservMount /serv /root I added the following lines in the server.xml for the tomcat: I added the following line in the httpd.conf: include /home/mahmoods/jakarta-tomcat/conf/tomcat-apache.conf Now that I try to bring up the "hostname/serv/HelloWorldExample" servlet. If the java file is in the same dir, then I get the java file, otherwisw I get some strage "stuff" back. E?o?-c789:;<=>?@ABCDFNVaJWXYZ[\] % & ' ( ) * + , - . E1 E5 Q3 S4 T2 U/ ^5 _M `5 b0()Ljava/io/PrintWriter;()Ljava/lang/String;()V&(Ljava/lang/String;) Ljava/lang/String;,(Ljava/lang/String;)Ljava/lang/StringBuffer;.(Ljava/lan g/String;)Ljava/util/ResourceBundle;(Ljava/lang/String;)VR(Ljavax/servlet /http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V What resources can I look at on the web or otherwise to move ahead? Thanks in advance for all the help. Syed