mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-15 18:12:35 +01:00
43 lines
1.5 KiB
Plaintext
43 lines
1.5 KiB
Plaintext
Licensed to the Apache Software Foundation (ASF) under one or more
|
|
contributor license agreements. See the NOTICE file distributed with
|
|
this work for additional information regarding copyright ownership.
|
|
The ASF licenses this file to You under the Apache License, Version 2.0
|
|
(the "License"); you may not use this file except in compliance with
|
|
the License. You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
|
|
|
|
|
|
|
|
Delivered-To: cgu@qos.ch
|
|
From: "Mentzner, Volker" <V.Mentzner@PSI-BT.de>
|
|
To: "'cgu@qos.ch'" <cgu@qos.ch>
|
|
Subject: Remote configuring log4j
|
|
Date: Thu, 3 May 2001 08:10:25 +0200
|
|
X-Mailer: Internet Mail Service (5.5.2653.19)
|
|
|
|
Hi Ceki,
|
|
|
|
I am using log4j in a GUI project. Working at the application I found
|
|
it useful to remotely configure log4j with my favourite browser. This
|
|
is reached by using a very small web server (PluggableHTTPServer) with
|
|
extentions for tasks like configuring log4j. You can easily put this
|
|
web server in an application, an example can be found in
|
|
PluggableHTTPServer.main(). Maybe someone else can use this too, so I
|
|
sent it to you to give it to the contrib dir if you like it.
|
|
|
|
Regards
|
|
|
|
|
|
Volker Mentzner
|
|
|
|
<<pluggableServer.zip>>
|
|
|