Details
Description
login as admin, you see the ADMIN tab, then CONTROLLER BROWSERin the left nav
bar.
You can create a new controller using an existing one as a template - be sure to
copy the necessary parameters.
You then get a new file in the $J/webapps/jetspeed/WEB-APPS/confdirectory called
local-managers.xreg which represents locally createdcontrollers.
For example, I created one called TwoColumnsBigRight, based on TwoColumnsRight,
except that the column sizes were 15%,85%.
The PROBLEM is that you can't set the media type to HTML (and WML), so you have
to shut down tomcat, edit the file manually, then restart.
There's no sign on the controller browser form of a way of assigning media types
to it.
Paul