You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Standard Components

  • Alfresco CMS
  • Apache 2
  • JDK 1.6
  • MySQL
  • OpenSSL
  • SASHServer (SourceLabs Tomcat)
  • UNRESOLVED: Standard PHP/Perl Configuration

Directory Structure

/etc/init.d/web (file - web start/stop script)
/etc/profile.d (various files for establishing envronment variables)
    java_home.sh
    sash_home.sh
    alf_home.sh
/home
  /db
    /mysql (MySQL database and related components)
  /logs (application and server logs to give non-sysadmins secure access to log data): All application-specific logs go here, in files named <appname>.log
  /repos (AlFresco or other CMS or file-store repositories)
  /www
    /apache
    /etc (application certificates and configurations for www server applications)
    /openssl
    /tomcat
/usr/local/jdk

Directories under /home indicate system users that IPS must set up, if the server needs the particular server component installed:

  • "db" for MySQL or other database installations
  • "logs" is to give developers read access to logs on staging or production servers. Java applications that implement log4j should write to the logs directory.
  • "repos" for Alfresco and other CMS installation
  • "www" for Apache, Tomcat, and all other web-application server components

Support Contracts

  • SourceLabs: SASHServer
  • MIT Server Operations: SLAs for virtualized development and test environments.

Unresolved

  • Maven: Standard automated deployment configuration
  • OS: Disparity between RHEL 3/4/5 and a requirement to comply with the standards of different sections of IS&T.
  • No labels