配置和部署
您可以通过 Windchill 来配置病毒扫描实现,方法是在 <Windchill>\codebase\service.properties.xconf 中添加以下条目并通过 Windchill shell 传播更改。
<!-- Delegate of IContentProcessor for Virus scan -->
<Service context="default" name="wt.content.IContentProcessor">
<Option cardinality="singleton" requestor="java.lang.Object"
serviceClass="wt.content.ClamAVContentProcessor" selector="DEFAULT"/>
</Service>
* 
wt.content.ClamAVContentProcessor 是一个示例实现类名称。serviceClass 属性值应该是实现类的名称。
在所有文件服务器站点和主站点 (群集环境中的所有节点) 上部署类文件和 service.properties.xconf 配置。在部署类文件和传播 service.properties.xconf 更改后,重新启动 Windchill 服务器。
这对您有帮助吗?