Deploying solr in Jboss
I want to deploy the solr.war to jboss se开发者_JS百科rver. Please provide me the steps for this. Also after deploying what url i should use to access the solr/data/index directory? Thanks!!
In JBoss 7.1.1:
In jboss-as-7.1.1.Final-folder/standalone/deployments COPY solr.war and solr directory from examples folder of solr release.
JBoss Administration console(probably localhost:8080) -> Profile -> System properties: KEY-> solr.solr.home VALUE->
Run server and test localhost:8080/solr/.
Here you can find some info: Deploy solr in JBoss
Please tell us which version of solr and JBoss you're using and if you need extra help.
I wrote a post in portuguese...
http://jbossdivers.wordpress.com/2013/04/08/deployando-apache-solr-4-2-1-no-jboss-as-7-1-3-jboss-eap-6-0-1/
精彩评论