Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 35799 invoked by uid 500); 8 Jul 2001 02:26:44 -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 35792 invoked from network); 8 Jul 2001 02:26:42 -0000 Received: from unknown (HELO criticalsoftware.com) (194.65.152.210) by h31.sny.collab.net with SMTP; 8 Jul 2001 02:26:42 -0000 Received: from raptor (raptor.critical.pt [192.168.3.13]) by criticalsoftware.com (8.11.0/8.11.0) with SMTP id f682QYx69513 for ; Sun, 8 Jul 2001 03:26:34 +0100 (WEST) From: =?iso-8859-1?Q?Carlos_Ferr=E3o?= To: Subject: RE: other files than jsp not processed by tomcat+mod_jk+apache Date: Sun, 8 Jul 2001 03:26:03 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Importance: Normal In-Reply-To: <004501c106db$70f16fc0$43d0803e@cpw.co.uk> X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Hi, My http.conf loads the mod_jk.conf file in tomcat/conf. This file has a /mycontext/*.jsp ajp12 The jsp's are executing through apache fine. Other files like html/gif's are not found under my subcontext. The result is a page with my jsp processed but without images and proper CSS formatting. My WAR file has: /mycontext | .jsp | .html | .css | |__/images |logo.gif Best Regards, Carlos Ferrao -----Original Message----- From: Vinay Menon [mailto:java@vinay.org.uk] Sent: s�bado, 7 de Julho de 2001 12:53 To: tomcat-user@jakarta.apache.org Subject: Re: other files than jsp not processed by tomcat+mod_jk+apache your httpd.conf should explicitly say /context/*.jsp I believe. ----- Original Message ----- From: "Carlos Ferr�o" To: Sent: Saturday, July 07, 2001 6:08 AM Subject: other files than jsp not processed by tomcat+mod_jk+apache > > Hello list, > > I'm running Tomcat3.2.2 embedded in JBoss. > I integrated tomcat with apache through mod_jk in order to avoid > http://url:8080 port specification and to make apache process the html. > > My problem is that under a context in Tomcat only the jsp files are > processed. It doesn't find any images or html files and it doesn't process > them. How should I configure tomcat so .jsp files are processed by tomcat > but html/images files under my tomcat context are processed by apache?? > > If I access to my context through http://url:8080/mycontext, tomcat's http > port everything runs fine. > My war file is deployed in Jboss's deploy dir but this shouldn't be a > problem. > > Yours desperate, > Carlos Ferrao >