log4J warning

I get the below message while running startup.bat

How to resolve this issue?

Hi iamkrishnam ,

May I know did you change anything in Tomcat settings ?

This occurs when the default configuration files log4j.properties and log4j.xml can not be found and the application performs no explicit configuration.

To fix that, simply create/copy log4j.properties or log4j.xml into your a location on the classpath (usually the same as the jar files).

If you are using Razuna 1.8 RC2 , you can download and install Java 8 for better in use.

Hope this helps.