[
https://issues.apache.org/jira/browse/SOLR-4792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14230847#comment-14230847
]
Yonik Seeley commented on SOLR-4792:
------------------------------------
Sorry for the somewhat off-topic... here's what I tried:
{code}
/opt/code/lusolr5/solr$ cp -rp server s1
/opt/code/lusolr5/solr$ cd s1
/opt/code/lusolr5/solr/s1$ ../bin/solr start -e techproducts -d .
ERROR: start.jar file not found in /opt/code/lusolr5/solr/.!
Please check your -d parameter to set the correct Solr server directory.
/opt/code/lusolr5/solr/s1$ ../bin/solr start -e techproducts -d `pwd`
Waiting to see Solr listening on port 8983 [/]
Started Solr server on port 8983 (pid=97723). Happy searching!
[...]
/opt/code/lusolr5/solr/s1$ find . -name data
/opt/code/lusolr5/solr/s1$ find .. -name data
../server/solr/techproducts/data
/opt/code/lusolr5/solr/s1$
{code}
So I guess my mistake was thinking that the examples like "techproducts" were
portable.
Oh, and I do like how some commands are displayed, like:
{code}
Creating new core 'techproducts' using command:
http://localhost:8983/solr/admin/cores?action=CREATE&name=techproducts&instanceDir=techproducts
{code}
> stop shipping a war in 5.0
> --------------------------
>
> Key: SOLR-4792
> URL: https://issues.apache.org/jira/browse/SOLR-4792
> Project: Solr
> Issue Type: Task
> Components: Build
> Reporter: Robert Muir
> Assignee: Mark Miller
> Fix For: 5.0, Trunk
>
> Attachments: SOLR-4792.patch
>
>
> see the vote on the developer list.
> This is the first step: if we stop shipping a war then we are free to do
> anything we want.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]