Changeset 7854


Ignore:
Timestamp:
2004-08-04T11:45:42+12:00 (20 years ago)
Author:
kjdon
Message:

do more stuff here instead of in the installer

File:
1 edited

Legend:

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

    r7848 r7854  
    3535
    3636# unpack tomcat and rename directory
    37 # this is just cos we want the shell scripts
    3837cd comms/jakarta/
    3938unzip jakarta-tomcat-4.1.30.zip
    4039mv jakarta-tomcat-4.1.30 tomcat
    41 
    42 #extract the soap jar file
    43 cd comms/soap
    44 unzip soap-bin-2.3.1.zip soap-2_3_1/lib/soap.jar
    45 cp soap-2_3_1/lib/soap.jar $GSDL3HOME/lib/java
    4640
    4741#edit the tomcat setclasspath script to add our classpath
     
    5145#make everyone happy by giving the right permissions to the shell scripts
    5246chmod a+x ./tomcat/bin/*.sh
     47
     48#rename server.xml files
     49mv ./tomcat/conf/server.xml ./tomcat/conf/server-withexamples.xml.config
     50mv ./tomcat/conf/server-noexamples.xml.config ./tomcat/conf/server.xml
     51cd $GSDL3HOME
     52
     53#extract the soap jar file
     54cd comms/soap
     55unzip soap-bin-2.3.1.zip
     56mv soap-2_3_1 soap
     57cp soap/lib/soap.jar $GSDL3HOME/lib/java
     58
    5359
    5460cd $GSDL3HOME
Note: See TracChangeset for help on using the changeset viewer.