Changeset 4045
- Timestamp:
- Nov 26, 2010, 1:59:07 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/servlet/www/WEB-INF/config
r3568 r4045 33 33 MAIL_FROM_ADDRESS="noreply@$HOST_NAME" 34 34 35 35 36 # Where init scripts should be 37 # This directory is where we will install ftp startup/shutdown scripts 36 38 SERVICE_PATH="/etc/init.d" 37 39 38 40 # Tomcat home directory 41 # Change this if you've installed tomcat in a different directory 39 42 CATALINA_HOME=$CATALINA_HOME||/srv/tomcat6 40 43 41 44 # 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. 42 47 TOMCAT_USER=tomcat 43 48 TOMCAT_GROUP=tomcat -
trunk/client/servlet/www/WEB-INF/init.sh
r3575 r4045 106 106 # Update proteios Proteios FTP Server start script 107 107 java -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 \ 109 109 __CATALINA_HOME__="$CATALINA_HOME" \ 110 __FTP_CONTROL_PORT__=$FTP_CONTROL_PORT \111 __TEMP_FILES_DIR__=$TEMP_FILES_DIR110 __FTP_CONTROL_PORT__=$FTP_CONTROL_PORT \ 111 __TEMP_FILES_DIR__=$TEMP_FILES_DIR 112 112 113 113 # End configuration replacements -
trunk/recipe
r3677 r4045 5 5 # Name for this software package 6 6 PACKAGE=ProteiosSE 7 VERSION=2.1 3.07 VERSION=2.14.0 8 8 RELEASE=1 9 9
Note: See TracChangeset
for help on using the changeset viewer.