Deploying

Run the container script

  1. Change to bin directory

    %cd bin

  2. Edit the file server-config.tac by adding or removing resources:

       def GetResource(contextFactory=None): 
         root = Resource() 
         root.putChild('wsrf', Resource()) 
       
         resource = Resource() 
         root.getStaticEntity('wsrf').putChild('services', resource) 
       
         resource.putChild('CounterService', Counter(post='/wsrf/services/CounterService')) 
  3. Run the start container script:

    %./start-container.sh