RE: Configuring tomcat with soap and log4j

2001-09-05 Thread Ram, Kumar
Hi, I solved the problem by configuring the stuff in the context Ram Unsubscribing now -Original Message- From: Ram, Kumar [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 05, 2001 7:19 PM To: '[EMAIL PROTECTED]' Subject: RE: Configuring tomcat with soap and

RE: Configuring tomcat with soap and log4j

2001-09-05 Thread Ram, Kumar
- From: Shay Mandel [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 05, 2001 7:31 PM To: '[EMAIL PROTECTED]' Subject: RE: Configuring tomcat with soap and log4j Hi, You must initialize the log4j system (as the error says). This means you must have a class of yourself, which

RE: Configuring tomcat with soap and log4j

2001-09-05 Thread Shay Mandel
Hi, You must initialize the log4j system (as the error says). This means you must have a class of yourself, which is called before you create the first instance of a category. This class should do something like this: String log4jConfigFileName = "log4j.properties"; try { // do the f