Change the default Solr port number on JBoss
Procedure
-
In the JBoss installation directory, open the following file for editing:
- JBOSS_HOME/standalone/configuration/standalone.xml
-
Change the
portproperty 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.
- Save your changes.
What to do next
If working through procedure Configure free-text search for JBoss, return to step 6 in that procedure.
