I have schema.xml that uses a Tokenizer that I wrote.

I understand the standard way of deploying Solr is
to place solr.war in webapps directory, have a separate
directory that has conf files under its conf subdirectory,
and specify that directory as Solr home dir via either 
JVM property or JNDI.

I can't put the extra JARs in the Solr home dir's lib subdir,
can I?

Is there any elegant way of placing the extra JARs
other than expanding the war in webapp directory manually
and adding the JARs?

-kuro

Reply via email to