On Wed, Sep 28, 2016 at 3:47 PM, Steely.Mark <[email protected]>
wrote:

> We are currently on z/OS v2.2 and we are trying to get HTTP Apache
> configured.
>
> I found the ihsCMT tool which states: The IHS Configuration Migration Tool
> generates an approximation of an equivalent httpd configuration file for
> IHS for z/OS powered by Apache.
>
> I get the message that states the jar file is corrupted.
>
> Has anyone else used this successfully. I have tried downloading ascii and
> binary. When I downloaded the file  binary and executed the command I
> received a message saying something about the Manifest  record missing.
>
> The ascii transfer gets the jar file corrupted.
>
> Is there another tool that I can use or any insight what I am doing wrong
> on the current process.
>
> Any help would be appreciated.
>
> Thanks
>
>
​What I did:

Using a z/OS UNIX shell (via ssh to be exact):

mkdir ~/Download
cd ~/Download
curl ftp://public.dhe.ibm.com/s390/zos/tools/cmt/CMT.zip >CMT.zip
​mkdir CMT
cd CMT
mv ../CMT.zip .
jar xf CMT.zip # extract files from zip file
chmod 755 Tool.sh
./Tool.sh /etc/httpd.conf X # X just because
​
# Response from above was:
 Java Home is set
Configuration file conversion successful.



-- 
Heisenberg may have been here.

Unicode: http://xkcd.com/1726/

Maranatha! <><
John McKown

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to