Deploying Spray Web Services

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Deploying Spray Web Services

Udo Schneider
What steps are neccesarry to deploy a Spray Server application?

I made my Way though some problems ("must no strip" of model methods,
creating my own SessionManager and changing some code regarding the
hostname) but I'm still not able to deploy an independent server?

Does anybody has code for an stand-alone server app as an example?

Udo


Reply | Threaded
Open this post in threaded view
|

Re: Deploying Spray Web Services

Steve Waring-2
Hi Udo,

"Udo Schneider" <[hidden email]> wrote in message
news:3d6297c7@tobjects....
>
> What steps are neccesarry to deploy a Spray Server application?
>
> I made my Way though some problems ("must no strip" of model methods,
> creating my own SessionManager and changing some code regarding the
> hostname) but I'm still not able to deploy an independent server?

What is the problem you are having?

> Does anybody has code for an stand-alone server app as an example?

There is a sample included in the Spray_5.2.0 release which can be used to
deploy a Spray service using Swazoo. Install the package: "Steve
Waring\Spray WebServices\Servers\SV Swazoo InteropBase.pac" into a fresh
image, and then deploy it to an executable.

Run the executable, and in your web browser go to:
  http://localhost/demo/interop2001

You should see the Soapbuilders interop service. (You can change the host
and port it uses via command line parameters).

FWIW: You can avoid all that, and download the executable directly from:
   http://www.dolphinharbor.org/dh/projects/spray/serverApps/index.html

Hope this helps,
Steve

==========
Steve Waring
[hidden email]
http://www.dolphinharbor.org/dh/harbor/steve.html


Reply | Threaded
Open this post in threaded view
|

Re: Deploying Spray Web Services

Udo Schneider
Steve Waring wrote:
> What is the problem you are having?
Unfortunately I can't tell right now. Windows XP decided to destroy the
root sector of my hardisk. I'm just rebuilding the whole system from backup
:-(

> There is a sample included in the Spray_5.2.0 release which can be used to
> deploy a Spray service using Swazoo. Install the package: "Steve
> Waring\Spray WebServices\Servers\SV Swazoo InteropBase.pac" into a fresh
> image, and then deploy it to an executable.
I'll take a look at this. Thanks for the hint.


Thanks,

Udo