Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
8 replies
Subscribers
6 subscribers
Views
3136 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Administration
I'm trying to get the Appian 7.7 search server deployed under JBoss EAP 6.3
alland
Certified Lead Developer
over 10 years ago
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
0
Eduardo Fuentes
Appian Employee
over 10 years ago
It seems that your last question has been already answered here
forum.appian.com/.../e-128477
and it was related to not using the start-up files that our documentation provides; those files are important since they set the environment variables that are used to resolve appian.home.ear and appian.home.search-server
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Eduardo Fuentes
Appian Employee
over 10 years ago
It seems that your last question has been already answered here
forum.appian.com/.../e-128477
and it was related to not using the start-up files that our documentation provides; those files are important since they set the environment variables that are used to resolve appian.home.ear and appian.home.search-server
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data