Re: Issue with Tomcat7.0.29 no Logs

2012-08-24 Thread Konstantin Kolinko
2012/8/24 swapnil vaidya : > Hi All, > I am using tomcat 7.0.29. I am initializing it using Bootstrap.main() with > argument as "start". 1. Have you set up classpath correctly? It should include both bootstrap.jar and tomcat-juli.jar. 2. Have you set the system properties "catalina.home" and "cata

Issue with Tomcat7.0.29 no Logs

2012-08-24 Thread swapnil vaidya
Hi All, I am using tomcat 7.0.29. I am initializing it using Bootstrap.main() with argument as "start". We have configured log4j to be used for tomcat logging. For this i did follwoing: 1)downloaded tomcat-juli.jar from extras and kept in tomcat/bin. 2)downlaoded log4j and tomcat-juli-adapter.jar a