Updating Workbench to use non-default EAC settings
If the Endeca Application Controller is not running at the default
location of
localhost:8888
, you must update this information in
the
%ENDECA_TOOLS_CONF%\conf\webstudio.properties
file
($ENDECA_TOOLS_CONF/conf/webstudio.properties
on UNIX).
To update the Workbench EAC
information:
Stop the Oracle Tools Service.
Open the
webstudio.properties
file in a text editor.
Find the lines that specify the EAC server and port:
# The EAC Central Server that this Workbench uses
com.endeca.webstudio.eac.hostname=localhost
com.endeca.webstudio.eac.port=8888
Replace
localhost
with the hostname of the EAC host.
Replace
8888
with the EAC port.
Save and close the file.
Start the Oracle Tools Service.