• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Tomcat and iSeries

 
Ranch Hand
Posts: 724
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is it possible to run Tomcat on iSeries?
 
Ranch Hand
Posts: 5093
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Tomcat will run on anything that has a JVM available.
Depending on the hardware configuration it may or may not run at decent performance, but what iSeries machines I've seen would have no problems there.
 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We are running Tomcat on an iSeries for a small application that does not get much use at this time. It works but I don't know if there would be performance issues with higher usage.

If anyone else is running on iSeries I have a question. When I start Tomcat on a client's machine with the following command:

SBMJOB CMD(QSH CMD('/jakarta-tomcat/bin/startup.sh')) JOB(STARTTOM) JOBQ(&JOBQ) CCSID(37)

I get two jobs (TOMCAT and QP0ZSPWT) running until I end Tomcat but on our development machine the STARTTOM job ends after a couple of minutes and QP0ZSPWT runs until I end Tomcat. Both machines are at V5R3 and both are running Tomcat 5.5.4. Something must be different but I can't find it.

Thanks in advance for any thoughts or suggestions.
John
[ March 02, 2005: Message edited by: John Ackerman ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic