Changeset 7801 for trunk


Ignore:
Timestamp:
2004-07-22T14:26:33+12:00 (20 years ago)
Author:
kjdon
Message:

moved gsdl3home stuff into gs3-prepare.sh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/gs3-finalise.sh

    r7791 r7801  
    3838fi
    3939
    40 # Edit the comms/jakata/tomcat/conf/server.xml file and set the gsdl3home and hostname variables
    41 sed "s|@gsdl3home@|${gsdl3home}|" ./comms/jakarta/tomcat/conf/server.xml.in > ./comms/jakarta/tomcat/conf/server.xml
     40# Edit the comms/jakata/tomcat/conf/server.xml file and set the port variable
    4241if [ "$portnumber" != "8080" ] ; then
    4342    sed "s|8080|${portnumber}|" ./comms/jakarta/tomcat/conf/server.xml > ./comms/jakarta/tomcat/conf/server.tmp && mv ./comms/jakarta/tomcat/conf/server.tmp ./comms/jakarta/tomcat/conf/server.xml
    4443fi
    4544
    46 # Edit the web/WEB-INF/web.xml to set gsdl3home
    47 sed "s|@gsdl3home@|${gsdl3home}|" ./web/WEB-INF/web.xml.in > ./web/WEB-INF/web.xml
    48 
    49 # Edit the siteConfig.xml found in any site within the sites folder
     45# Edit the siteConfig.xml found in any site within the sites folder - port and hostname
    5046for SITE in  $gsdl3home/web/sites/*; do
    5147    if [ -f $SITE/siteConfig.xml ] ; then
Note: See TracChangeset for help on using the changeset viewer.