Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/api/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Aem 如何从CRX资源管理器中删除/修改名称空间_Aem_Crx - Fatal编程技术网

Aem 如何从CRX资源管理器中删除/修改名称空间

Aem 如何从CRX资源管理器中删除/修改名称空间,aem,crx,Aem,Crx,如何从CRX资源管理器(//host:port/CRX/explorer/nodetypes/index.jsp)中删除/修改名称空间 还注意到,手动删除路径“crx quickstart\repository\repository\namespaces”ns_reg.properties中注册的条目后,ns_idx.properties文件不会立即影响更改。我需要重新启动CQ以使已删除的名称空间生效。解决方案可在此处找到: 从页面: Follow the below steps : 1) L

如何从CRX资源管理器(//host:port/CRX/explorer/nodetypes/index.jsp)中删除/修改名称空间
还注意到,手动删除路径“crx quickstart\repository\repository\namespaces”ns_reg.properties中注册的条目后,ns_idx.properties文件不会立即影响更改。我需要重新启动CQ以使已删除的名称空间生效。

解决方案可在此处找到:

从页面:

Follow the below steps :

1) Login to here : <ip>:<port>/crx/explorer/browser/index.jsp (Content Explorer)

2) Go to this path : /jcr:system/rep:namespaces

3) Search for the namespaces you want to delete in the properties – and then delete.

4) Save All.

Check in Namespaces - and the NS deleted should not be there. No restart required.
遵循以下步骤:
1) 登录到此处::/crx/explorer/browser/index.jsp(Content explorer)
2) 转到此路径:/jcr:system/rep:namespace
3) 在属性中搜索要删除的名称空间,然后删除。
4) 拯救一切。
签入名称空间-删除的NS不应存在。无需重新启动。