changes to solr build.xml
This commit is contained in:
parent
d070c84453
commit
81c48b9fdd
2 changed files with 11 additions and 10 deletions
|
@ -1,11 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<Context docBase="${solr.docbase}"
|
||||
debug="0" crossContext="true">
|
||||
crossContext="true" override="true">
|
||||
|
||||
<Environment
|
||||
name="solr/home"
|
||||
<Environment
|
||||
type="java.lang.String"
|
||||
name="solr/home"
|
||||
value="${solr.home}" override="true"/>
|
||||
|
||||
<!-- Disable persist sessions on shut down.-->
|
||||
<Manager pathname="" />
|
||||
</Context>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue