: <env-entry>
: <env-entry-name>solr/home</env-entry-name>
:
: <env-entry-value>example/solr</env-entry-value>
: <env-entry-type>java.lang.String</env-entry-type>
: </env-entry>
...
: java.lang.RuntimeException: Can't find resource 'solrconfig.xml' in
: classpath or 'example/solr\conf/',
: cwd=C:\bea\wlserver_10.3\samples\domains\wl_server at
a) If you are using windows, you probably want thta env-entry-value to be
"example\solr"
b) unless the absolute path of the directory you want to use is
C:\bea\wlserver_10.3\samples\domains\wl_server\example\solr you need to
specify it as an absolute path: C:\some\path\to\example\solr
-Hoss