Changeset 7973


Ignore:
Timestamp:
2004-08-18T05:29:24+12:00 (20 years ago)
Author:
kjdon
Message:

predeploy the soap site and use the predefined server.xml for tomcat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/dist-resources/gs3-prepare-for-dist.sh

    r7967 r7973  
    3434cd $GSDL3HOME
    3535
     36###############################
     37# SETUP TOMCAT
     38###############################
     39
    3640# unpack tomcat and rename directory
    3741cd comms/jakarta/
     
    5054#rename server.xml files
    5155mv ./tomcat/conf/server.xml ./tomcat/conf/server-withexamples.xml.config
    52 mv ./tomcat/conf/server-noexamples.xml.config ./tomcat/conf/server.xml
     56#mv ./tomcat/conf/server-noexamples.xml.config ./tomcat/conf/server.xml
     57# @gsdl3home@ will be set by the installer, and 8080 replaced with the correct port
     58cp server.xml.in ./tomcat/conf/server.xml
    5359cd $GSDL3HOME
    5460
     61###############################
     62# SETUP SOAP
     63###############################
    5564#extract the soap jar file
    5665cd comms/soap
     
    5867mv soap-2_3_1 soap
    5968cp soap/lib/soap.jar $GSDL3HOME/lib/java
     69# move the localsite deployment description into the soap webapp - localsite comes predeployed
     70cp DeployedServices.ds soap/webapps/soap/
     71# disable soap by renaming the web.xml file
     72mv ./soap/webapps/soap/WEB-INF/web.xml ./soap/webapps/soap/WEB-INF/web.xml.disabled
     73
    6074cd $GSDL3HOME
    6175
    62 # get mysql
     76################################
     77# SETUP MYSQL + SAMPLE DATABASES
     78################################
    6379cd packages/mysql
    6480unzip mysql-4.0.20-linux.zip
Note: See TracChangeset for help on using the changeset viewer.