Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 97190 invoked by uid 500); 14 Feb 2003 15:48:39 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 97167 invoked from network); 14 Feb 2003 15:48:38 -0000 Received: from f170.sea1.hotmail.com (HELO hotmail.com) (207.68.163.170) by daedalus.apache.org with SMTP; 14 Feb 2003 15:48:38 -0000 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 14 Feb 2003 07:48:40 -0800 Received: from 168.179.102.118 by sea1fd.sea1.hotmail.msn.com with HTTP; Fri, 14 Feb 2003 15:48:40 GMT X-Originating-IP: [168.179.102.118] From: "Manoj Kithany" To: users@httpd.apache.org Bcc: Date: Fri, 14 Feb 2003 15:48:40 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 14 Feb 2003 15:48:40.0783 (UTC) FILETIME=[8BC675F0:01C2D440] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: [users@httpd] Simple WAR on Apache + Tomcat + JBoss Hi: I have a simple WAR file 'mig.war' and want to see if that wokrs on Architecture - Apache + JBoss(Tomcat). I have my mig.war file in /jboss/server/default/deploy I have my mod_jk.so connector in /usr/local/apache/libexec directory My httpd.conf has following information at end: --------------------------------------------------------- LoadModule jk_module libexec/mod_jk.so JkWorkersFile /jboss/catalina/conf/jk/workers.properties JkLogFile /usr/local/apache/logs/mod_jk.log JkLogLevel info JKMount /examples/servlet/* ajp13 JKMount /examples/*.jsp ajp13 JKMount /mig/servlet/* ajp13 JKMount /mig/*.jsp ajp13 JKMount /mig/* ajp13 --------------------------------------------------------- My workers.properties file contains --------------------------------------------------------- workers.tomcat_home=/jboss/catalina workers.java_home=/usr/java130 ps=/ worker.list=ajp13 worker.ajp13.port=8009 worker.ajp13.host=MY.IP.ADDR.ESS worker.ajp13.type=ajp13 ------------------------------------------------------- My tomcat4-service.xml file has following: ------------------------------------------------------- ------------------------------------------------------ By the way why should Port be 8009...? should it be 8080? Can anyone see if the above process is proper? When I try http://MY.IP.ADDR.ESS on my browser, it shows my Welcome Apache Page...which shows Apache is working fine. Later when I try http://MY.IP.ADDR.ESS/mig is says Page Not Found Error When I add Port 8080 as http://MY.IP.ADDR.ESS:8080/mig it works fine... How can I know if my Apache + Tomcat Integration is working fine and that Apache REDIRECTS my JSP/Servlets to Tomcat? Should I start my Jboss first or Apache first? THANK YOU ALL! _________________________________________________________________ STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org