For KNOX-226 I have a patch almost ready that changes the GATEWAY_HOME layout from

What I have right now changes from the current layout

{GATEWAY_HOME}/
    conf/
        security/
    deployments
        sandbox.xml
        sandbox.war.*/

to this new layout which is more Linux friendly as conf and data will be symlinks /etc/knox/conf and /var/lib/knox/data respectively.

{GATEWAY_HOME}/
    conf
        topologies/
            sandbox.xml
    data
        security/
        deployments/
            sandbox.war.*/

Does anyone have issues or concerns about this?
Any input on long names vs short names (sec vs security, wars vs deployments, topo vs topologies, etc.)?
For example...

{GATEWAY_HOME}/
    conf
        topo/
            sandbox.xml
    data
        sec/
        wars/
            sandbox.war.*/


--
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.

Reply via email to