Re: Solr startup script in version 4.10.3

2015-01-13 Thread Dominique Bejean
Thank you for your responses. However, according to my tests, solr 4.10.3 doesn’t use server by default anymore due to the removal of these lines in the bin/solr script. # TODO: see SOLR-3619, need to support server or example # depending on the version of Solr if [ -e "$SOLR_TIP/server/start.jar

Re: Solr startup script in version 4.10.3

2015-01-08 Thread Anshum Gupta
Things have changed reasonably for the 5.0 release. In case of a standalone mode, it still defaults to the server directory. So you'd find your logs in server/logs. In case of solrcloud mode e.g. if you ran bin/solr -e cloud -noprompt this would default to stuff being copied into example director

Re: Solr startup script in version 4.10.3

2015-01-08 Thread Ramkumar R. Aiyengar
Versions 4.10.3 and beyond already use server rather than example, which still finds a reference in the script purely for back compat. A major release 5.0 is coming soon, perhaps the back compat can be removed for that. On 6 Jan 2015 09:30, "Dominique Bejean" wrote: > Hi, > > In release 4.10.3, t