Hi,
I am just a beginner in Endeca. I did a fresh setup of the Discover reference app successfully.
I can access the Discover app in Endeca Workbench and got the AuthoringMDEXHost & LiveMDEXHostA running from the EAC Admin Console successfully.
I can see all the records in localhost:8888/endeca_jspref at both 15000 & 15002 ports.
I can also access the different pages in Experience Manager. However when I try to access http://localhost:8006/Discover I get Page not found. I have verified the ..\Endeca\ToolsAndFrameworks\11.0.0\reference\discover-electronics\WEB-INFassembler.properties and the content (copied below) seems fine to me.
Please help me with this.
workbench.app.name=Discover
workbench.host=localhost
workbench.port=8006
workbench.publishing.serverPort=8007
workbench.publishing.clientPort=-1
preview.enabled=false
store.factory=fileStoreFactory
user.state.ref=liveUserState
media.sources.ref=liveMediaSources
repository.configuration.path=./repository/${workbench.app.name}
mdex.host=localhost
mdex.port=15000
logserver.host=localhost
logserver.port=15010
Thanks so much!