[opencms-dev] CmsConfigurationManager How-to
Matutek Basilico
matute.listas at gmail.com
Wed May 11 16:50:06 CEST 2005
Hi all...
I have to create a cmsConfigurationManager inside a JSP.
I'm using this code:
String configPath =
pageContext.getServletContext().getRealPath("/") + "WEB-INF" +
File.separator + "config" + File.separator;
CmsConfigurationManager configurationManager = new
CmsConfigurationManager(configPath);
Whatis wrong? because if I make
configurationManager.getConfiguration() and it returns 'null'.
Thanks
--
Tutek.
More information about the opencms-dev
mailing list