One possibility. Place your properties file in server/xxx/conf, and then access it in the
portlets using the jboss.server.config.url system property. Something like this:
String propfFile = System.getProperties("jboss.server.config.url") +
"myportlet.properties";
Properties prop = Properties.load(new FileInputStream(propFile));
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132571#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...