Sorry about my silly question.  I made it using
examples from tomcat one as follows.

@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

JavaService.exe -install XindiceXmlDbServer
%1\jre\bin\%3\jvm.dll -Djava.ext.dirs=%2\lib
-Djava.class.path=%CLASSPATH%;%2\bin\phoenix-loader.jar;%2\bin\phoenix-engine.jar
-start org.apache.avalon.phoenix.launcher.Main -out
%2\logs\stdout.log -err %2\logs\stderr.log

goto eof

:eof


 --- Shinichi Nakanishi <[EMAIL PROTECTED]>
wrote: > Hello,
> 
> Is it possible to executes Xindice in the background
> as an NT service?
> 
> Shin
> 
>
______________________________________________________________________
> 
> Post your free ad now! http://personals.yahoo.ca 

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

Reply via email to