I am using vfabric-tc-server-developer-2.7.0 on windows 7. On my instance I get the following error on startup.
"log4j logging configuration file is missing. Logging may cause faults."
My wrapper log:
INFO | jvm 1 | 2013/09/24 10:40:09 | Sep 24, 2013 10:40:09 AM org.apache.catalina.startup.Catalina load
INFO | jvm 1 | 2013/09/24 10:40:09 | INFO: Initialization processed in 851 ms
INFO | jvm 1 | 2013/09/24 10:41:40 | [FATAL] log4j logging configuration file is missing. Logging may cause faults.
My application logs correctly and I assume this is related to loging at the server level. Any idea where should I place the missing log4 file?