Sukeerthi Adiga
2008-Jul-08 11:31 UTC
how to start and handle soap4r server in production mode?
In console i m able to start soap4r server
require ''soap/rpc/standaloneServer''
server = SymptomCheckerServer.new(''hws'',
''urn:hws'', ''192.168.1.201'',
6565)
trap(:INT) do
server.shutdown
end
server.start
and get response of soap
how can i do in production mode?
is there any possibility to put code in environment.rb
so that in backend the server will be running
Thanks in advance
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---