Changeset 3560


Ignore:
Timestamp:
2002-11-25T13:36:50+13:00 (21 years ago)
Author:
kjdon
Message:

small change

Location:
trunk/gsdl3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/install-soap.bash

    r3554 r3560  
    2828comms/tomcat/jakarta/bin/startup.sh
    2929
    30 #the following command is supposed to deploy the service but it doesn't worl inside bash, so you need to cut and paste it onto the command line and retry it.
     30# IMPORTANT!!!!!!!!!!!!!!
     31# the following command is supposed to deploy the service but it doesn't
     32# work inside bash, so you need to cut and paste it onto the command line
     33# and retry it.
    3134java org.apache.soap.server.ServiceManagerClient http://localhost:8080/soap/servlet/rpcrouter deploy resources/soap/localsite.xml
    3235
  • trunk/gsdl3/install.bash

    r3556 r3560  
    33export CVS_RSH=ssh
    44
    5 #if you have a greenstone_cvs account you can change to use that
    6 #remember, password for anonymous access is 'anonymous'
    7 #export CVSROOT=:ext:[email protected]:/usr/local/global-cvs/gsdl-src
    8 export CVSROOT=:pserver:[email protected]:2402/usr/local/global-cvs/gsdl-src
     5#if you dont have a greenstone_cvs account you can change to use anonymous
     6# access. remember, password for anonymous access is 'anonymous'
     7export CVSROOT=:ext:[email protected]:/usr/local/global-cvs/gsdl-src
     8#export CVSROOT=:pserver:[email protected]:2402/usr/local/global-cvs/gsdl-src
    99
    1010#make sure we have the current GSDL3
Note: See TracChangeset for help on using the changeset viewer.