Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
cp /opt/tomcat-connectors-1.2.21-src/conf/workers.properties \
   $SASHSRV_HOME/conf/template/conf/jk
cp /root/sashsrv.conf /home/www/sash-server-2.0.4-BETA/serversconf/defaulttemplate/conf

    7ac. make certain the following directives in workers.properties are set:

...

Code Block
cp /root/rolesApplicationContext.xml $SASHSRV_HOME/core/shared/classes/

     9c. rootauth moves to /root

    10. install the web init script into /etc/init.d, and place starter links into
    the /etc/rc.d/ runlevel directories.  It should be bundled with this
    document.

...

    10g.  Edit /etc/init.d/sash-server and correct the value of SASHSRV_HOME.

11. Add line to /var/spool/cron/root to cause rootauth to run every 15 min, and
    freshen the Kerberos tickets.

...

12. update paths in /etc/profile, by adding the following line in the path
    manipulation code block (you can find it by searching for /usr/local/sbin)

...