Re: Sun J2SE JVM + tomcat + Debian??

2004-10-15 Thread Jeff Bowden
Total wild goose chase. I was using ps auxw to look for threads which work on 2.4 but on 2.6 you need an extra 'H' to see the threads. To summarize: There is no problem running tomcat5 on sun-j2se-1.4.2 on debian unstable using kernel 2.6.8. Works like a champ. ---

Re: Sun J2SE JVM + tomcat + Debian??

2004-10-15 Thread Jeff Bowden
I tried 2.6.7 w/o -server and it was a no-go. Also, a new libc6 just hit unstable and I tried the various combinations with that but it seems I'm stuck with 2.4.27 for now. Jeff Bowden wrote: Yeah, I'm using -server. I tried kernel 2.4.27 on the debian box and that actually works. If I get a

RE: Sun J2SE JVM + tomcat + Debian??

2004-10-15 Thread Shapira, Yoav
Hi, >I'm using jsvc because the shutdown.sh script gave me some problems... >I don't know why, sometimes, shutdown.sh can't fully stop tomcat, this Every time someone doesn't investigate the root cause, it comes back to bite them -- it's a law of (software) nature ;) The #1 reason shutdown.sh w

Re: Sun J2SE JVM + tomcat + Debian??

2004-10-14 Thread Horacio de Oro
so I use jsvc at least on production servers. Horacio -Original Message- From: Phillip Qin [mailto:[EMAIL PROTECTED] Sent: October 14, 2004 10:16 AM To: 'Tomcat Users List' Subject: RE: Sun J2SE JVM + tomcat + Debian?? Sorry, but what is jsvc? -Original Message- From: Hor

Re: Sun J2SE JVM + tomcat + Debian??

2004-10-14 Thread Jeff Bowden
Yeah, I'm using -server. I tried kernel 2.4.27 on the debian box and that actually works. If I get a chance I'll try it w/o -server on 2.6.7 but for now I'm happy that I don't have to switch distros just to run Java. Eric Weidner wrote: My config single-cpu Debian Sid Kernel 2.6.7 Sun jdk 1.4.

RE: Sun J2SE JVM + tomcat + Debian??

2004-10-14 Thread Phillip Qin
Find out jsvc. It's new, not in 4.1. Why don't you use startup.sh instead? -Original Message- From: Phillip Qin [mailto:[EMAIL PROTECTED] Sent: October 14, 2004 10:16 AM To: 'Tomcat Users List' Subject: RE: Sun J2SE JVM + tomcat + Debian?? Sorry, but what is

RE: Sun J2SE JVM + tomcat + Debian??

2004-10-14 Thread Phillip Qin
Sorry, but what is jsvc? -Original Message- From: Horacio de Oro [mailto:[EMAIL PROTECTED] Sent: October 14, 2004 1:47 AM To: Tomcat Users List Subject: Re: Sun J2SE JVM + tomcat + Debian?? Hi! Just to add some info: I've found some problem with Debian Woody + Sun 1.4.2 JDK.

Re: Sun J2SE JVM + tomcat + Debian??

2004-10-13 Thread Horacio de Oro
Hi! Just to add some info: I've found some problem with Debian Woody + Sun 1.4.2 JDK... at least Tomcat 5 started up from jsvc fail at File.mkdirs (more info on http://www.mail-archive.com/[EMAIL PROTECTED]/msg131293.html and http://issues.apache.org/bugzilla/show_bug.cgi?id=30177)... These pro

Re: Sun J2SE JVM + tomcat + Debian??

2004-10-13 Thread Eric Weidner
My config single-cpu Debian Sid Kernel 2.6.7 Sun jdk 1.4.2_04 Tomcat 5.0.26 Apache 2.0.49 + mod_jk2 2.0.4 James Mail Server 2.2.0 (Java based) My servers run fine. Are you trying to run with the -server VM? I've always had trouble with that on Linux. Eric On Wednesday 13 October 2004 02:33 p

RE: Sun J2SE JVM + tomcat + Debian??

2004-10-13 Thread Phillip Qin
My config Dual-cpu Debian 3.0-woody Kernel 2.4.x Sun jdk 1.4.2_05 Tomcat 4.1.30 Apache 2.0.52 Our servers are running pretty well. -Original Message- From: Jeff Bowden [mailto:[EMAIL PROTECTED] Sent: October 13, 2004 4:34 PM To: [EMAIL PROTECTED] Subject: Sun J2SE JVM + tomcat

Sun J2SE JVM + tomcat + Debian??

2004-10-13 Thread Jeff Bowden
Is anyone using tomcat on debian with a Sun JVM? We've just experimented with running it on bleeding edge Gentoo and Debian boxes as well as a trailing edge Redhat 7.3 box. Of the three, Debian is the only one where things don't go quite right. It sort of works but it never spawns any thread