You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by Andrei Ivanov <my...@surfeu.fi> on 2002/05/18 15:52:37 UTC

james-server.xml -> james-environment.xml ?

Hi list,
though james migrated to phoenix 4.0aX why there is still old 
james-server.xml?
Andrei


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


Re: james-server.xml -> james-environment.xml ?

Posted by Andrei Ivanov <my...@surfeu.fi>.
Hi,

> It is renamed in this step...

I knew that, but still:

1. renaming has to be done: james-server.xml -> james-environment.xml
2. in this file policy block has to be changed to

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

... I think so

Andrei

----- Original Message -----
From: "Paul Hammant" <Pa...@yahoo.com>
To: "James Developers List" <ja...@jakarta.apache.org>
Sent: Saturday, May 18, 2002 5:49 PM
Subject: Re: james-server.xml -> james-environment.xml ?


> Andrei,
>
> >Hi list,
> >though james migrated to phoenix 4.0aX why there is still old
> >james-server.xml?
> >
> >
> It is renamed in this step...
>
>   <target name="sar" depends="block-archive,auxiliary-jars">
>
>     <sar sarfile="${build.lib}/${name}.sar"
>          config="src/conf/james-config.xml"
>          environment="src/conf/james-server.xml"
>          assembly="src/conf/james-assembly.xml" >
>
>
> .. but you have a point.
>
> -ph
>
>
> --
> 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: james-server.xml -> james-environment.xml ?

Posted by Paul Hammant <Pa...@yahoo.com>.
Andrei,

>Hi list,
>though james migrated to phoenix 4.0aX why there is still old 
>james-server.xml?
>  
>
It is renamed in this step...

  <target name="sar" depends="block-archive,auxiliary-jars">

    <sar sarfile="${build.lib}/${name}.sar"
         config="src/conf/james-config.xml"
         environment="src/conf/james-server.xml"
         assembly="src/conf/james-assembly.xml" >


.. but you have a point.

-ph


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