Date: 2004-02-06T06:06:56
   Editor: 69.48.18.83 <>
   Wiki: Xindice Wiki
   Page: XindiceFAQ/EnvironmentVariables
   URL: http://wiki.apache.org/xindice/XindiceFAQ/EnvironmentVariables

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -3,9 +3,21 @@
 All bat|sh files were modified for the upcoming 1.1b4 release, and they use 
following env variables:
 
  * XINDICE_HOME
+XINDICE_HOME is the directory where Xindice was installed. If the script is 
used from its normal location then this does not need to be set.
+
  * XINDICE_DB_HOME
+Setting XINDICE_DB_HOME is one way of specifying to Xindice the directory 
where the database is located. It can also be set in the configuration file. If 
this is not defined, then a 'db' sub-directory of the installation directory 
will be used.
+
  * XINDICE_CONFIG
+Xindice has a number of configuration parameters. XINDICE_CONFIG points to an 
XML formatted file which contains these.
+
  * LOGGER
+LOGGER can be set to the class name of a logger. 
org.apache.commons.logging.impl.SimpleLog is used by default.
+
  * LOGLEVEL
+LOGLEVEL sets the amount of information logged through the logger. It may not 
be applicable to other loggers.
+
+ * JAVACMD
+JAVACMD defaults to JAVA_HOME\bin\java and can be used to specify a different 
executable, but can not be used to defined extra parameters.
 
-All these parameters are optional. See current Xindice CVS version for details 
on these new scripts. 
+All these parameters are optional. See current Xindice CVS version for details 
on these new scripts.

Reply via email to