Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 69738 invoked by uid 500); 10 Apr 2001 09:13:38 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 69724 invoked from network); 10 Apr 2001 09:13:36 -0000 Content-Type: text/plain; charset="iso-8859-1" From: Michael Wyraz Organization: evermind GbR To: "Cocoon Developers" Subject: Accessing the cocoon ServletConfig from a processing-module Date: Tue, 10 Apr 2001 11:12:09 +0200 X-Mailer: KMail [version 1.2] MIME-Version: 1.0 Message-Id: <01041011120900.00598@pc02> Content-Transfer-Encoding: 8bit X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Hi! I have written a processor that runs servlets. This servlets i call (and configure) via ServletContext.getServlet(). But in the new jsdk this method is deprecated and does not work. Now i want to setup/initialize the Servlets with my own code. But i need a way to pass some configuration options to that servlets. Is there a way to access parameters set in the servlet config of cocoon or the whole ServletConfig object? If not, i have a second question: if i implement the Configurable interface, how/where can i set the Options that are passed to my module? Thanks a lot. Michael. --------------------------------------------------------------------- To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org For additional commands, email: cocoon-dev-help@xml.apache.org