RESTful web services availability.

I have a web client project that both implements Servoy authorisation for user logins in the normal way, and also has some web services which need to be continually available.

When deployed in a production environment, are these web services accessible even when no Servoy web/smart client is connected and no users are logged in ?

Or do I need to split out the web services to a seperate project that does not implement authorisation.

Thanks

Did you ever get an answer for this? I guess you need to split out the web services into a separate project that does not implement authorization. Best, JC

The restful-ws plugin is a server plugin that manages a pool of headless clients to handle the http request.

This is not related to other clients running on the same server.

Rob

Thanks.