thanks to anders conrad and carsten for your comments
indeed i had the server half running. already killed
i have java and know where it is but how do i set the java_home variable?
thanks!
In addition to killing the process, you should remove the file xindice.pid in the directory $XINDICE_HOME/config
You can find Java's home directory by typing "which java", e.g. /usr/local/java/bin/java. Omit the file name "java" and the "bin" branch and you'll get the directory being the expected value for the environment variable JAVA_HOME. After defining JAVA_HOME try to restart your Xindice server
Carsten
