tools/server/server.rb in cpee-1.3.228 vs tools/server/server.rb in cpee-1.3.230

- old
+ new

@@ -1,9 +1,9 @@ #!/usr/bin/ruby require 'rubygems' require 'cpee/implementation' -Riddl::Server.new(CPEE::SERVER, :host => 'localhost', :port => 9298) do +Riddl::Server.new(CPEE::SERVER, :host => 'localhost', :port => 8298) do @riddl_opts[:instances] = ::File.dirname(__FILE__) + '/instances' @riddl_opts[:handlerwrappers] = ::File.dirname(__FILE__) + '/handlerwrappers' @riddl_opts[:notifications_init] = ::File.dirname(__FILE__) + '/resources/notifications' @riddl_opts[:properties_init] = ::File.dirname(__FILE__) + '/resources/properties.init' accessible_description true