by BeeJay >> Wed, 17 Nov 2004 4:29:12 GMT
You can restrict what applications can be run via the AppServer that is visible to the external users by way of the "AllowSchemaAndApp" setting(s) in the [JadeAppServer] section of the ini file used by that AppServer. This will then prevent them from even running the IDE let alone getting past any security you may have on the logon form via the DevelopmentSecurityLibrary setting.
I'd suggest you also consider adding this extra level of security to your AppServer that is visible to external users, or the Internet, as an additional safeguard to prevent users getting into the IDE.
You can then have another AppServer visible only to your internal network which does allow the IDE to be run for any emergency fix situations you need to perform on your live production system.
Cheers,
BeeJay.