Run multiple Servoy Smart Client solutions on same server

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/.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

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)://:port//servoy-client//.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:
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/.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

Hi Robert,

thank you very much!

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

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

Good to hear it works for you.

We have the same settings, except servoy.branding=true. Additionally I use servoy.branding.loadingbackground=#

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?

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:
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?

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

Yes, this is exactly my setting.

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