Page 1 of 1

Run multiple Servoy Smart Client solutions on same server

PostPosted: Thu Mar 07, 2019 11:25 am
by LXS
Hi,

is it possible to run multiple Servoy Smart Client solutions on the same Servoy Server?

We use custom Branding Settings, configured in servoy-admin page on a Servoy 7.4 server.

It is possible to start the Smart Client via deep link /servoy-client/ss/s/<solutionname>.jnlp

The problem is, that the desktop shortcut will also be replaced.

Is there a solution to use different shortcut titles, one shortcut for each application?

Thank you!
Alex

Re: Run multiple Servoy Smart Client solutions on same serve

PostPosted: Fri Mar 08, 2019 9:57 am
by huber
Hi Alex

We run two Smart Clients on one Context, i. e. a WAR-Export from Developer. On this Context we import two applications. Starting the application is by calling the URL: http(s)://<ip-address>:port/<context>/servoy-client/<profile-name>/<application-name>.jnlp

By having two Profiles and therefor two profile names, one also get's the correct desktop icon for each application.

Hope that helps a bit.

Best regards,
Robert

LXS wrote:Hi,

is it possible to run multiple Servoy Smart Client solutions on the same Servoy Server?

We use custom Branding Settings, configured in servoy-admin page on a Servoy 7.4 server.

It is possible to start the Smart Client via deep link /servoy-client/ss/s/<solutionname>.jnlp

The problem is, that the desktop shortcut will also be replaced.

Is there a solution to use different shortcut titles, one shortcut for each application?

Thank you!
Alex

Re: Run multiple Servoy Smart Client solutions on same serve

PostPosted: Fri Mar 08, 2019 10:14 am
by LXS
Hi Robert,

thank you very much!

I've tested to create two profiles on servoy-admin/profiles page with the following properties:

Code: Select all
servoy.branding.webstart.vendor=Dr. Maison & Partner GmbH
servoy.branding.windowtitle=...
servoy.branding.webstart.shortcuttitle=...
servoy.branding.loadingimage=...
servoy.branding=true
servoy.branding.windowicon=...
servoy.branding.webstart.loadinglogo=...
servoy.branding.webstart.shortcuttooltip=...
servoy.branding.webstart.splash=...


Now it works! :-)

Alex

Re: Run multiple Servoy Smart Client solutions on same serve

PostPosted: Fri Mar 08, 2019 10:44 am
by huber
Good to hear it works for you.

We have the same settings, except servoy.branding=true. Additionally I use servoy.branding.loadingbackground=#<hex-code>

Re: Run multiple Servoy Smart Client solutions on same serve

PostPosted: Fri Mar 08, 2019 10:51 am
by LXS
I thought i have to set servoy.branding to true to enable custom title, icons etc?

But when you say you set it to false, what is the difference?

Re: Run multiple Servoy Smart Client solutions on same serve

PostPosted: Fri Mar 08, 2019 11:00 am
by huber
I didn't mean I have set it to false. I just meant I don't have this line in the profile properties. May be having a profile name and properties implicitly means true. But I am not sure. So may be it's better to have it set to true.

LXS wrote:I thought i have to set servoy.branding to true to enable custom title, icons etc?

But when you say you set it to false, what is the difference?

Re: Run multiple Servoy Smart Client solutions on same serve

PostPosted: Fri Mar 08, 2019 11:14 am
by LXS
ah, understood. So your default setting for servoy.branding is already true, you don't set this again in the profile.
I think you're right and i don't have to set it a second time.
Thanks for the hint!

Alex

Re: Run multiple Servoy Smart Client solutions on same serve

PostPosted: Fri Mar 08, 2019 11:22 am
by huber
Yes, this is exactly my setting.

LXS wrote:ah, understood. So your default setting for servoy.branding is already true, you don't set this again in the profile.
I think you're right and i don't have to set it a second time.
Thanks for the hint!

Alex