# # Xargs fragment file for client framework managing a server framework # through the Remote Framework SOAP service. # # Start the server framework with a command like: # # java -jar framework.jar -xargs init.xargs --xargs client.xargs # # # NOTE: You may need to adjust the version number part of the file # names of the bundles that are installed, started, uninstalled # below. # # Where the framework will store its state; set it to allow running # both server and client from the same directory (KF-installation). -Forg.osgi.framework.storage=fwdirClient -initlevel 6 -install remotefw/remotefw_api-2.0.0.jar -istart ksoap-osgi/ksoap-osgi_all-2.0.0.jar -istart ksoap_remotefw/ksoap_remotefw_all-3.0.3.jar # Properties controlling the server behavior -Forg.knopflerfish.soap.remotefw.server=false -Forg.knopflerfish.soap.remotefw.server.debug=false # Properties controlling the client behavior -Forg.knopflerfish.soap.remotefw.client=true -Forg.knopflerfish.soap.remotefw.client.debug=false #-Forg.knopflerfish.soap.remotefw.client.eventinterval=3000 #-Forg.knopflerfish.soap.remotefw.client.sendlocalpaths=false # The Client runs its HttpServer on 8081 # This allows us to run both server and client on the same computer -Forg.osgi.service.http.port=8081