You are viewing a plain text version of this content. The canonical link for it is here.
Posted to phoenix-dev@avalon.apache.org by Jim Alateras <ji...@intalio.com> on 2002/10/07 07:46:49 UTC

sar config file

Does the config.xml file need to be packaged with the SAR or can you specify
the location of this file.

cheers
</jima>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: sar config file

Posted by Eung-ju Park <co...@apache.org>.
----- Original Message -----
From: "Jim Alateras" <ji...@intalio.com>
To: "avalon-phoenix-developer" <av...@jakarta.apache.org>
Sent: Monday, October 07, 2002 2:46 PM
Subject: sar config file


> Does the config.xml file need to be packaged with the SAR or can you
specify
> the location of this file.

environment.xml, assembly.xml and config.xml are must be package into sar.

>
> cheers
> </jima>
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: sar config file

Posted by Peter Royal <pr...@apache.org>.
On Monday, October 7, 2002, at 01:46  AM, Jim Alateras wrote:
> Does the config.xml file need to be packaged with the SAR or can you  
> specify
> the location of this file.

You need to have a config.xml inside of the SAR, but you are able to  
store configuration information outside of the SAR.

You can plug in an alternate ConfigurationRepository implementation  
(http://jakarta.apache.org/avalon/phoenix/api/org/apache/avalon/ 
phoenix/components/configuration/ 
FileSystemPersistentConfigurationRepository.html) in Phoenix's  
kernel.xml and then store configurations elsewhere on the filesystem.  
By default it is $PHOENIX_HOME/conf/apps/{app}/{block}.xml

-pete
-- 
peter royal -> proyal@apache.org


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>