Log4j doesn't output intended debug messages

2009-02-09 Thread nashrul
I try to do some logging with my two web apps (A and B). Each webapps has has its own log4j*.jar and log4j property file (log4j.xml and log4j-1.2.14.jar for webapp A and log4j.properties and log4j-1.2.15.jar for webapp B). I try to modify log4j.properties file in webapp B to output some debug inf

Installing another jdk while tomcat is running

2008-10-14 Thread nashrul
I have jdk 1.4 and 1.5 installed and tomcat 5.0 running. I downloaded jdk 1.6 and I want to install this jdk while the tomcat is running (for some reasons I couldn't shut down the tomcat). Is this OK if I do this ? Does jdk installation not interfere with the running tomcat ?? Thanks... -- View t

Re: Error using log4j in Tomcat 5.5

2008-05-23 Thread nashrul
static method (configure(java.util.Properties properties)) as written above and instantiating PropertyConfigurator class and call its doConfigure() method ?? Christopher Schultz-2 wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Nashrul, > > nashrul wrote: > | Hi

Error using log4j in Tomcat 5.5

2008-05-22 Thread nashrul
Hi all, I'm a beginner to web application I tried to create a simple web application, namely WebTest. It only contains one servlet, like this: quote: package solmit; import java.io.IOException; import java.io.PrintWriter; import javax.servlet.ServletException; import jav