I'm trying to get the Appian 7.7 search server deployed under JBoss EAP 6.3

Certified Lead Developer
I'm trying to get the Appian 7.7 search server deployed under JBoss EAP 6.3 on Windows. I've followed through the documentation and added the following to my appian-ds.xml file:

<subsystem xmlns="urn:jboss:domain:deployment-scanner:1.1">
<deployment-scanner name="appian-search-server" path="${appian.home.search-server}" auto-deploy-exploded="false" auto-deploy-zipped="false" auto-deploy-xml="false" deployment-timeout="1800" scan-interval="5000"/>
<deployment-scanner name="appian" path="${appian.home.ear}" auto-deploy-exploded="false" auto-deploy-zipped="false" auto-deploy-xml="false" deployment-timeout="1800" scan-interval="5000"/>
<deployment-scanner path="deployments" relative-to="jboss.server.base.dir" scan-interval="5000"/>
</subsystem>


I've enabled the config in custom.properties :

conf.data.search-server.HOST=<server>:9300

where '<server>' is the same string used to configure conf.suite.SERVER_AND_PORT=<PROVIDE A...

OriginalPostID-128457

OriginalPostID-128457

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data