Windows NT/2000 Setup
- Download the Java Service Wrapper library
You can download the library from http://wrapper.sourceforge.net.
Make sure you grap the Windows version of the library. It will contain the needed executables and Dlls
needed to launch xmlBlaster as a service.
- Copy wrapper/lib to xmlBlaster/lib
The contents of the lib directory from the wrapper distribution should be copied to the lib directory
of the xmlBlaster distribution.
- Copy wrapper.exe from wrapper/bin to xmlBlaster/bin
This is the java service monitor program.
- Modify the wrapper.conf file
This file is in the config subdirectory. See the documentation in the file wrapper.conf.template
for instructions on how
to edit it.
- Install the Windows service
This is done by executing the following command:
wrapper -i xmlBlaster/config/wrapper.conf
or
..\bin\wrapper -i C:\xmlBlasterServer\conf\wrapper.conf set.XMLBLASTER_HOME=C:\xmlBlasterServer
- From the control panel, start the xmlBlaster service
Linux Setup
- Download the Java Service Wrapper library
You can download the library from http://wrapper.sourceforge.net.
Make sure you grap the Linux version of the library. It will contain the needed executables and shared
libraries
needed to launch xmlBlaster as a service.
- Copy wrapper/lib to xmlBlaster/lib
The contents of the lib directory from the wrapper distribution should be copied to the lib directory
of the xmlBlaster distribution.
- Copy wrapper from wrapper/bin to xmlBlaster/bin
This is the java service monitor program.
- Modify the wrapper.conf file
This file is in the config subdirectory. See the documentation in this file for instructions on how
to edit it.
NOTE
As a service may not read from System.in() you need to configure xmlBlaster
to not check for keyboard input with
-useKeyboard false
NOTE: Configuration parameters are specified on command line (-someValue 17) or in the
xmlBlaster.properties file (someValue=17). See requirement "util.property" for details.
Columns named Impl tells you if the feature is implemented.
Columns named Hot tells you if the configuration is changeable in hot operation.
|