You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stratos.apache.org by chris snow <ch...@gmail.com> on 2013/12/07 08:55:08 UTC

LB conf fiiles

I've just done a clean build on commit
c6829cdfb8016eb71034c6af7b90e9bd7bb0742c and noticed there are a lot of
configuration files that seem as though they should be excluded.

If someone would be happy to mark the diagram below with K (Keep) or R
(Remove), I can have a look to see if I can fix it.

Many thanks,

Chris

apache-stratos-load-balancer-4.0.0-SNAPSHOT/repository/conf/
├── axis2
│   ├── axis2_client.xml
│   └── axis2.xml
├── carbon.xml
├── datasources
│   └── master-datasources.xml
├── datasources.properties
├── email
│   └── email-admin-config.xml
├── embedded-ldap.xml
├── etc
│   ├── cache.xml
│   ├── config-validation.xml
│   ├── coordination-client-config.xml
│   ├── jmx.xml
│   ├── launch.ini
│   ├── mime.mappings
│   ├── mime.types
│   └── zoo.cfg
├── event-broker.xml
├── loadbalancer.conf
├── log4j.properties
├── nhttp.properties
├── osgi-debug.options
├── passthru-http.properties
├── README
├── registry.xml
├── security
│   ├── cipher-text.properties
│   ├── cipher-tool.properties
│   └── secret-conf.properties
├── synapse.properties
├── templates
│   └── jndi.properties.template
├── tomcat
│   ├── carbon
│   │   ├── META-INF
│   │   │   └── context.xml
│   │   └── WEB-INF
│   │       └── web.xml
│   ├── catalina-server.xml
│   └── web.xml
└── user-mgt.xml

Re: LB conf fiiles

Posted by Imesh Gunaratne <im...@apache.org>.
Hi Chris,

Thanks for looking into this. I will go through the list of files and let
you know which ones we could remove.

Thanks
Imesh


On Sat, Dec 7, 2013 at 1:25 PM, chris snow <ch...@gmail.com> wrote:

> I've just done a clean build on commit
> c6829cdfb8016eb71034c6af7b90e9bd7bb0742c and noticed there are a lot of
> configuration files that seem as though they should be excluded.
>
> If someone would be happy to mark the diagram below with K (Keep) or R
> (Remove), I can have a look to see if I can fix it.
>
> Many thanks,
>
> Chris
>
> apache-stratos-load-balancer-4.0.0-SNAPSHOT/repository/conf/
> ├── axis2
> │   ├── axis2_client.xml
> │   └── axis2.xml
> ├── carbon.xml
> ├── datasources
> │   └── master-datasources.xml
> ├── datasources.properties
> ├── email
> │   └── email-admin-config.xml
> ├── embedded-ldap.xml
> ├── etc
> │   ├── cache.xml
> │   ├── config-validation.xml
> │   ├── coordination-client-config.xml
> │   ├── jmx.xml
> │   ├── launch.ini
> │   ├── mime.mappings
> │   ├── mime.types
> │   └── zoo.cfg
> ├── event-broker.xml
> ├── loadbalancer.conf
> ├── log4j.properties
> ├── nhttp.properties
> ├── osgi-debug.options
> ├── passthru-http.properties
> ├── README
> ├── registry.xml
> ├── security
> │   ├── cipher-text.properties
> │   ├── cipher-tool.properties
> │   └── secret-conf.properties
> ├── synapse.properties
> ├── templates
> │   └── jndi.properties.template
> ├── tomcat
> │   ├── carbon
> │   │   ├── META-INF
> │   │   │   └── context.xml
> │   │   └── WEB-INF
> │   │       └── web.xml
> │   ├── catalina-server.xml
> │   └── web.xml
> └── user-mgt.xml
>
>