Wednesday, July 13, 2016

Change port number 8080 to 8081

Open following files and change the port number 8080 to 8081 or other port numbers.

sudo leafpad /dspace/config/modules/discovery.cfg

Change port number 8080 to 8081 in the following line,

search.server = http://localhost:8080/solr/search
 
sudo leafpad /dspace/config/modules/oai.cfg 

Change port number 8080 to 8081 in the following line,

# Base solr index
solr.url=http://localhost:8080/solr/oai


sudo leafpad /dspace/config/modules/solr-statistics.cfg

Change port number 8080 to 8081 in the following line,

server = http://localhost:8080/solr/statistics

sudo leafpad /dspace/config/dspace.cfg

dspace.baseUrl = http://localhost:8080
dspace.url = http://localhost:8080/xmlui

sudo leafpad /opt/tomcat/conf/server.xml

Change port number 8080 to 8081 in the following line,

 <Connector port="8080" protocol="HTTP/1.1"
               connectionTimeout="20000"
               redirectPort="8443" />

1 comment:

  1. Sir please tell me how the full text searching is possible in Dspace? I am usin liblive cd 1.6.

    ReplyDelete