Return-Path: Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 65034 invoked from network); 2 Nov 2000 07:56:37 -0000 Received: from unknown (HELO mail.anyware-tech.com) (213.11.20.188) by locus.apache.org with SMTP; 2 Nov 2000 07:56:37 -0000 Received: from anyware-tech.com (anyware1 [10.0.0.1]) by mail.anyware-tech.com (8.9.3/8.8.7) with ESMTP id IAA23871 for ; Thu, 2 Nov 2000 08:55:34 +0100 Message-ID: <3A011DDE.26077A8C@anyware-tech.com> Date: Thu, 02 Nov 2000 08:55:10 +0100 From: Sylvain Wallez Organization: Anyware Technologies X-Mailer: Mozilla 4.7 [fr] (WinNT; I) X-Accept-Language: fr MIME-Version: 1.0 To: cocoon-dev@xml.apache.org Subject: Re: [PATCH] resource: URL handling (cleaned-up code) References: <200011020041.QAA28311@orion.nsr.hp.com> <001501c04468$67d56620$3200a8c0@calvary.org> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N There is a good article about protocol handlers at the Java Developer Connection : http://developer.java.sun.com/developer/onlineTraining/protocolhandlers/ -Sylvain Berin Loritsch a �crit : > > ----- Original Message ----- > From: Ovidiu Predescu > To: Vadim Gritsenko > Cc: > Sent: Wednesday, November 01, 2000 7:41 PM > Subject: Re: [PATCH] resource: URL handling (cleaned-up code) > > > On Tue, 31 Oct 2000 16:50:59 -0500, "Vadim Gritsenko" > > wrote: > > > > > I know that WebLogic does not allow to modify system properties by > servlets. > > > > I think it's actually the JVM which doesn't allow this system property to > be > > changed after it started. I'm not sure how Tomcat does it, but it may be > > starting a JVM in a new process. But again, I didn't look at Tomcat or the > JVM > > sources so this might be inaccurate. > > It has to do with wether a security manager was set or not. If you are > using a security > manager (which WebLogic does by default) then you have to hack the > permissions > file to allow adding/changing certain system properties. Otherwise, nothing > is required > (ala Tomcat default).