Re: Tomcat on Power I

2018-03-19 Thread James H. H. Lampert

On 3/19/18 5:42 AM, Danny Rodius wrote:

has anyone tried tomcat on Power i systems?


We have a fair amount of experience with that combination, typically 
using Tomcat 7. We've even got a CL program that will seek out a 
suitable JVM, and launch Tomcat under that JVM, setting a number of 
other parameters in the process.


If you need SSL, use JSSE, not OpenSSL.

--
JHHL

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: Tomcat on Power I

2018-03-19 Thread Greg Vilardi
On Mon, Mar 19, 2018 at 05:39:35PM +0100, Rainer Jung wrote:
> Am 19.03.2018 um 14:24 schrieb Christopher Schultz:
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA256
> > 
> > Danny,
> > 
> > On 3/19/18 5:42 AM, Danny Rodius wrote:
> > > has anyone tried tomcat on Power i systems?
> > 
> > Which OS?
> 
> Probably the OP means System i, aka iSeries, aka AS/400.
> 
> > There is at least one guy here who uses Tomcat on AS/400, but I think
> > he has had better luck with a *NIX OS on the same hardware. I'm not
> > precisely sure how all that works.
> > 
> > Theoretically, if there is a Java Virtual Machine for the
> > OS/architecture, then Tomcat should run on it.
> 
> Regards,
> 
> Rainer

IBM Power systems come in a variety of flavors. The iSeries boxes do run i5OS
(Formerly OS/400), and they ship with an AIX subsystem which provides unix
functionality. IBM also supplies packages for the JVM that can be installed,
and Tomcat runs fine in those environments. We are running the latest 8.0 point
release on our dev servers. I can't comment on any potential issues with newer
releases yet.

If you have a machine with a PowerLinux partition, then it's Linux, and you
should have no difficulties there.

-Greg

-- 
Greg Vilardi   |Technical Lead E-mail:vila...@panix.com
USnail: 354 Indian Head Rd |Vormittag Associates, Inc.   Home:(631)864-1310
Commack, NY 11725  |Ronkonkoma, NY 11779 Cell:(631)627-1448
.sig Version 0.71 I thought, I wrote, I posted.

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: Tomcat on Power I

2018-03-19 Thread Rainer Jung

Am 19.03.2018 um 14:24 schrieb Christopher Schultz:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Danny,

On 3/19/18 5:42 AM, Danny Rodius wrote:

has anyone tried tomcat on Power i systems?


Which OS?


Probably the OP means System i, aka iSeries, aka AS/400.


There is at least one guy here who uses Tomcat on AS/400, but I think
he has had better luck with a *NIX OS on the same hardware. I'm not
precisely sure how all that works.

Theoretically, if there is a Java Virtual Machine for the
OS/architecture, then Tomcat should run on it.


Regards,

Rainer

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: Tomcat on Power I

2018-03-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Danny,

On 3/19/18 5:42 AM, Danny Rodius wrote:
> has anyone tried tomcat on Power i systems?

Which OS?

There is at least one guy here who uses Tomcat on AS/400, but I think
he has had better luck with a *NIX OS on the same hardware. I'm not
precisely sure how all that works.

Theoretically, if there is a Java Virtual Machine for the
OS/architecture, then Tomcat should run on it.

- -chris
-BEGIN PGP SIGNATURE-
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQJRBAEBCAA7FiEEMmKgYcQvxMe7tcJcHPApP6U8pFgFAlqvufodHGNocmlzQGNo
cmlzdG9waGVyc2NodWx0ei5uZXQACgkQHPApP6U8pFhJpw/9FCUiteNRi7XUoZmf
pCrgqDwKbczDSrmDxelLUIEWQ3rZYITbqI4H+1qVhsekjesfBbAeq4ClMClT67V0
2alc1d1HqPETTvWM+wMDIgaTsEnzYvshHCD3ECmW6OF+R40QkDHZcVp4GBOtBc/B
AJNjQkMfo0He8USoZLAn8aEOJ+Ne5/Fc6xgcwqNLFvLvrir9000zy3LGPgzqvgOQ
u7uI9j59Ymn/lShrqxgfCaG6YeIsBcbtmByEg/JHVSS971ItWi1XhfH9uh9reBhQ
nL0AvPTd72W1YewhCWEBVHmAwiyw9zwGNuo+a5sA7dwscDNBXt3RX/++VjswVkCX
2syOlmI3HRcB1f3XKtwLUYBc0ysqiT/5M8GkbLqautysAZuwdkBDHEN5Ak/OUGnc
czfUivcw4vno5gI1ko9irgZPOvTM8p3coRUJS26rZvVay9KJEFs09LT0jRa9M0hJ
HLoIH9fDuaj9GBX3oAU6jDonAgNkyGRh/1vuvQc9HXSJVALe5W9mbogO3qagfuMI
sNzCatmR8JW7YHpeKTyLHw51Pp0JE3wIs9UYlosTHiNqsWXyur1SDWBqnEHVx5TM
GIP2THWdUgfJTa+VH7867yRq/gP9AP1Q+wgobp6E7Kxho+8GqA1oRJ3FKB1iq5Or
3Pz4JnKPbMFYG7OCfPDbZ0WxJ74=
=n0Xy
-END PGP SIGNATURE-

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Tomcat on Power I

2018-03-19 Thread Danny Rodius
Hello 

 

has anyone tried tomcat on Power i systems?