Topology Plug-in Example Readme
Example
This example shows how to create a Topology plug-in that displays different
nodes in the Netscape Console Topology tree.
Installation Steps
-
Install the plug-in and issue this command:
ldapmodify -a -f topologyplugin.ldif
-
Compile the SuperMailTopologyPlugin.java file into the SuperMailTopologyPlugin.class.
-
Jar the class file into SuperMailTopologyPlugin.jar.
-
Make an English localization jar file by copying SuperMailTopologyPlugin.jar
to SuperMailTopologyPlugin_en.jar.
-
Copy SuperMailTopologyPlugin.jar and SuperMailTopologyPlugin_en.jar
to <server-root>/java/jars.
-
Start the console and log in.
-
The SuperMail plug-in appears as one of the items in the Topology
Tree
[Top]