Client cannot connect to Server

I have developed a small testsolution in Servoy 4.0 (Comm. Ed.).
Smartclient and WebClient both launch well from Developer.
Then I tried to launch SmartClient without booting Developer first
(on the same machine).
I got a message that no connection can be made probably due to firewall/viruskiller, which makes no sense because they were not activated.
Latest Java is installed.
This is what I did:

Booted XP machine.
Booted Servoy Server.
Browser: http://localhost:8080/servoy-client/sol … lution/ron

What am I missing?

Regards,
Ron

Ron,

Have you deployed the solution to the server?
In developer go to File → Export, export servoy solution file.

Then stop developer and start server and import the .servoy file via the server admin page.

Rob

Rob,

Dunno why but after typing: http://localhost:8080 I got the Servoy Client Launcher which downloaded a link to my desktop.
This link opens a Select Solution window with a few example solutions.
I can open one of these solutions but I don’t know in what folder (Path) these solutions reside.
Exporting my solution is simple but I do have to know to what folder.

Thanks for your time.

Regards,
Ron

Yep it is working.

For those of you having the same problem, this is what I did:
Read the Servoy Application Server Administrator’s Guide.
A link to the PDF can be found in your Start/Apps/Servoy folder (Windows).
Close Developer and start Server.
Type http://localhost:800/servoy-admin and select Solutions.
In Solutions you can import your own servoy solution.
Close App Server.
Type http://localhost:8080 in your browser.
You’ll see that your solutiion is then added to the list of available solutions.
Doubleclick YourSolution.

Thanks for the hint Rob.

Regards,
Ron