I jumped the gun.  This is completely available.  Save
it to "%XINDICE_HOME%\bin" as a .bat file and run it.

@echo off
echo --------
echo Usage:   %0 jdk_home xindice_home
(classic/hotspot/server)
echo NOTE:    You MAY NOT use spaces in the path
names.
echo          JDK 1.3 does not come with hotpot server
by default, you must
echo          install this seperately if you wish to
use it.
echo Example: %0 c:\progra~1\jdk c:\progra~1\xindice
classic
echo --------

if "%1" == "" goto eof
if "%2" == "" goto eof
if "%3" == "" goto eof

copy JavaService.exe %2\bin\Xindice.exe
Xindice.exe -install XindiceXmlDbServer
%1\jre\bin\%3\jvm.dll -Dxindice.home=%2
-Djava.ext.dirs=%2\java\lib
-Djava.class.path=%CLASSPATH% -start
org.apache.xindice.server.Xindice -params
%2\config\system.xml -out %2\logs\stdout.log -err
%2\logs\stderr.log

goto eof

:eof


______________________________________________________________________ 
Post your free ad now! http://personals.yahoo.ca

Reply via email to