I have configured James as a Service on Windows 2000 using the JavaService program.
Considering the following directories: Java 2 SE 1.3.1 = C:\java\j2se\1.3.1 James = C:\java\james I used the following command to install the service. JavaService -install "James" C:\java\j2se\1.3.1\jre\bin\classic\jvm.dll -Djava.ext.dirs=C:\java\james\lib -Djava.class.path=C:\java\james\bin\phoenix-loader.jar -start org.apache.avalon.phoenix.launcher.Main -out C:\java\james\logs\stdout.log -err C:\java\james\logs\stderr.log After running the command I get a message indicating the service is installed and I then run "net start James" to start the service. Bradley M. Handy Programmer/Analyst Spring Arbor University http://www.arbor.edu mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
