Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 36903 invoked from network); 14 Jan 2009 18:34:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Jan 2009 18:34:15 -0000 Received: (qmail 33002 invoked by uid 500); 14 Jan 2009 18:34:04 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 32711 invoked by uid 500); 14 Jan 2009 18:34:03 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 32700 invoked by uid 99); 14 Jan 2009 18:34:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jan 2009 10:34:03 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of andremailinglist@gmail.com designates 209.85.134.186 as permitted sender) Received: from [209.85.134.186] (HELO mu-out-0910.google.com) (209.85.134.186) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jan 2009 18:33:56 +0000 Received: by mu-out-0910.google.com with SMTP id w9so393256mue.4 for ; Wed, 14 Jan 2009 10:33:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=Cv9AeB+so+W/3IvtcejY1bJctkTBxX7HTqOGw56IWI8=; b=hypeEDynnGdpHt3vG7M4poVC3SdbQNGJyoOcz2q9LmfEFaWysMsq4O7sfcec+Ce/X0 jOrcrwfCEN6tS+ecf3ie6EZfvBde4B6UhPgEJrsNMnA5QPZ08Fe+jn9qMTSamBwRDiyR TbNofVmAMo0fsX26hP3kp0VOcJu+RrGTJGE70= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=K8A7c2f2kfFVYsZsgmOtqLaTBiEGaiwqt2HhQmReBh6tqDH8xthes+Qx8m4hOKK8mC Ur1xOtPTcmRQXVPJynKcmzvfrX/YLNTXRJzpUgLE8ANJzrg5rISFQQxc+obWuCLjU9MK CwlfMEJC+nn+lfPd6plqCeKPen2XYup9gfBfk= MIME-Version: 1.0 Received: by 10.103.160.10 with SMTP id m10mr230748muo.50.1231958014844; Wed, 14 Jan 2009 10:33:34 -0800 (PST) In-Reply-To: <640358900901141031g62790b8cge1e1833c8046173e@mail.gmail.com> References: <640358900901141015i38984444o3285f4a4217ce760@mail.gmail.com> <640358900901141031g62790b8cge1e1833c8046173e@mail.gmail.com> Date: Wed, 14 Jan 2009 18:33:34 +0000 Message-ID: <640358900901141033w5c8ce486q1ed0139110b5fb3@mail.gmail.com> Subject: Re: Tomcat and coldfusion From: Andrew Hole To: Tomcat Users List Content-Type: multipart/alternative; boundary=0016e65bc1ceda5f0304607593ba X-Virus-Checked: Checked by ClamAV on apache.org --0016e65bc1ceda5f0304607593ba Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sure. cfusion web.xml is the following: Adobe ColdFusion 8 Adobe ColdFusion 8 cftags /WEB-INF/cftags Path to search for built-in tags. Relative to application root. This parameter can only be one path element. coldfusion.compiler.outputDir /WEB-INF/cfclasses This is the directory where we will place compiled pages. It must be relative to the webapp root. cfx.registry.nativelibrary cfregistry Native library that implements CFX_REGISTRY. Used on Windows only. cfx.report.nativelibrary cfreport Native library that implements CFX_REPORT. Used on Windows only. cf.class.path ./WEB-INF/cfusion/lib/updates,./WEB-INF/cfusion/lib,./WEB-INF/cfusion/gateway/lib,./WEB-INF/flex/jars,./WEB-INF/cfform/jars cf.lib.path ./WEB-INF/cfusion/lib CFMonitoringFilter coldfusion.bootstrap.BootstrapFilter filter.class coldfusion.monitor.event.MonitoringServletFilter CFCacheFilter coldfusion.bootstrap.BootstrapFilter filter.class flex.server.j2ee.cache.CacheFilter FlashRemotingControlFilter coldfusion.bootstrap.BootstrapFilter filter.class coldfusion.filter.FlashRequestControlFilter :$ CFCServlet *.cfr CFFormGateway /CFFormGateway/* CFFileServlet /CFFileServlet/* CFInternalServlet /cfform-internal/* CFSwfServlet *.cfswf CFForbiddenServlet *.as CFForbiddenServlet *.sws CFForbiddenServlet *.swc 30 index.cfm index.html index.htm On Wed, Jan 14, 2009 at 6:31 PM, Andrew Hole wrote: > just to say one more thing: > this only happens when cfusion war is deployed in tomcat. If i try to > shutdown without cfusion.war deployed, everything works fine. > I'm seeing the cfusion log and there are no errors in stopping cfusion > engine. > > Thanks > > > On Wed, Jan 14, 2009 at 6:15 PM, Andrew Hole wrote: > >> Hello guys! >> >> I deployed coldfusion on Tomcat and everything looks fine to me except >> when I shutdown the service. >> This deployment was made in Linux. >> >> Jan 14, 2009 5:29:43 PM org.apache.coyote.http11.Http11BaseProtocol pause >> INFO: Pausing Coyote HTTP/1.1 on http-8189 >> Jan 14, 2009 5:29:44 PM org.apache.catalina.core.StandardService stop >> INFO: Stopping service Catalina >> 01/14 17:29:44 Information [main] - Stopping Event Gateways. >> 01/14 17:29:49 Information [main] - ColdFusion stopped >> Jan 14, 2009 5:29:49 PM org.apache.catalina.startup.ContextConfig stop >> FINE: ContextConfig: Processing STOP >> Jan 14, 2009 5:29:49 PM org.apache.catalina.startup.ContextConfig stop >> FINE: ContextConfig: Processing STOP >> Jan 14, 2009 5:29:49 PM org.apache.coyote.http11.Http11BaseProtocol >> destroy >> INFO: Stopping Coyote HTTP/1.1 on http-8189 >> >> It looks that tomcat is stopped but the tomcat process still alive in the >> server. >> Do you have any suggestion about this issue? I'm very concerned about this >> problem. >> >> Thanks a lot >> >> > --0016e65bc1ceda5f0304607593ba--