Hi,
I intend to deploy GT 4.0.8 services into Tomcat, I'm following the
documentation pages found on
<http://globus.org/toolkit/docs/4.0/admin/docbook/ch10.html#s-rft-admin-deploying-tomcat>.
Although the path variables etc are setup correctly,Ialso have tested Tomcat
server running by checking through my browser. But I installed tomcat under
/opt/apache-ant-6.0.8 (owned by root) and$GLOBUS_LCATION is by user 'globus'.
Have given permissions/ownership to 'globus' of the directory "webapps" under
/opt/apache-tomcat-6.0.18/; But when I run the command to build it fails,
throwing errors of some missing jar file.
Thanks in advance for help.
-Jan
[glo...@callisto globus-4.0.8]$ant -f
share/globus_wsrf_common/tomcat/tomcat.xml deploySecureTomcat
-Dtomcat.dir=/opt/apache-tomcat-6.0.18/
Buildfile: share/globus_wsrf_common/tomcat/tomcat.xml
deploySecureTomcat:
_baseTomcatDeploy:
[mkdir] Created dir: /opt/apache-tomcat-6.0.18/webapps/wsrf
[copy] Copying 209 files to /opt/apache-tomcat-6.0.18/webapps/wsrf
[mkdir] Created dir: /opt/apache-tomcat-6.0.18/webapps/wsrf/WEB-INF
[copy] Copying 152 files to /opt/apache-tomcat-6.0.18/webapps/wsrf/WEB-INF
[mkdir] Created dir: /opt/apache-tomcat-6.0.18/webapps/wsrf/WEB-INF/classes
[copy] Copying 1 file to
/opt/apache-tomcat-6.0.18/webapps/wsrf/WEB-INF/classes
[copy] Copying 1 file to
/opt/apache-tomcat-6.0.18/webapps/wsrf/WEB-INF/classes
[mkdir] Created dir: /opt/apache-tomcat-6.0.18/webapps/wsrf/WEB-INF/lib
[copy] Copying 1 file to /opt/apache-tomcat-6.0.18/webapps/wsrf/WEB-INF
[copy] Warning: Could not find file /usr/local/globus-4.0.8/lib/xalan.jar
to copy.
[copy] Copying 106 files to
/opt/apache-tomcat-6.0.18/webapps/wsrf/WEB-INF/lib
[copy] Copying 8 files to /opt/apache-tomcat-6.0.18/common/lib
BUILD FAILED
/usr/local/globus-4.0.8/share/globus_wsrf_common/tomcat/tomcat.xml:180: Failed
to copy /usr/local/globus-4.0.8/lib/xml-apis.jar to
/opt/apache-tomcat-6.0.18/common/lib/xml-apis.jar due to
java.io.FileNotFoundException /opt/apache-tomcat-6.0.18/common/lib/xml-apis.jar
(No such file or directory)
Total time: 3 seconds