Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 50742 invoked from network); 15 Oct 2007 08:14:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Oct 2007 08:14:55 -0000 Received: (qmail 30584 invoked by uid 500); 15 Oct 2007 08:14:32 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 30570 invoked by uid 500); 15 Oct 2007 08:14:32 -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 30559 invoked by uid 99); 15 Oct 2007 08:14:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Oct 2007 01:14:32 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of p@pidster.com designates 87.106.82.221 as permitted sender) Received: from [87.106.82.221] (HELO s15243851.onlinehome-server.info) (87.106.82.221) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Oct 2007 08:14:34 +0000 Received: (qmail 20031 invoked from network); 15 Oct 2007 09:14:11 +0100 Received: from 87-194-39-44.bethere.co.uk (HELO phoenix.config) (87.194.39.44) by s15243851.onlinehome-server.info with SMTP; 15 Oct 2007 09:14:11 +0100 Message-ID: <4713212A.8050406@pidster.com> Date: Mon, 15 Oct 2007 09:13:30 +0100 From: Pid Reply-To: p@pidster.com Organization: Pid Inc User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Reload web application from my JSP References: <640358900710150058i5bad0a76na86fd96d16ceac6a@mail.gmail.com> In-Reply-To: <640358900710150058i5bad0a76na86fd96d16ceac6a@mail.gmail.com> X-Enigmail-Version: 0.95.3 OpenPGP: id=0927AE57 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Andrew Hole wrote: > How can I , inside my JSP, call manager url to reload my web > application? I need to call my JSP, because I do more things than > reload. Urgh - not sure you really want to write a web UI that manipulates another web UI. You could look into JMX, Tomcat implements useful API functions using this technology. I have a feeling that the manager servlet implements JMX to control Tomcat. p > Thanks a lot > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > > --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org