Hi all,

 im currently using Guice to serve my gwt rpc service. I want to
inject some vars via Properties. This works fine with:

Names.bindProperties(binder(), properties);

Now I would like to load the properties file from
/path/to/the/webapp/WEB-INF/conf/config.properties. How would I get
the "/path/to/the/webapp/WEB-INF". Normally I would do it via
ServletConfig but this is not possible because its in the
AbstractModule..

Thx,
Norman

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"google-guice" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-guice?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to