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

Issues and Questions related to running Apache Tomcat on z/OS
Post Reply
tchengbj@cn.ibm.com
Posts: 2
Joined: Fri Jan 02, 2009 12:02 am

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

Post 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!
tchengbj@cn.ibm.com
Posts: 2
Joined: Fri Jan 02, 2009 12:02 am

I have deployed successfully

Post by tchengbj@cn.ibm.com »

Ok, I have solved the problem, and now Tomcat is running well.
dovetail
Site Admin
Posts: 2022
Joined: Thu Jul 29, 2004 12:12 pm

Post 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
axioss
Posts: 1
Joined: Wed Feb 11, 2009 5:01 pm

How did you "somehow" extract it.

Post 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.
dovetail
Site Admin
Posts: 2022
Joined: Thu Jul 29, 2004 12:12 pm

Post by dovetail »

Use the jar command to unpack the zip version.

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