Page 1 of 1

How to suppress Servoy Client, Loading Solution Login screen

PostPosted: Tue Aug 21, 2007 6:55 am
by jiml
I need help. During loading a Solution, how can I suppress (not to show) Servoy Client Loading Solution Login Screen and only show the user Login screen.

PostPosted: Tue Aug 21, 2007 8:47 am
by patrick
If you want to completely disable this, you can uncheck the "Solution requires login" in the security dialog. If you want to use your own form for login, you can specify a form in solution settings ("Login form") and handle the login with the methods available under the security node yourself.

Hope this helps.

PostPosted: Tue Aug 21, 2007 10:04 am
by jiml
Thanks Patrick for your help. What i mean is, if you notice when Servoy Client starts, it shows the Java Starting logo. Then it opens the Servoy Client Form with the spinning Servoy Logo, then only the user Login screen. Can we skip just the Servoy Client Form or suppress this form from displaying and directly show the User Login form.

Thanks

PostPosted: Tue Aug 21, 2007 11:06 am
by Harry Catharell
You can open a solution directly by naming the solution in the link to open it through your browser as in:
Code: Select all
http://YOUR_SERVER:8080/servoy-client/servoy_client_SOLUTION_NAME.jnlp


This will download the client, and bypass the open solution dialogue and open 'SOLUTION_NAME' specifically

Furthermore, the downloaded client will retain this link and do the same thing at each subsequent launch

Cheers
Harry

PostPosted: Tue Aug 21, 2007 11:14 am
by Harjo
No you can't bypass the underlaying empty screen, if you use the Servo security (default) login screen.
As far as I can see, that is what you want.

What you could do is, create your own (custom) login screen, so you don't have an empty screen.
Look into the manuals how to do this.

PostPosted: Tue Aug 21, 2007 11:36 am
by Harry Catharell
Ah, Harjo and Patrick are correct - I misread the post :oops:

As the guys say, you can roll your own login and use a specific form for this which you can configure to your own size / position etc and handle that security login by method

Cheers
Harry

PostPosted: Tue Aug 21, 2007 12:02 pm
by jiml
Thanks Harjo and Harry. That is what i want.

This mean that i will go for custom login screen. I tested. But it still show the Servoy Client Form, just for a while, then show my custom login form. How nice if there is way to do it :wink: .Just like the in Web Client does.

Again. Thank you guys for your great help.

Jim

PostPosted: Tue Aug 21, 2007 12:13 pm
by Harjo
in Servoy, you have to say, under File: Solution Settings, what your custom login screen is.

but you have to be aware, that all what handles the login, you have to do that by yourself (by methods)

Hope that helps

Re: How to suppress Servoy Client, Loading Solution Login sc

PostPosted: Thu Sep 29, 2011 6:19 am
by rogel
Hi!

I am using servoy6. the solution property "mustauthenticate" is not check and the loginform is -none- but still the solution login screen pops. can anyone help me on this? thanks!

Re: How to suppress Servoy Client, Loading Solution Login sc

PostPosted: Thu Sep 29, 2011 9:01 am
by rgansevles
rogel,

Check out the enhanced security in Servoy:

http://wiki.servoy.com/display/Serv52/U ... d+Security

If you use the smart client in the Application Server and no login solution is defined for the solution, Servoy will fall back to the login dialog.

Rob