Expand my Community achievements bar.

SOLVED

How do i search my entire code base to see if any of it is using the host manager service and site manager from adobe experience manager web console

Avatar

Former Community Member

Hi all, How do i search my entire code base to see if any of it is using the host manager service and site manager from adobe experience manager web console(/system/console/configMgr). Please let me know.  Thanks.

1 Accepted Solution

Avatar

Correct answer by
Level 4

Hi,

The best approach for searching a particular term in code base is to search through your codebase in an IDE like Eclipse which has inbuilt search feature.

From, system console, you can go to Status --> Bundles (http://<host>:<port>/system/console/status-Bundles) which has the full list of bundles, imported , exported package and this can also be downloaded.

Regards,

Ashwin Raju

View solution in original post

1 Reply

Avatar

Correct answer by
Level 4

Hi,

The best approach for searching a particular term in code base is to search through your codebase in an IDE like Eclipse which has inbuilt search feature.

From, system console, you can go to Status --> Bundles (http://<host>:<port>/system/console/status-Bundles) which has the full list of bundles, imported , exported package and this can also be downloaded.

Regards,

Ashwin Raju