Skip to main content
Participant
October 31, 2008
Question

Remote shared object directory under application directory.

  • October 31, 2008
  • 2 replies
  • 317 views
I need to have my FMS 2 server application code (.asc files) and shared object folders on separate drives, is this possible?

My situation is this.
I have a secure drive where all of my application code needs to reside. This drive stores all static data and applications and is restored from a golden image upon startup.

Any dynamic data, such as shared objects, must be stored on a separate data drive.

Can FMS2 be configured to store the shared object directories and files in a location other than under the application directory?

Thanks for any help,

-Randy
    This topic has been closed for replies.

    2 replies

    Participant
    November 18, 2008
    Thanks Jay !

    That's exactly what I wanted to know.

    -Randy
    October 31, 2008
    You can store the shared objects elsewhere. Look for the <sharedObjManager><storageDir> node in conf/_defaultRoot_/[vhost name]/application.xml.

    I'm also pretty sure you can configure this per-application by adding the sharedobjectmanager node to an application.xml file within the application directory, but I haven't tried it so I'm not 100% sure on that one.