Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 97316 invoked from network); 2 Jun 2010 15:29:14 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Jun 2010 15:29:14 -0000 Received: (qmail 19544 invoked by uid 500); 2 Jun 2010 15:29:10 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 19484 invoked by uid 500); 2 Jun 2010 15:29:10 -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 19475 invoked by uid 99); 2 Jun 2010 15:29:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jun 2010 15:29:10 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jeff.ramin@singlewire.com designates 74.125.149.77 as permitted sender) Received: from [74.125.149.77] (HELO na3sys009aog106.obsmtp.com) (74.125.149.77) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 02 Jun 2010 15:29:01 +0000 Received: from source ([209.85.214.169]) by na3sys009aob106.postini.com ([74.125.148.12]) with SMTP ID DSNKTAZ4pwsUiG29n3jpOAR1G+s4eoAJm5JQ@postini.com; Wed, 02 Jun 2010 08:28:41 PDT Received: by mail-iw0-f169.google.com with SMTP id 39so1672244iwn.0 for ; Wed, 02 Jun 2010 08:28:39 -0700 (PDT) Received: by 10.231.178.132 with SMTP id bm4mr10039776ibb.62.1275492519710; Wed, 02 Jun 2010 08:28:39 -0700 (PDT) Received: from [172.30.228.7] (h96-61-240-90.mdsnwi.tisp.static.tds.net [96.61.240.90]) by mx.google.com with ESMTPS id d9sm37068063ibl.10.2010.06.02.08.28.37 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 02 Jun 2010 08:28:38 -0700 (PDT) Message-ID: <4C0678A3.6020101@singlewire.com> Date: Wed, 02 Jun 2010 10:28:35 -0500 From: Jeff Ramin User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100423 Lightning/1.0b1 Thunderbird/3.0.4 ThunderBrowse/3.2.8.1 MIME-Version: 1.0 To: users@tomcat.apache.org Subject: Re: possible to define/deploy a context but not start it? References: <4C00065D.9090808@singlewire.com> <4C002DCC.7040809@pidster.com> <4C053723.70609@singlewire.com> <99C8B2929B39C24493377AC7A121E21F98E4ED3D0E@USEA-EXCH8.na.uis.unisys.com> <4C054B0E.8010107@singlewire.com> <99C8B2929B39C24493377AC7A121E21F98E4ED3FAD@USEA-EXCH8.na.uis.unisys.com> <4C0551AB.5050203@singlewire.com> In-Reply-To: <4C0551AB.5050203@singlewire.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I've been experimenting some more, and can't seem to find a solution to my situation. Deploying an app via JMX seems to be broken. Anybody have any ideas, or is this unworkable? Thanks. > On 06/01/2010 01:20 PM, Caldarale, Charles R wrote: >>> From: Jeff Ramin [mailto:jeff.ramin@singlewire.com] >>> Subject: Re: possible to define/deploy a context but not start it? >>> >>> Yes, I've done this. However, I don't see a way to deploy/start my app. >>> If I start jconsole when starting tomcat like this, the WebModule beans >>> I would use to deploy/start my app are not present. >> That MBean doesn't get created until an app is deployed. Instead, >> you should be able to use the Catalina/Deployer MBean (but I haven't >> gotten it to work yet). > This would be an acceptable solution. However, like you experienced, > the deployer mBean doesn't > seem to deploy my app. > >> As a workaround, you could use the HTTP text interface to the >> manager webapp. > I'm trying to avoid running the manager webapp, if at all possible. > > Thanks. > -- Jeff Ramin Software Engineer Singlewire Software 2601 W Beltline Hwy #510 Madison, WI 53713 Phone Direct - 608.661.1172 www.singlewire.com --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org