You are not, by any chance, attempting to run the jboss-nagios plugin? And getting a security error in creating the log file? I wish that the error message would tell me where it was attempting to create the file!
Anyway, what I did was changed log4j.properties within twiddle.jar to put the twiddle log file at /tmp/twiddle.log. That took care of the problem. You could make a similar change to turn off the log file. Another alternative is to modify twiddle.sh to provide the log4.configuration system property and point to another configuration file that turns logging off. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950206#3950206 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950206 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
