Globus Toolkit 4.0 under Windows XP

xiaoxiao2021-04-07  336

In fact, individual thinks that this WS Core under Windows is not counted in grid 1. First download the required software, listed below: (1) JDK 1.5. (2) GT4, I am WS-CORE-4.0.1-bin.zip version, there is also a WS-Core-4.0.1-src.tar.gz version, these two versions are actually the same, but only the former only needs Unzip, the latter needs to decompress the ANT ALL; it is recommended to use the former, simple. (3) Apache-Ant (http://ant.apache.com) (4) jakarta-tomcat (http: tmcat.apache.com). 2, create a directory (directory name and location can be arbitrarily set): (1) D: / java (2) D: /WS-CORE-4.0.1 (3) D: / apache-ant (4) d: / JAKARTA-TOMCAT3, installing the above software: Installing JDK, unzip WS-CORE-4.0.1, Apache-Ant, Jakarta-Tomcat to the corresponding path. 4, set the environment variable my computer -> Properties -> Advanced -> Environment Variable: Several parts, first add Ant_Home = D: / Apache-ANTALINA_HOME = D: / jakarta-tomcatjava_home = D: / Java /jdk1.5.0_06globus_location= d: /ws-core-4.0.1 After setting is completed, add:% java_home% / bin;% ANT_HOME% / bin;% catalina_home% / bin;% globus_location% / bin; note The middle semicolon. Setting CLASSPATHCLASSPATH in the XP system problem, first you need to edit it yourself, add ClassPath, join the required lib:;% java_home% / lib;% globus_location% / lib; 5, deploy GT4 (1) under Tomcat to enter DOS Interface, Enter: CD% Globus_location% (2) ANT -F Share / Globus_WSRF_COMMON / TOMCAT / TOMCAT.XML Deploysecuretomcat -dtomcat.dir =% CATALINA_HOME% The upper two lines continuous input, do not change. (3) After the input is complete, enter the startup to start Tomcat. (4) If everything can open the IE browser, enter http: // localhost: 8080 / WSRF / Services, you should be able to display some service. Display reads as follows: And now ... Some ServicesNotificationTestService (wsdl) generateNotification selfSubscribe TestAuthzService (wsdl) addDeclinedMethod SAMLRequest TestServiceWrongWSDL (wsdl) createResource resetNumInstances getInstanceInfo testLocalInvocation ShutdownService (wsdl) shutdown CounterService (wsdl) GT4 successful installation.

转载请注明原文地址:https://www.9cbs.com/read-132491.html

New Post(0)