Hi Shawn, Thanks for the info.
I have managed to change the one that starts Solr, and it's working so far. Now I'm working on changing things like solr.xml and the JAR file in the dist directory, like solr-cell-6.5.1.jar to names like my-cell-6.5.1.jar. Can we change the name of those JAR file as well? We are customizing it based on the requirements for the project that we are handling. Regards, Edwin On 3 March 2018 at 08:20, Shawn Heisey <apa...@elyograg.org> wrote: > On 3/2/2018 4:07 PM, Zheng Lin Edwin Yeo wrote: > > Does this means that we have to recompile some of the JAR files that > comes > > with Solr in order for it to work? As they have been hard-coded with > things > > like "solr-webapp"? > > I don't see it in any of the java source code, so a recompile wouldn't > be necessary. But most of the scripts in the bin directory and other > places have it hardcoded, including the one that starts Solr. > > Once you start down the road of changing these things, you're probably > going to be forever hunting for things that don't work right and working > to get them fixed. Better to just leave it alone and be sure it'll work. > > Thanks, > Shawn > >