To create the Component Manager Custom Service:
Property | Description |
---|---|
Enable service at server startup | Check this to automatically start the Component Manager custom service during application server startup. |
Classname | filenet.vw.integrator.base.VWComponentManagerCustomServiceMBean |
Display Name | Enter a unique descriptive name for the service, for example: Component Manager Service |
Description | Enter a description for the service, for example: Custom Service for Component Manager |
Classpath | Use the appropriate class path below, replacing all instances
of INSTALL_HOME with the directory
path where Application Engine is installed. (This is the same class
path as used above, with the addition of the two "Router" jar files.)
In addition, add the jar files containing any custom adaptors for
this Component Manager to the end. UNIX
Windows
|
CELogin
{
filenet.vw.server.VWLoginModule required routerurl="ConnectionPoint";
com.filenet.wcm.toolkit.server.operations.util.CELoginModule required credTag=Clear;
};
PEWSLogin
{
com.filenet.wcm.toolkit.server.operations.util.CELoginModule required credTag=Clear;
};