Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 4395 invoked by uid 500); 6 Jul 2001 06:25:43 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: tomcat-user@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 4384 invoked from network); 6 Jul 2001 06:25:41 -0000 Received: from mail.planetone.at (HELO e250.austriaONE.at) (193.81.245.30) by h31.sny.collab.net with SMTP; 6 Jul 2001 06:25:41 -0000 Received: from FABRIK ([213.157.130.38]) by e250.austriaONE.at (8.9.1b+Sun/8.9.3) with SMTP id IAA04815 for ; Fri, 6 Jul 2001 08:25:44 +0200 (MET DST) Reply-To: From: "Mario Meisenberger" To: Subject: tomcat start Date: Fri, 6 Jul 2001 08:25:49 +0200 Message-ID: <003f01c105e4$80068d80$5805a8c0@LABOR.local> 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 CWS, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N hi, I am new to tomcat but not new to servlets and jserv. but i cannot get my project to live with tomcat. CONFIGURATION ============= Apache ====== htpd.conf --------- I added the following line Include "G:/Programme/ApacheGroup/apache322/conf/mod_jk.conf" mod_jk ------ I use the auto-conf generated file rename to mod_jk.conf I only changed the AJP from 12 to 13 within the profiler servlet jkmount ---------------------------- JkMount /*.jsp ajp12 JkMount /servlet/* ajp12 ######################################################### # Auto configuration for the /profiler context starts. ######################################################### # # The following line makes apache aware of the location of the /profiler context # Alias /profiler "G:/Programme/ApacheGroup/tomcat322/webapps/labor" Options Indexes FollowSymLinks # # The following line mounts all JSP files and the /servlet/ uri to tomcat # JkMount /profiler/servlet/* ajp13 JkMount /profiler/*.jsp ajp12 # # The following line prohibits users from directly accessing WEB-INF # AllowOverride None deny from all # # Use Directory too. On Windows, Location doesn't work unless case matches # AllowOverride None deny from all # # The following line prohibits users from directly accessing META-INF # AllowOverride None deny from all # # Use Directory too. On Windows, Location doesn't work unless case matches # AllowOverride None deny from all -------------------------------------- Tomcat ====== Server.xml ---------- I added the following connector I added the following context Web.xml ------- I changed nothing MY SERVLET APPLICATION ====================== I generated the following directories in /tomcat322/webapps /profiler subdirectories and files index.html hellol.html /META-INF /WEB-INF /classes /web.xml by the way both static pages work fine when i type http://localhost/profiler/ http://localhost/profiler/hello.html my own web.xml -------------- ------------------------------------ profiler com/labor/profiler/iface/servlets/Pr_BE_Servlet.class param1 value1 profiler /profiler/* a /foo1/* /bar1/* GET POST a /foo2/* /bar2/* manager role1 CONFIDENTIAL ------------------------------------ yes thats it ;) can anyone tell me where to change something to get the thing run? or simply an error message that tells me anything ;)) thanks in advance Mario