Deploying Wiki Plugins for Codebeamer
All you have to do is making sure that the wiki plugin classes are correctly picked up by the container's classloader.
In case you're using Tomcat, you should, trivially:
1. Compile to the directory $CODEBEAMER_HOME/tomcat/webapps/cb/WEB-INF/classes.
2. Restart Tomcat.
Was this helpful?