You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Pier Fumagalli <pi...@betaversion.org> on 2001/11/01 14:19:32 UTC

Re: tomcat on mainframe

Troy.Campano@LibertyMutual.com at Troy.Campano@LibertyMutual.com wrote:

> has anyone installed TOMCAT on the mainframe (IBM os/390)?
> 
> Do you know how this would work?
> Where I could get the binaries (if there are any)?
> 
> thank you greatly for your time....it's appreciated!

I know it works for sure because IBM has a very nice Java2 VM for OS/390
(being an ex IBM employee takes its toll...).
The binaries are the usual .zip or .tar.gz available from the website, but
you might have to do some tweaking to the startup/shutdown scripts (I don't
have access to an OS/390 anymore, so can't help you out on that)

    Pier


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


Re: tomcat on mainframe

Posted by Nikola Milutinovic <Ni...@ev.co.yu>.
> Troy.Campano@LibertyMutual.com at Troy.Campano@LibertyMutual.com wrote:
> 
> > has anyone installed TOMCAT on the mainframe (IBM os/390)?
> > 
> > Do you know how this would work?
> > Where I could get the binaries (if there are any)?
> > 
> > thank you greatly for your time....it's appreciated!
> 
> I know it works for sure because IBM has a very nice Java2 VM for OS/390
> (being an ex IBM employee takes its toll...).
> The binaries are the usual .zip or .tar.gz available from the website, but
> you might have to do some tweaking to the startup/shutdown scripts (I don't
> have access to an OS/390 anymore, so can't help you out on that)

Speaking of startup/shutdown scripts... In all distributions I had to manually add "-config ${CATALINA_HOME}/conf/server.xml". Is this deliberately left out or is at an omission?

Basically, I need Tomcat to startup/shutdown with the machine.

Nix.