RE: tomcat not loading log4j properties

2007-05-30 Thread mélanie langlois
directory ... From: mélanie langlois <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" To: users@tomcat.apache.org Subject: tomcat not loading log4j properties Date: Thu, 31 May 2007 05:06:42 +0200 Hello, I'm using tomcat 5.0.28 on windows, and I do not obatin the logs for my ap

tomcat not loading log4j properties

2007-05-30 Thread mélanie langlois
Hello, I'm using tomcat 5.0.28 on windows, and I do not obatin the logs for my application. I probably do something wrong in my configuration, but couldn't figure out why, even after checking tomcat doics and mailing list. Here is my configuration: -in my server.xml, I have the following:

Loading external url as local

2007-05-10 Thread mélanie langlois
Hello, In one of my webpage, one frame is loading an external url, using iframe tag. The loading process works fine, but I need to access component in this frame, to launch some actions on them. When I tryed that I get a Permission denied error, because the iframe is loaded from an external do

Re: nullpointerexception with standard manager

2007-05-09 Thread mélanie langlois
n no-parameter constructor 3) all it's instance fields are serializable The serialization process does not store or restore static field, because those are class wide and not related to object instance. En l'instant précis du 07/05/07 09:20, mélanie langlois s'exprimait en ces t

nullpointerexception with standard manager

2007-05-07 Thread mélanie langlois
Hello, We are running tomcat 5.0.28, and we have a problem with the standardManager when restarting our application. We have a NullPointerException when the StandardManager loads a session object.This object has static fields calling another class method (to obtain the bundles key for some pag