Re: Tomcat not starting properly on a customer's AS/400, and I have no idea why. Help?

2012-06-18 Thread James Lampert
# Java 6 settings if needed export -s JAVA_HOME=/QOpenSys/QIBM/ProdData/JavaVM/jdk60/32bit/jre export -s CATALINA_HOME=/wintouch/tomcat export -s JAVA_OPTS="-Dos400.awt.native=true -Djava.awt.headless=true -Djava.version=1.6 -Xms256m -Xmx512m" I just tried moving them out of bin/catalina.sh and

RE: Tomcat not starting properly on a customer's AS/400, and I have no idea why. Help?

2012-06-18 Thread Hedrick, Brooke - 43
> -Original Message- > From: James Lampert [mailto:jam...@touchtonecorp.com] > Sent: Monday, June 18, 2012 4:03 PM > To: Tomcat Users List > Subject: Re: Tomcat not starting properly on a customer's AS/400, and I have > no idea why. Help? > > Found the probl

Re: Tomcat not starting properly on a customer's AS/400, and I have no idea why. Help?

2012-06-18 Thread James Lampert
Mark Thomas wrote: On 18/06/2012 22:02, James Lampert wrote: Found the problem: The lines # Java 6 settings if needed export -s JAVA_HOME=/QOpenSys/QIBM/ProdData/JavaVM/jdk60/32bit/jre

Re: Tomcat not starting properly on a customer's AS/400, and I have no idea why. Help?

2012-06-18 Thread Mark Thomas
On 18/06/2012 22:02, James Lampert wrote: > Found the problem: > > The lines >> # Java 6 settings if >> needed >> >> export -s >> JAVA_HOME=/QOpenSys/QIBM/ProdData/JavaVM/jdk60/32bit/jre >>

Re: Tomcat not starting properly on a customer's AS/400, and I have no idea why. Help?

2012-06-18 Thread James Lampert
Found the problem: The lines # Java 6 settings if needed export -s JAVA_HOME=/QOpenSys/QIBM/ProdData/JavaVM/jdk60/32bit/jre export -s CATALINA_HOME=/wintouch/tomcat

Re: Tomcat not starting properly on a customer's AS/400, and I have no idea why. Help?

2012-06-18 Thread James Lampert
/QSYS.LIB/QSHELL.LIB:/QSYS.LIB/LTL38.LIB:/QSYS.LIB/ERBLIB.LIB:/QSYS.LIB/ERBQGPL.LIB:/QSYS.LIB/SEQUEL.LIB:/QSYS.LIB/SEQUELWI.LIB:/QSYS.LIB/SEQUELEX.LIB:/QSYS.LIB/ESEND.LIB:/QSYS.LIB/QTEMP.LIB:/QSYS.LIB/QGPL.LIB:/QSYS.LIB/QRPG.LIB:/QSYS.LIB/QIDU.LIB:/QSYS.LIB/TAATOOL.LIB:/QSYS.LIB/ALKWIN.LIB:/QSYS.L

Re: Tomcat not starting properly on a customer's AS/400, and I have no idea why. Help?

2012-06-18 Thread Konstantin Kolinko
2012/6/18 James Lampert : > We're attempting to bring up apache-tomcat-7.0.25.zip on a customer's > AS/400, the same as we've done on several other AS/400s (including our own), > and it's not working. > > In catalina.out, I'm seeing this: > >> Jun 18, 2012 11:36:23 AM org.apache.catalina.core.AprLi

Tomcat not starting properly on a customer's AS/400, and I have no idea why. Help?

2012-06-18 Thread James Lampert
We're attempting to bring up apache-tomcat-7.0.25.zip on a customer's AS/400, the same as we've done on several other AS/400s (including our own), and it's not working. In catalina.out, I'm seeing this: Jun 18, 2012 11:36:23 AM org.apache.catalina.core.AprLifecycleListener init

Re: [OT] CLASSPATH (was Tomcat not starting properly)

2007-08-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Markus, Markus Schiegl wrote: > are you sure about this CLASSPATH-thing? > > a few lines above your quoted line catalina.sh sources/includes > setclasspath.sh which zaps CLASSPATH ("First clear out the user classpath") Oh, hey, you're right. Thats wh

Re: [OT] CLASSPATH (was Tomcat not starting properly)

2007-08-29 Thread Markus Schiegl
Hi chris, are you sure about this CLASSPATH-thing? a few lines above your quoted line catalina.sh sources/includes setclasspath.sh which zaps CLASSPATH ("First clear out the user classpath") I just remembered it because i had to comment this line "CLASSPATH=" to use my externally set environment

Re: [OT] CLASSPATH (was Tomcat not starting properly)

2007-08-29 Thread Brian Munroe
On 8/29/07, Christopher Schultz <[EMAIL PROTECTED]> wrote: > > The CLASSPATH environment variable is certainly not ignored by Tomcat. > Here's part of the startup script from TC 5.5: > > # Add on extra jar files to CLASSPATH > if [ -n "$JSSE_HOME" ]; then > CLASSPATH="$CLASSPATH":"$JSSE_HOME"/lib/

Re: [OT] CLASSPATH (was Tomcat not starting properly)

2007-08-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian, Brian Munroe wrote: > I was always told that Tomcat ignored the CLASSPATH and > not to use it. Maybe that is one of those white lies they tell > newbies to alleviate problems? :) The CLASSPATH environment variable is certainly not ignored by

Re: [OT] CLASSPATH (was Tomcat not starting properly)

2007-08-29 Thread Brian Munroe
On 8/29/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > The biggest problem with CLASSPATH is that it tends to be set and then > forgotten, causing classloading problems during subsequent Java > executions. The resulting confusion (especially if it involves the > wrong version of a class,

Re: Tomcat not starting properly.

2007-08-29 Thread Brian Munroe
On 8/29/07, David Smith <[EMAIL PROTECTED]> wrote: > able to find the endorsed directory, you should probably get a new copy > of the jars from your .tar.gz or .zip download and replace the jars. Who knows what else is wrong. My vote is for just get a fresh copy of Tomcat. -- brian ---

RE: [OT] CLASSPATH (was Tomcat not starting properly)

2007-08-29 Thread Caldarale, Charles R
> From: Brian Munroe [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat not starting properly. > > > The CLASSPATH environment variable should never be used when running > > Tomcat. (For that matter, it shouldn't be used in any Java > > environment these days.) >

Re: Tomcat not starting properly.

2007-08-29 Thread Potri Raaja
;>> Classpath is not set with any details, Is it needed to be given with >>>>any >>>>information for classpath. Previously Tomcat was working properly and I >>>>am >>>>not sure why this error comes now. Please help us to overcome this issue. >>&g

Re: Tomcat not starting properly.

2007-08-29 Thread David Smith
cat-5.0.28/bin # Can you please suggest me to overcome this error.Waiting for your favourable reply. Regards, Potri Raaja.M. -- View this message in context: http://www.nabble.com/Tomcat-not-starting-properly.-tf4341696.html#a12367812 Sent from the To

Re: Tomcat not starting properly.

2007-08-29 Thread Potri Raaja
tup.sh >>>> Using CATALINA_BASE: /root/jakarta-tomcat-5.0.28 >>>> Using CATALINA_HOME: /root/jakarta-tomcat-5.0.28 >>>> Using CATALINA_TMPDIR: /root/jakarta-tomcat-5.0.28/temp >>>> Using JAVA_

Re: Tomcat not starting properly.

2007-08-29 Thread David Smith
ontext: http://www.nabble.com/Tomcat-not-starting-properly.-tf4341696.html#a12367812 Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-ma

Re: Tomcat not starting properly.

2007-08-28 Thread Brian Munroe
On 8/28/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > The CLASSPATH environment variable should never be used when running > Tomcat. (For that matter, it shouldn't be used in any Java environment > these days.) > Chuck: I don't mean to hijack this thread with unrelated topics, but can

Re: Tomcat not starting properly.

2007-08-28 Thread Potri Raaja
n" java.lang.NoClassDefFoundError: >> HC-APACHE:~/jakarta-tomcat-5.0.28/bin # >> >> Can you please suggest me to overcome this error.Waiting for your >> favourable >> reply. >> >> Regards, >> Potri Raaja.M. >&

RE: Tomcat not starting properly.

2007-08-28 Thread Caldarale, Charles R
> From: Manivannan Palanichamy > [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat not starting properly. > > which tomcat version are you using? >From the shell prompts, it seems pretty obvious that it's 5.0.28. > can you also specify the value of PATH and CLASSPATH

Re: Tomcat not starting properly.

2007-08-28 Thread Manivannan Palanichamy
ri Raaja.M. > -- > View this message in context: > http://www.nabble.com/Tomcat-not-starting-properly.-tf4341696.html#a12367812 > Sent from the Tomcat - User mailing list archive at Nabble.com. > > > - >

Tomcat not starting properly.

2007-08-28 Thread Potri Raaja
is message in context: http://www.nabble.com/Tomcat-not-starting-properly.-tf4341696.html#a12367812 Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org To unsu