source: other-projects/hathitrust/wcsa/extracted-features-solr/trunk/gslis-cluster/TOPUP-JETTY.sh@ 32172

Last change on this file since 32172 was 32172, checked in by davidb, 6 years ago

Tweaked to use Solr7 config files with Jetty installation

  • Property svn:executable set to *
File size: 440 bytes
Line 
1#!/bin/bash
2
3# Setup jetty servers so it is cross-origin for AJAX call
4# Useful URL:
5# http://opensourceconnections.com/blog/2015/03/26/going-cross-origin-with-solr/
6
7# Also add in realm authentication for admin area
8
9echo cp CONF/jetty-solr7/web.xml solr7/server/solr-webapp/webapp/WEB-INF/web.xml
10echo cp CONF/jetty-solr7/jetty.xml solr7/server/etc/jetty.xml
11echo cp CONF/jetty-solr7/realm.properties solr7/server/etc/realm.properties
Note: See TracBrowser for help on using the repository browser.