Procedure
- Browse to the container\bin folder of the Talend Runtime installation directory, then launch the container by executing the trun.bat file in Administrator mode.
-
To install the wrapper feature, type:
karaf@trun> feature:install wrapper
Once installed, wrapper feature will providewrapper:install
new command in thetrun
, which allows you to install Talend Runtime as a service. -
To install the service, type in the following command:
karaf@trun> wrapper:install
Alternatively, to register the container as a service in automatic start mode, simply type:karaf@trun> wrapper:install -s AUTO_START -n TALEND-CONTAINER -d Talend-Container -D "Talend Container Service"
whereTALEND-CONTAINER
is the name of the service,Talend-Container
is the display name of the service and"Talend Container Service"
is the description of the service.
Results
The wrapper files are installed, you now have to install the Talend Runtime service.