public static void
contributeSchedulerFactory(@InjectService("ApplicationGlobals")ApplicationGlobals
applicationGlobals,

MappedConfiguration<String, String> configuration)
{
    String configPath =
applicationGlobals.getServletContext().getRealPath("/WEB-INF/conf");
  configuration.add("quartz.properties", configPath + "/quartz.properties");
}

2008/5/13 Peter Stavrinides <[EMAIL PROTECTED]>:

> Hi everyone,
>
> How can I get access to the ServletContext, (Not Context), is it possible
> through T5 IoC?
>
> Thanks
> Peter
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
with regards
Sven Homburg
http://tapestry5-components.googlecode.com

Reply via email to