You can run the
runcommand script with the
stop and
removeDefinitioncommands to stop and remove an application
component.
To remove a component from an application:
Navigate to the
controldirectory of your deployed application.For the default Discover Electronics reference application on Windows, this is
C:\Endeca\apps\Discover\control.Stop the component by running
runcommand <component name> stop:For example:
C:\Endeca\apps\Discover\control> runcommand.bat AuthoringDgraph stop
Remove the component by running
runcommand <component name> removeDefinition:For example:
C:\Endeca\apps\Discover\control> runcommand.bat AuthoringDgraph removeDefinition
Navigate to the
config\scriptdirectory of your deployed application.

