Re: [Proxool-developer] Newbie introduction to proxool under servlet environment
UNMAINTAINED!
Brought to you by:
billhorsman
From: Bill H. <bi...@lo...> - 2006-06-27 21:48:31
|
Hi Morton, On 06/27/2006 07:22 AM, Morten Andersen wrote: > <servlet> > <servlet-name>ServletConfigurator</servlet-name> > > <servlet-class>org.logicalcobwebs.proxool.configuration.ServletConfigurator</servlet-class> > <init-param> > <param-name>xmlFile</param-name> > <param-value>WEB-INF/conf/proxool.xml</param-value> > </init-param> > </servlet> You left out the load-on-startup element. - Bill |