Peter Donald wrote:

> I can't reproduce the problem. Can you download
> 
> http://jakarta.apache.org/~donaldp/avalon-demo.sar.zip

This one works fine.

> http://jakarta.apache.org/builds/jakarta-avalon-phoenix/nightly/2002-10-13/

With that Phoenix. Only my SARs don't work.

> If that still does not help then can you send me an example which fails 
> (especially the environment.xml).

Find the environment.xml attached.

Ulrich

-- 
Ulrich Mayring
DENIC eG, Systementwicklung
<?xml version="1.0"?>

<server>
	<logs version="1.1">

        <factories>
		<factory type="file" class="org.apache.avalon.excalibur.logger.factory.FileTargetFactory"/>
	</factories>

	<targets>
		<file id="root">
			<filename>${app.home}/logs/avalon</filename>
			<format type="extended">%7.7{priority} %17.17{time:dd.MM.yy HH:mm:ss} [%20.20{category}] (%{context}): %{message}\n%{throwable}</format>
                        <rotation type="unique" pattern="-yyyy-MM-dd-hh-mm-ss" suffix=".log">
                            <size>10m</size>
                        </rotation>
		</file>
		<file id="eqlwatcher">
			<filename>${app.home}/logs/eqlwatcher</filename>
			<format type="extended">%7.7{priority} %17.17{time:dd.MM.yy HH:mm:ss} [%20.20{category}] (%{context}): %{message}\n%{throwable}</format>
                        <rotation type="unique" pattern="-yyyy-MM-dd-hh-mm-ss" suffix=".log">
                            <size>10m</size>
                        </rotation>
		</file>
	</targets>

	<categories>
		<category name="" log-level="INFO">
			<log-target id-ref="root"/>
		</category>
		<category name="eqlwatcher" log-level="DEBUG">
			<log-target id-ref="eqlwatcher"/>
		</category>
	</categories>

	</logs>

	<policy>
		<grant code-base="sar:SAR-INF${/}lib${/}*">
			<permission class="java.security.AllPermission" />
		</grant>
	</policy>

</server>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to