Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 95620 invoked from network); 18 Nov 2004 09:30:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 18 Nov 2004 09:30:37 -0000 Received: (qmail 44543 invoked by uid 500); 18 Nov 2004 09:30:12 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 44521 invoked by uid 500); 18 Nov 2004 09:30:12 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 44508 invoked by uid 99); 18 Nov 2004 09:30:12 -0000 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_WHOIS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [196.36.186.100] (HELO exserv.MediClinic.co.za) (196.36.186.100) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 18 Nov 2004 01:30:08 -0800 Received: from exserv.mediclinic.co.za ([150.150.201.68]) by exserv.MediClinic.co.za with Microsoft SMTPSVC(5.0.2195.6713); Thu, 18 Nov 2004 11:31:05 +0200 Importance: normal Priority: normal Received: from mcchqex02.mediclinic.co.za ([150.150.201.86]) by exserv.mediclinic.co.za with Microsoft SMTPSVC(5.0.2195.6713); Thu, 18 Nov 2004 11:31:05 +0200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4939.300 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: tomcat 5.0.28 on iseries os/400 version 5 release 2? Date: Thu, 18 Nov 2004 11:31:05 +0200 Message-ID: <8877E1104A86984CBD707AFD6326712B042025@mcchqex02.mediclinic.co.za> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: tomcat 5.0.28 on iseries os/400 version 5 release 2? thread-index: AcTMruIDHIAOnIA1STWIgJGmxuGqeAAAb9kQAABbrtAAAIbnwAAhCNpQ From: "Roux, Wouter" To: "Tomcat Users List" X-OriginalArrivalTime: 18 Nov 2004 09:31:05.0556 (UTC) FILETIME=[53D26940:01C4CD51] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, I am currently running Tomcat 4.1.30 on the iseries (version5 release = 2). Here is my startup script : export -s CATALINA_HOME=3D/tomcat4 export -s CATALINA_BASE=3D/tomcat4 export -s JAVA_HOME=3D/QIBM/ProdData/Java400/jdk14 export -s = CLASSPATH=3D.:$CLASSPATH:/QIBM/ProdData/Java400/jdk14/lib/tools.jar:"$CAT= ALINA_HOME"/common/lib/ant.jar:"$CATALINA_HOME"/bin/bootstrap.jar:"$CATAL= INA_HOME"/bin/commons-logging-api.jar export -s CATALINA_TMPDIR=3D"$CATALINA_BASE"/temp export QIBM_MULTI_THREADED=3DY echo "Using CATALINA_BASE: $CATALINA_BASE" echo "Using CATALINA_HOME: $CATALINA_HOME" echo "Using CATALINA_TMPDIR: $CATALINA_TMPDIR" echo "Using JAVA_HOME: $JAVA_HOME" echo "Using CLASSPATH: $CLASSPATH" echo "Starting Tomcat server..." java -classpath "$CLASSPATH" \ -Dcatalina.base=3D"$CATALINA_BASE" \ -Dcatalina.home=3D"$CATALINA_HOME" \ -Djava.io.tmpdir=3D"$CATALINA_TMPDIR" \ org.apache.catalina.startup.Bootstrap "$@" start and here is the command to submit the job: SBMJOB CMD(QSH CMD('/tomcat4/bin/catalina.sh')) JOBD(MEDISYS/TOMCAT) = JOBQ(MEDISYS/TOMJOBQ) and it works without problems.=20 I have changed this script to : export -s CATALINA_HOME=3D/tomcat5 export -s CATALINA_BASE=3D/tomcat5 export -s JAVA_HOME=3D/QIBM/ProdData/Java400/jdk14 export -s = CLASSPATH=3D.:$CLASSPATH:/QIBM/ProdData/Java400/jdk14/lib/tools.jar:"$CAT= ALINA_HOME"/common/lib/ant.jar:"$CATALINA_HOME"/bin/bootstrap.jar:"$CATAL= INA_HOME"/bin/commons-logging-api.jar export -s CATALINA_TMPDIR=3D"$CATALINA_BASE"/temp export QIBM_MULTI_THREADED=3DY echo "Using CATALINA_BASE: $CATALINA_BASE" echo "Using CATALINA_HOME: $CATALINA_HOME" echo "Using CATALINA_TMPDIR: $CATALINA_TMPDIR" echo "Using JAVA_HOME: $JAVA_HOME" echo "Using CLASSPATH: $CLASSPATH" echo "Starting Tomcat server..." java -classpath "$CLASSPATH" \ -Dcatalina.base=3D"$CATALINA_BASE" \ -Dcatalina.home=3D"$CATALINA_HOME" \ -Djava.io.tmpdir=3D"$CATALINA_TMPDIR" \ org.apache.catalina.startup.Bootstrap "$@" start I submit the job with=20 SBMJOB CMD(QSH CMD('/tomcat5/bin/catalina.sh')) JOBD(MEDISYS/TOMCAT) = JOBQ(MEDISYS/TOMJOBQ) to start tomcat 5.0.28 but it does not work. server.xml : ... ... ... thanx wouter Is there any step by step guide somewhere maybe an example script. -----Original Message----- From: Shapira, Yoav [mailto:Yoav.Shapira@mpi.com] Sent: Wednesday, November 17, 2004 4:47 PM To: Tomcat Users List Subject: RE: tomcat 5.0.28 on iseries os/400 version 5 release 2? Hi, Tomcat should work on OS/400 out of the box. We have a couple of small tweaks we can make to the startup scripts for unusual cases, such as when the server uses doesn't own the startup scripts, but for most cases it should work fine. Yoav Shapira http://www.yoavshapira.com =20 >-----Original Message----- >From: Roux, Wouter [mailto:wouter.roux@mediclinic.co.za] >Sent: Wednesday, November 17, 2004 9:36 AM >To: Tomcat Users List >Subject: tomcat 5.0.28 on iseries os/400 version 5 release 2? > >Hi, > >Does anyone know where I can find a script/info/help on how to start tomcat >5.0.28 on iseries os/400 version 5 release 2. > >thanx > >wouter > > >This e-mail and attachments are confidential/legally privileged and any >unauthorised use, distribution or disclosure thereof, in whatever form, by >anyone other than the addressee is prohibited. If you have received this e- >mail in error, please destroy it. The views and opinions in this e-mail >and attachments may not necessarily be those of the Directors and >management of the Medi-Clinic Group of Companies. The aforementioned does >not accept any liability for any damage, loss or expense arising from this >e-mail and / or from accessing any attachments. > >--------------------------------------------------------------------- >To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org >For additional commands, e-mail: tomcat-user-help@jakarta.apache.org This e-mail, including any attachments, is a confidential business = communication, and may contain information that is confidential, = proprietary and/or privileged. This e-mail is intended only for the = individual(s) to whom it is addressed, and may not be saved, copied, = printed, disclosed or used by anyone else. If you are not the(an) = intended recipient, please immediately delete this e-mail from your = computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org This e-mail and attachments are confidential/legally privileged and any = unauthorised use, distribution or disclosure thereof, in whatever form, = by anyone other than the addressee is prohibited. If you have received = this e-mail in error, please destroy it. The views and opinions in this = e-mail and attachments may not necessarily be those of the Directors and = management of the Medi-Clinic Group of Companies. The aforementioned = does not accept any liability for any damage, loss or expense arising = from this e-mail and / or from accessing any attachments. --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org