disable webclient access

Hello all!

I have maybe an unusual situation. I need to prevent any access to servoy via web client. I would like all logins to be with the smart client only.

Is there a way I can block / disable / prevent access to a web client login?

Just make your solution Smart client only (solution type)?

if you really want to disable all webclients then you could also edit the web.xml that is in the server\webapps\root\web-inf folder

there you have a mapping:

servoy_client /servoy-client/*

if you remove those lines then the servoy client is not mapped anymore so can’t be started