You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Aron Sogor <as...@netcentives.com> on 2001/01/23 19:34:37 UTC

How to get configuration paramaters to a Producer?

How to get the info from web.xml <init-parm> to a Producer?
Thanks to your help, now I can get the ServletContext.

However the container passes the web.xml init parms to the Servlet in
ServletConfig.

The problem I am faceing is to pass configuration parameters to my producer.
Is there any better way to do it.