Re: Getting servlet init parameters out of 'web.xml'

2007-04-24 Thread Peter Murray
On 4/24/07 4:24 AM, Jerome Louvel wrote: > In the Servlet extension, we have a ServletContextAdapter that is used to > adapt a Servlet context into a Restlet context. > > It ensures that logging and init parameters are properly exposed to your > Restlet Application. Therefore, you should be able

RE: Getting servlet init parameters out of 'web.xml'

2007-04-24 Thread Jerome Louvel
> Envoyé : lundi 23 avril 2007 17:41 > À : discuss@restlet.tigris.org > Objet : Getting servlet init parameters out of 'web.xml' > > If I'm putting a Restlet-based server into a servlet > container, is there > a way to get the parameters out of the 'web.

Getting servlet init parameters out of 'web.xml'

2007-04-23 Thread Peter Murray
If I'm putting a Restlet-based server into a servlet container, is there a way to get the parameters out of the 'web.xml' file? If so, how and where? I see 'getInitParameter()' in the ServerServlet extension