Page 1 of 1

HELP! How to upload tomcat.tar.gz to mvs?

Posted: Fri Jan 02, 2009 12:28 am
by tchengbj@cn.ibm.com
Hi,
I want to install Tomcat on Z/os. Follow the guide I upload apache-tomcat-6.0.18.tar.gz to MVS using FTP command :
ftp>bin
ftp>quote site recfm=fb
ftp>quote site lrecl=80
ftp>quote site cyl
ftp>quote site pri=2
ftp>put D:\software\apache-tomcat-6.0.18.tar.gz '*****.TOMCAT.TAR.GZ'

and in USS I want to use tar command to uncompress '*****.TOMCAT.TAR.GZ', but met this problem:
decompress: FSUM6636 not in compressed format
Could someone tell me how to upload tomcat to MVS?THANKS!

I have deployed successfully

Posted: Fri Jan 02, 2009 6:44 am
by tchengbj@cn.ibm.com
Ok, I have solved the problem, and now Tomcat is running well.

Posted: Fri Jan 02, 2009 9:45 am
by dovetail
Glad you solved your problem (somehow).

If you use the .zip version of the Tomcat distribution, then you can use the jar command to unpack it. Here are our instructions:

http://dovetail.com/docs/jzos/tomcat.html

How did you "somehow" extract it.

Posted: Wed Feb 11, 2009 5:03 pm
by axioss
I tried tar -zxvf but had no success. I will use the zip format but would still like to know how you did this. Thank you.

Posted: Wed Feb 11, 2009 5:11 pm
by dovetail
Use the jar command to unpack the zip version.

See: http://dovetail.com/docs/jzos/tomcat.html for details