Return-Path: Delivered-To: apmail-jakarta-struts-user-archive@www.apache.org Received: (qmail 89982 invoked from network); 1 Dec 2003 16:03:22 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 1 Dec 2003 16:03:22 -0000 Received: (qmail 5676 invoked by uid 500); 1 Dec 2003 16:02:59 -0000 Delivered-To: apmail-jakarta-struts-user-archive@jakarta.apache.org Received: (qmail 5652 invoked by uid 500); 1 Dec 2003 16:02:59 -0000 Mailing-List: contact struts-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list struts-user@jakarta.apache.org Received: (qmail 5639 invoked from network); 1 Dec 2003 16:02:58 -0000 Received: from unknown (HELO dotech.com) (64.80.105.37) by daedalus.apache.org with SMTP; 1 Dec 2003 16:02:58 -0000 Received: (from apache@localhost) by dotech.com (8.11.6/8.11.6) id hB1G30g29127; Mon, 1 Dec 2003 11:03:00 -0500 Received: from 141.123.110.69 ( [141.123.110.69]) as user kris@localhost by internal.dotech.com with HTTP; Mon, 1 Dec 2003 11:03:00 -0500 Message-ID: <1070294580.3fcb66341fa8f@internal.dotech.com> Date: Mon, 1 Dec 2003 11:03:00 -0500 From: Kris Schneider To: Struts Users Mailing List Subject: Re: Assigning a single struts action to a Weblogic 6.1 SP5 ExecuteQueue References: <67FF8F5210699643BAEC676196D33AA4019561E0@IFMAILSRV1.Mail.ifdsgroup.co.uk> In-Reply-To: <67FF8F5210699643BAEC676196D33AA4019561E0@IFMAILSRV1.Mail.ifdsgroup.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.1 X-Originating-IP: 141.123.110.69 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Don't think so. Assignment to an execute queue is done through a servlet init parameter like so: ... wl-dispatch-policy QueueName Which means that you could assign the Struts ActionServlet to an execute queue, but not a subset of its actions. If you really need some piece of code to run within a different execute queue, you'll probably need to code up a separate servlet. Of course, the usual cautions about coding to a specific container and its feature set apply... Quoting "Giangregorio, Paul" : > > Is it possible to assign a struts action (one action within the > struts-config.xml file) to a specific ExecuteQueue within Weblogic? My > application is currently being serviced by the *default* queue - i.e. all of > the struts actions are serviced by the default queue. I have particular > action that I want serviced by a different queue. > > Many thanks. -- Kris Schneider D.O.Tech --------------------------------------------------------------------- To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: struts-user-help@jakarta.apache.org