mk> As my webhoster uses a security-manager I am looking for the mk> correct permissions to set for using logging. Sure there has to mk> be something allowed as I want to write to a file.
Because log4j code for the most part does not use doPrivileged wrappers, you'll likely have to give the same permissions to everything up the call stack from the log4j calls that you're trying to enable. (If you turn on security manager debugging, you'll generally get pretty good clues about what fails. Then you can iteratively work your way through it if you are just trying to fix some particular use case. It's a lot more trouble if you want to make sure you have all your bases covered.) http://marc.theaimsgroup.com/?l=log4j-dev&m=110152770503963&w=2 -- [EMAIL PROTECTED] (WJCarpenter) PGP 0x91865119 38 95 1B 69 C9 C6 3D 25 73 46 32 04 69 D6 ED F3 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
