The SearchBlox Server uses port 8443 by default. This can be changed as provided below
Windows
You can change the port by following the steps below:
- Stop SearchBlox service
- Update the port number in the C:\SearchBlox Server\start.d\https.ini file and add the below line with the required port number:
jetty.ssl.port=443
- Save the https.ini file
- Start SearchBlox service
Linux
You can change the port by following the steps below:
- Stop SearchBlox service
- Edit the file /opt/searchblox/start.d/https.ini and add the below line as follows:
jetty.ssl.port=443
- Start SearchBlox service
If it is not possible to run SearchBlox in a port less than 1024 since SearchBlox runs as a non-root user, you can enable port forwarding if required using :iptables -t nat -A PREROUTING -p tcp --dport 443 -j REDIRECT --to-port 8443
To learn about port change after installation in SearchBlox read:
Comments
0 comments
Please sign in to leave a comment.