tags:

views:

143

answers:

1

I want to deploy the solr.war to jboss server. Please provide me the steps for this. Also after deploying what url i should use to access the solr/data/index directory? Thanks!!

+1  A: 

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.

volothamp
Hey thanks Volothamp.I am using apache-solr-1.4.0 and Jboss-server 4.6.I have already followed these steps and i think the solr is deployed.But when i try to search the indexes on this server from my web application i get following error in jboss logs :09:49:50,936 ERROR [SOAPFaultHelperJAXWS] SOAP request exceptionjavax.xml.soap.SOAPException: Unsupported content type: application/x-www-form-urlencoded; charset=UTF-8 at org.jboss.ws.core.soap.MessageFactoryImpl.createMessage(MessageFactoryImpl.java:258) at org.jboss.ws.core.soap.MessageFactoryImpl.createMessage(Message...
Azhar