0

In opencms-modules.xml , I set the <explorertype name="aboutus" key="fileicon.aboutus"

and set the fileicon.aboutus = About Us in workplace.properties file

But when I create the new structured content in workspace, the item is showing as

??? fileicon.aboutus ??? 

Any kind help is appreciated.

zawhtut
  • 8,335
  • 5
  • 52
  • 76

1 Answers1

0

Make sure you have published the workplace.properties and restarted Tomcat afterwards as well.

Mathias Conradt
  • 28,420
  • 21
  • 138
  • 192
  • Got it! Thank you. I manually put the `workplace.properties` in `/opencms/WEB-INF/com/mypackage` . – zawhtut May 20 '11 at 08:24