Hello!
I'm trying to run java class with DFS client for my custom service in Lotus 8.5.
As far as I could found - Lotus starts an applet with embedded java code.
Any use of DFS assumes using log4.properties - so DFS client wants to find any log4j file.
Java security disables any file operation for applets (My DFS-client execution fails with PermissionException) - to allow this feature applet should be signed and security options enabled (security.policy).
It's not possible for me to change starting of Java code in Lotus - so I wonder - is there any ability to disable searching of log4j.properties file?
Welcome with any advice!