Advanced Customization > Services and Infrastructure Customization > Creating Non-Modeled Services for Listening > Register the New Service
  
Register the New Service
The standard service manager must be notified that you have created a new service. This is done by registering the service in the wt.properties file using xconfmanager.
Use a unique service number that does not already appear in the wt.properties file. Change the reference to the service interface and standard service class to your own.
xconfmanager -t codebase/wt.properties -s
wt.services.service.4160=com.acme.listen.ListenService/com.acme.listen.StandardList
enService -p
Note that xconfmanager will add the entry to site.xconf and then propagate the changes to wt.properties.