Changeset 4045


Ignore:
Timestamp:
Nov 26, 2010, 1:59:07 PM (13 years ago)
Author:
Gregory Vincic
Message:

Updated init.sh script to use SERVICE_PATH setting in WEB-INF/config throughout the whole init process. Also modified version number in recipe.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/servlet/www/WEB-INF/config

    r3568 r4045  
    3333MAIL_FROM_ADDRESS="noreply@$HOST_NAME"
    3434
     35
    3536# Where init scripts should be
     37# This directory is where we will install ftp startup/shutdown scripts
    3638SERVICE_PATH="/etc/init.d"
    3739
    3840# Tomcat home directory
     41# Change this if you've installed tomcat in a different directory
    3942CATALINA_HOME=$CATALINA_HOME||/srv/tomcat6
    4043
    4144# System user and group that run the tomcat process
     45# Modify the user and group according to how you start tomcat. RPM installations should
     46# use the default values.
    4247TOMCAT_USER=tomcat
    4348TOMCAT_GROUP=tomcat
  • trunk/client/servlet/www/WEB-INF/init.sh

    r3575 r4045  
    106106# Update proteios Proteios FTP Server start script
    107107java -jar ../lib/Replace.jar \
    108                 /etc/init.d/proteios_ftp_server.sh.in /etc/init.d/proteios_ftp_server.sh \
     108                $SERVICE_PATH/proteios_ftp_server.sh.in $SERVICE_PATH/proteios_ftp_server.sh \
    109109                __CATALINA_HOME__="$CATALINA_HOME" \
    110 __FTP_CONTROL_PORT__=$FTP_CONTROL_PORT \
    111 __TEMP_FILES_DIR__=$TEMP_FILES_DIR
     110                __FTP_CONTROL_PORT__=$FTP_CONTROL_PORT \
     111                __TEMP_FILES_DIR__=$TEMP_FILES_DIR
    112112
    113113# End configuration replacements
  • trunk/recipe

    r3677 r4045  
    55# Name for this software package
    66PACKAGE=ProteiosSE
    7 VERSION=2.13.0
     7VERSION=2.14.0
    88RELEASE=1
    99
Note: See TracChangeset for help on using the changeset viewer.