RE: HPUX and tomcat help!

2003-03-25 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
Allen, What do you set for your memory parameters in catalina opts? an example from out setup is if [ -z $CATALINA_OPTS ] ; then CATALINA_OPTS=-XdoCloseWithReadPending -Xms256m -Xmn100m -Xmx256m -Xverbosegc:file=/tomca t/logs/gc.out export CATALINA_OPTS echo start: CATALINA_OPTS set to

Re: HPUX and tomcat help!

2003-03-25 Thread Tim Funk
Can you use a 1.3 JVM with all the latest OS patches? I'd be surprised if a 1.4 JVM was production worthy for HPUX. (YMMV) OS patches are the most important part. Also make sure enableHost lookups are off. And when tomcat freezes - perform a thread dump to look for anything potentially

RE: HPUX and tomcat help!

2003-03-25 Thread Byington, Allen
binary version from the jakarta download site. Thanks Again! Allen -Original Message- From: PELOQUIN,JEFFREY (HP-Boise,ex1) [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 9:28 AM To: 'Tomcat Users List' Subject: RE: HPUX and tomcat help! Allen, What do you set for your memory

RE: HPUX and tomcat help!

2003-03-25 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
still trying to migrate our apps to 1.3. Jeff -Original Message- From: Byington, Allen [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 8:59 AM To: 'Tomcat Users List' Subject: RE: HPUX and tomcat help! Thanks for the help! I went ahead and added in the catalina opts (just one

Re: HPUX and tomcat help!

2003-03-25 Thread xyber
we have the same problem in the past , and the solution: just switch back to java1.3 and the problem is gone xyb Byington, Allen wrote: I'm having a problem keeping tomcat running on my hpux11 systems. The server just stops responding and no log entries are made. To get things going again, I