Change the default Solr port number on JBoss

Procedure

  1. In the JBoss installation directory, open the following file for editing:
    • JBOSS_HOME/standalone/configuration/standalone.xml
  2. Change the port property for the HTTP port value to 8983, as the following example shows.
    <socket-binding-group name="standard-sockets" default-interface="public" 
          port-offset="${jboss.socket.binding.port-offset:0}">
      ...
      <socket-binding name="http" port="8983"/>
      ...
    </socket-binding-group>

    The standard port for the Guidewire Solr Extension is 8983.

  3. Save your changes.

What to do next

If working through procedure Configure free-text search for JBoss, return to step 6 in that procedure.