Update CIT's site makefile
[remote/remote-ws.git] / contrib / Makefile.local.cit
blob5cb0c36b51e6f71efe7e48e32039d8bd185aea4b
1 ################################################################################
2 # Configuration section for CIT site
3 ################################################################################
5 ## Webservice address information
7 # Information about the location of the webservice. It will be used when
8 # generating the client stubs from the WSDL files.
10 SERVICEHOST     = testbed.aws.cit.ie
11 SERVICEPORT     = 8080
12 SERVICEPATH     = axis/services
14 SERVICELOCATION = http://$(SERVICEHOST):$(SERVICEPORT)/$(SERVICEPATH)
16 ## Webservice admin service information
18 # Information about the location and credentials for accessing the
19 # webservice framework with the AdminClient. Test the information using
20 # the deploy-test rule, which will try to contact the server and list
21 # the available webservices.
22
23 # To use the AdminClient program's default values, leave the variables
24 # empty.
26 ADMINHOST       = testbed.aws.cit.ie
27 ADMINPORT       = 8080
28 ADMINUSER       =
29 ADMINPASS       =
31 ## Location of the server class files
33 # The host and path specifying where the web service application
34 # infrastructure classes should be deployed. Note, that scp is used for
35 # this, so the DEPLOYLOCATION variable should hold a valid scp location.
37 # Leave DEPLOYHOST empty to deploy files locally.
39 DEPLOYHOST      = testbed.aws.cit.ie
40 DEPLOYPATH      = /var/lib/tomcat-5.5/webapps/axis/WEB-INF/lib
42 DEPLOYLOCATION  = $(DEPLOYHOST)$(if $(DEPLOYHOST),:)$(DEPLOYPATH)