Tomcat startup with jsvc on Linux

2005-03-17 Thread Bernard
Hi, How can I start Tomcat with jsvc so that the jsvc command returns control to the command prompt or script exactly after the "Daemon started successfully" ? I would like it to behave in the same way as other services such as Apache httpd so I can cod success and failure messages in the script.

RE: System ClassLoader problem on Linux running Hipergate on Tomcat?

2005-03-17 Thread Caldarale, Charles R
> From: Lee Hammond [mailto:[EMAIL PROTECTED] > Subject: System ClassLoader problem on Linux running Hipergate on Tomcat? > > Well, I've got J2EE in it's default place /opt/ and Tomcat 5.0.30 > in /opt too and everything is now working fine. Tomcat doesn't need t

System ClassLoader problem on Linux running Hipergate on Tomcat?

2005-03-17 Thread Lee Hammond
w- pg74.215.jdbc3.jar -rw-rw-rw- poi-2.5-final-20040302.jar -rw-rw-rw- poi-contrib-2.5-final-20040302.jar -rw-rw-rw- poi-scratchpad-2.5-final-20040302.jar -rw-rw-rw- sun.jai-1.1.2-clibwrapper_jiio.jar -rw-rw-rw- sun.jai-1.1.2-jai_codec.jar

RE: I'm using a linux server (fedora core 2) which has

2005-03-13 Thread Dale, Matt
PROTECTED] Sent: 13 March 2005 05:50 To: tomcat-user@jakarta.apache.org Subject: I'm using a linux server (fedora core 2) which has apache 2.0.51 installed, as well as Tomcat 5.0, but Tomcat only runs standalone and I would like to hook it up as Apache's java server. But I'm not sure

I'm using a linux server (fedora core 2) which has

2005-03-12 Thread Pete Eakle
apache 2.0.51 installed, as well as Tomcat 5.0, but Tomcat only runs standalone and I would like to hook it up as Apache's java server. But I'm not sure what version of mod_jk to use -- I believe it needs to be a matched set with the apache version? Anyone know what version of mod_jk I should ins

Re: Starting up Tomcat when the Linux starts up

2005-02-25 Thread David Smith
console and log: check your linux man pages for the tee command. It's designed to split output between standard out and a file. --David Behrang Saeedzadeh wrote: Thanks for the response. BTW - I'm new to Linux :-) and don't know much about it... On Thu, 24 Feb 2005 15:13:09 -0500, Davi

Re: Starting up Tomcat when the Linux starts up

2005-02-24 Thread Behrang Saeedzadeh
I'll have a look at it... Thanks, Behrnag. On Thu, 24 Feb 2005 23:09:24 +0100, Nikola Milutinovic <[EMAIL PROTECTED]> wrote: > David Smith wrote: > > > Depends on your flavor of linux. Mandrake (I've heard RH is similar) > > stores the init script in /etc/ini

Re: Starting up Tomcat when the Linux starts up

2005-02-24 Thread Nikola Milutinovic
David Smith wrote: Depends on your flavor of linux. Mandrake (I've heard RH is similar) stores the init script in /etc/init.d with a sym link in /etc/rc[runlevel-here].d. For example, if your script is tomcat5, then tomcat5 would be stored /etc/init.d w/ a sym link to it from /etc/rc5.

Re: Starting up Tomcat when the Linux starts up

2005-02-24 Thread Behrang Saeedzadeh
Thanks for the response. BTW - I'm new to Linux :-) and don't know much about it... On Thu, 24 Feb 2005 15:13:09 -0500, David Smith <[EMAIL PROTECTED]> wrote: > Depends on your flavor of linux. Mandrake (I've heard RH is similar) I'm using Ubuntu which is a Debia

Re: Starting up Tomcat when the Linux starts up

2005-02-24 Thread David Smith
Depends on your flavor of linux. Mandrake (I've heard RH is similar) stores the init script in /etc/init.d with a sym link in /etc/rc[runlevel-here].d. For example, if your script is tomcat5, then tomcat5 would be stored /etc/init.d w/ a sym link to it from /etc/rc5.d. 5 being the run

Starting up Tomcat when the Linux starts up

2005-02-24 Thread Behrang Saeedzadeh
Hi How can I startup Tomcat when Linux starts up? I've successfully compiled JSVC and have started Tomcat 5.5.7 using it for several times... BTW - Why I can't see the console output of Tomcat in Linux like Windows (i.e. warnings, infos, messages, ...)? Best Regards, -- Behrang

RE: Tomcat 5.5.7 - error trying to replicate session on Linux [SOLVED]

2005-02-22 Thread Richard Mixon (qwest)
r Tomcat cluster as we move > to our Linux environment. > > For some reason, both instances (jvmRoute=srv1 and jvmRoute=srv2) see > each other at startup. We see that they each join the cluster just > fine. But when the first request comes through we get an exception > timeout t

Re: can I develop dan deploy myapps as regular user at linux?

2005-02-22 Thread QM
On Tue, Feb 22, 2005 at 09:47:51PM +0800, Mohd. Jeffry wrote: : Hi, I'm pretty new with tomcat, 1 month to be exect. So what are the : standart operating procedure to develop and deploy at linux : environtment? For the time being this is what I do and it's kinda : troublesome. : : 1.

RE: Tomcat 5.5.7 - error trying to replicate session on Linux

2005-02-22 Thread Richard Mixon (qwest)
second network card. Thanks - Richard Mixon -Original Message- From: Richard Mixon (qwest) [mailto:[EMAIL PROTECTED] Sent: Monday, February 21, 2005 10:14 PM To: tomcat-user@jakarta.apache.org Subject: Tomcat 5.5.7 - error trying to replicate session on Linux OK, we still have one more

Re: can I develop dan deploy myapps as regular user at linux?

2005-02-22 Thread Pete Stevens
On Tue, 22 Feb 2005, Mohd. Jeffry wrote: > Hi, I'm pretty new with tomcat, 1 month to be exect. So what are the > standart operating procedure to develop and deploy at linux > environtment? For the time being this is what I do and it's kinda > troublesome. > > 1. c

Re: can I develop dan deploy myapps as regular user at linux?

2005-02-22 Thread Michael Greer
onth to be exect. So what are the standart operating procedure to develop and deploy at linux environtment? For the time being this is what I do and it's kinda troublesome. 1. compile my app at /home/devel/myapps 2. su as root and move it to /usr/local/tomcat/webapps/myapps 3. and c

can I develop dan deploy myapps as regular user at linux?

2005-02-22 Thread Mohd. Jeffry
Hi, I'm pretty new with tomcat, 1 month to be exect. So what are the standart operating procedure to develop and deploy at linux environtment? For the time being this is what I do and it's kinda troublesome. 1. compile my app at /home/devel/myapps 2. su as root and move it to /usr/lo

Tomcat 5.5.7 - error trying to replicate session on Linux

2005-02-21 Thread Richard Mixon (qwest)
OK, we still have one more issue with our Tomcat cluster as we move to our Linux environment. For some reason, both instances (jvmRoute=srv1 and jvmRoute=srv2) see each other at startup. We see that they each join the cluster just fine. But when the first request comes through we get an exception

Multiple broken Tomcat Linux daemon instances with jsvc?

2005-02-14 Thread Bernard
Hi all, Summary: Using jsvc may result in multiple running instances of the Tomcat servlet engine on the same machine with the same pid file. Is this an intended behavior? Background, Details: I intend to use Tomcat 5.5 in a commercial environment with multiple virtual hosts. It appears that w

RE: Using a database under tomcat for linux

2005-02-02 Thread Phillip Qin
Post your error message. It usually tells you what additional permission you need to grant. -Original Message- From: Andreas Andersson [mailto:[EMAIL PROTECTED] Sent: February 2, 2005 9:19 AM To: Tomcat Users List Subject: Using a database under tomcat for linux Hi! I'm h

Using a database under tomcat for linux

2005-02-02 Thread Andreas Andersson
Hi! I'm having problems useing a database under my tomcat on my linux. If I disable security it works fine but with security I get connection errors. I've read the small documention on the policy file but doesn' succedd when I try to do the same thing. This is from my po

regarding tomcat installation on linux platform

2005-01-22 Thread sravanthi
Sir, I have installed jakartha-tomcat latest version in /usr/local/tomcat directory and I have my own local environment /home/saangare/ in linux. I have changed the context path(docBase to /home/saangare/sravanthi) in server.xml of tomcat/conf , So i could able to open the html files that are in

Re: Tomcat 4 doesn't start http service on Linux?

2005-01-17 Thread Sean M. Duncan
shooting an issue, the guy > working with our BigIP said that when he was running Apache on either of > the Linux servers, the load balancer could tell that the http service > was running, but when Tomcat was running, it didn't know what to check > for on a service level, so in the en

Re: Tomcat 4 doesn't start http service on Linux?

2005-01-17 Thread QM
On Mon, Jan 17, 2005 at 11:52:14AM -0600, Stephen Charles Huey wrote: : working with our BigIP said that when he was running Apache on either of : the Linux servers, the load balancer could tell that the http service : was running, but when Tomcat was running, it didn't know what to check : f

Tomcat 4 doesn't start http service on Linux?

2005-01-17 Thread Stephen Charles Huey
We just installed Tomcat 4 on 2 Red Hat servers, and we have a BigIP load balancer in front of them. In troubleshooting an issue, the guy working with our BigIP said that when he was running Apache on either of the Linux servers, the load balancer could tell that the http service was running, but

Multicast IP/port for session replication issue on VMWare Linux cluster

2005-01-13 Thread Edmon Begoli
I am really just getting into the area of session replication via multicast, so I need somebody's help here. I am running a cluster of Tomcats on a virtual Linux RH ES3 cluster on VMWare. (host-only networking, static IPs) My session replication is set with default set

Re: [FIXED] Mod_JK 1.2.8, gcc 3.4.3 on Linux RH ES3 - compile error

2005-01-06 Thread Thomas Tinnes
Hello, Just a brief epilog. Yes, Mladen, that's exactly what I had to do, in the end. I was trying to stay within the client's framework of crumbling, elderly programs and not take apps forward (in version), but in the end it proved impossible. It took four hours to compile the elderly Apache w

Re: [FIXED] Mod_JK 1.2.8, gcc 3.4.3 on Linux RH ES3 - compile error

2005-01-06 Thread Mladen Turk
Thomas Tinnes wrote: Hello, Just a follow up to let you know how this got resolved. First, thanks to all my respondents. It all helped. I tried using ./buildconf.sh, but got the same result. The Rosetta Stone came from Mladden when it was pointed out that the second value of -DHAVE_APR hadn't a "-I

[FIXED] Mod_JK 1.2.8, gcc 3.4.3 on Linux RH ES3 - compile error

2005-01-05 Thread Thomas Tinnes
or I'm having trouble understanding. Here's my setup: Installing jakarta-tomcat-connectors-1.2.8-src.tar.gz from the Jakarta site. On a Linux Red Hat Enterprise 3 (Taroon) on an i386 arch & i686 cpu. I'm using gcc version 3.4.3 20041212 (Red Hat 3.4.3-10). There's Apache 2.0.46-44

Re: Mod_JK 1.2.8, gcc 3.4.3 on Linux RH ES3 - compile error

2005-01-05 Thread John P. Dodge
On Wed, 5 Jan 2005, Thomas Tinnes wrote: > Mladen, > > No luck, alas. Same error. But thank you for the pointer, all the same. > > [EMAIL PROTECTED] make > Making all in common > make[1]: Entering directory > file or directory > make[1]: *** [jk_ajp12_worker.lo] Error 1 > make[1]: Leaving director

RE: Mod_JK 1.2.8, gcc 3.4.3 on Linux RH ES3 - compile error

2005-01-05 Thread Caldarale, Charles R
> From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] > Subject: RE: Mod_JK 1.2.8, gcc 3.4.3 on Linux RH ES3 - compile error > > P.S. I believe there should be a space before each -I, but it > may be optional. Make that AFTER each -I. - Chuck THIS COMMUNICATION MAY CONTAIN C

Re: Mod_JK 1.2.8, gcc 3.4.3 on Linux RH ES3 - compile error

2005-01-05 Thread Mladen Turk
Thomas Tinnes wrote: Mladen, No luck, alas. Same error. But thank you for the pointer, all the same. Seems that the space is not a problem, but you have a strange entry: > -I/usr/src/redhat/BUILD/httpd-2.0.46/prefork/srclib/apr/include > /usr/src/redhat/BUILD/httpd-2.0.46/srclib/apr/include ... See

RE: Mod_JK 1.2.8, gcc 3.4.3 on Linux RH ES3 - compile error

2005-01-05 Thread Caldarale, Charles R
> From: Thomas Tinnes [mailto:[EMAIL PROTECTED] > Subject: Re: Mod_JK 1.2.8, gcc 3.4.3 on Linux RH ES3 - compile error > > -I/usr/src/redhat/BUILD/httpd-2.0.46/prefork/srclib/apr/include > /usr/src/redhat/BUILD/httpd-2.0.46/srclib/apr/include -g -O2 I think the problem is

Re: Mod_JK 1.2.8, gcc 3.4.3 on Linux RH ES3 - compile error

2005-01-05 Thread Thomas Tinnes
Mladen, No luck, alas. Same error. But thank you for the pointer, all the same. [EMAIL PROTECTED] make Making all in common make[1]: Entering directory `/tmp/jk/jakarta-tomcat-connectors-1.2.8-src/jk/native/common' /bin/sh /usr/bin/libtool --silent --mode=compile gcc -I/usr/include/httpd -g -O2 -

Re: Mod_JK 1.2.8, gcc 3.4.3 on Linux RH ES3 - compile error

2005-01-04 Thread Mladen Turk
Thomas Tinnes wrote: make[1]: Entering directory `/tmp/jk/jakarta-tomcat-connectors-1.2.8-src/jk/native/common' -D_GNU_SOURCE -I /usr/local/java/include -I /usr/local/java/include/ -c jk_ajp12_worker.c Perhaps the error is caused by space between -I and /usr/local/java Have no idea why this happe

Mod_JK 1.2.8, gcc 3.4.3 on Linux RH ES3 - compile error

2005-01-04 Thread Thomas Tinnes
Hello, Getting a compile error I'm having trouble understanding. Here's my setup: Installing jakarta-tomcat-connectors-1.2.8-src.tar.gz from the Jakarta site. On a Linux Red Hat Enterprise 3 (Taroon) on an i386 arch & i686 cpu. I'm using gcc version 3.4.3 20041212 (Red Hat

Re: Linux Threads

2005-01-04 Thread Mladen Turk
Matteo Turra wrote: Hi, I use tomcat 5.0.28 + jk2 connector + Apache 2 on a Linux Suse sles8 and on Red Hat Enterprise. Well, you missed the group. Some Apache users list would help more :). I try to understand why on Suse with ps command I see multiple apache and tomcat process and on Red Hat

Linux Threads

2005-01-04 Thread Matteo Turra
Hi, I use tomcat 5.0.28 + jk2 connector + Apache 2 on a Linux Suse sles8 and on Red Hat Enterprise. I try to understand why on Suse with ps command I see multiple apache and tomcat process and on Red Hat only one apache and one tomcat process. I read apache2 docs and with "httpd -l"

Re: heap size params on linux

2005-01-03 Thread QM
On Mon, Jan 03, 2005 at 01:38:04PM -0600, Stephen Charles Huey wrote: : Our script for installing Tomcat as a service on Windows is down below. : We're moving to Linux, so I'm wondering where we specify the heap size : parameters (-Xmx and -Xms) for the Tomcat on Linux. Would the corre

Re: heap size params on linux

2005-01-03 Thread Ben Souther
eed to do both > >the initial and max in one line? > > > >E.g. set JAVA_OPTS= -Xmx1536m -Xms1536m (with nothing on the end of the > >line?) > > > >Does the -server option go with JAVA_OPTS as well? > > > >Thanks... > > > > > >- Origin

Re: heap size params on linux

2005-01-03 Thread Rodrigo Schmidt
t;[EMAIL PROTECTED]> To: "Tomcat Users List" Date: Mon, 03 Jan 2005 14:41:07 -0500 Subject: Re: heap size params on linux I do it from catalina.sh From the header comments. 22 # JAVA_OPTS (Optional) Java runtime options used when the "start", 23 # &quo

Re: heap size params on linux

2005-01-03 Thread Stephen Charles Huey
as well? Thanks... - Original message - From: "Ben Souther" <[EMAIL PROTECTED]> To: "Tomcat Users List" Date: Mon, 03 Jan 2005 14:41:07 -0500 Subject: Re: heap size params on linux I do it from catalina.sh >From the header comments. 22 # JAVA

Re: heap size params on linux

2005-01-03 Thread Ben Souther
ur script for installing Tomcat as a service on Windows is down below. > We're moving to Linux, so I'm wondering where we specify the heap size > parameters (-Xmx and -Xms) for the Tomcat on Linux. Would the correct > place be in the startup.sh file? Thanks! > &

heap size params on linux

2005-01-03 Thread Stephen Charles Huey
Our script for installing Tomcat as a service on Windows is down below. We're moving to Linux, so I'm wondering where we specify the heap size parameters (-Xmx and -Xms) for the Tomcat on Linux. Would the correct place be in the startup.sh file? Thanks! D:\tomcat\bin\tomcat.ex

Re: tomcat 4.1.31 is working on linux, but not on solaris 9?

2004-12-28 Thread Bill Fung
It startup with error message (at the end of this post). Then I install the SAME keystore and copy of 4.1.31 to a linux host b. I use the default config again (only uncomment the ssl part) and it startup without problem. Here is some information of host a and b: host a: j2re1.4.1_06 / solari

Tomcat5/Linux 2.6/NPTL/Java 1.4.2

2004-12-28 Thread arvind singh
Hi, I am running Suse Linux Enterprise Server 9.2 with, 1. Sun Java 1.4.2_03-b02 2. Kerne 2.6.5-7.79-smp 3. Tomcat version jakarta-tomcat-5.0.19-29.1 When running using NPTL, verified using ldd java the tomcat under heavy load i.e. 300 concurrent threads per second gradually leaks memory. A kill

I am facing problems in running Tomcat on User mode Linux server

2004-12-28 Thread Amit Gupta
I am facing problems in running Tomcat on User mode Linux server. It crashes soon after it is started. I tried renaming /lib/tls to /lib/tls-disabled and then starting tomcat. But no success. Please help me. Amit Gupta Mobile: 91-9818052171 Yahoo IM: amitguptainn MSN IM : amitguptainn

tomcat 5.0.28 linux ajp server startup crash

2004-12-28 Thread Michael Kastner
Hello, configuration: tomcat 5.0.28 redhat linux 7.1 vm: 1.4.2_03 I'm trying to install tomcat 5.0. Everything works fine as far as using the startup and shutdown scripts provided. However, when I try to start the server as a linux daemon with jsvc, the s

tomcat 4.1.31 is working on linux, but not on solaris 9?

2004-12-27 Thread Bill Fung
a linux host b. I use the default config again (only uncomment the ssl part) and it startup without problem. Here is some information of host a and b: host a: j2re1.4.1_06 / solaris 9 host b: j2re1.5.0 / redhat 9 I tried to diagnose with the following logic: on host a, tomcat 4.1.18 running fine

Re: [OT] Java developer friendly Linux distro

2004-12-21 Thread David Goodenough
On Tuesday 21 December 2004 16:13, Andreas Vombach wrote: > .. has somebody experience with gcj? On RHEL eclipse (but only 2.1.2) > works with it and it looks faster than with Sun jdk. gcj could be also > an option for tomcat, I'll try as soon I have time for it ... There was a note that the most r

Re: [OT] Java developer friendly Linux distro

2004-12-21 Thread Andreas Vombach
... has somebody experience with gcj? On RHEL eclipse (but only 2.1.2) works with it and it looks faster than with Sun jdk. gcj could be also an option for tomcat, I'll try as soon I have time for it ... - To unsubscribe, e-mail

Re: [OT] Java developer friendly Linux distro

2004-12-21 Thread Justin Crabtree
Wade Chandler wrote: Nat Gross wrote: Antony Paul wrote: Hi all, Which distro (free) is most friendly for Java development. I need J2SE 1.4.2 to work on it plus Eclipse 3.x(Linux dont have a good text editor in which I can run Ant builds). I use JEDIT for quick simple editing of files, and

Re: [OT] Java developer friendly Linux distro

2004-12-21 Thread Wade Chandler
Nat Gross wrote: Antony Paul wrote: Hi all, Which distro (free) is most friendly for Java development. I need J2SE 1.4.2 to work on it plus Eclipse 3.x(Linux dont have a good text editor in which I can run Ant builds). I use JEDIT for quick simple editing of files, and Eclipse for the real

Re: Tomcat/JVM crashes on Linux

2004-12-21 Thread Wade Chandler
memtest86 run and hey presto we got our answer. On Mon, 20 Dec 2004 13:28:56 -0500, Wade Chandler <[EMAIL PROTECTED]> wrote: Greg Lappen wrote: Hello- Has anyone had a problem with Tomcat 5.0.28 crashing on Linux with no error messages? My production server running with JDK 1.4.2_06, RedHat

Re: Tomcat/JVM crashes on Linux

2004-12-21 Thread Eric Rotick
ings got busy so everyone suspected some threading issue. We > >>> got lucky and spotted something totally absurd in the logs which > >>> prompted a memtest86 run and hey presto we got our answer. > >>> > >>> > >>> On Mon, 20 Dec 2004 13:28

Re: [OT] Java developer friendly Linux distro

2004-12-21 Thread Nat Gross
Antony Paul wrote: Hi all, Which distro (free) is most friendly for Java development. I need J2SE 1.4.2 to work on it plus Eclipse 3.x(Linux dont have a good text editor in which I can run Ant builds). I use JEDIT for quick simple editing of files, and Eclipse for the real stuff. A great

Re: Tomcat/JVM crashes on Linux

2004-12-21 Thread Greg Lappen
ey presto we got our answer. On Mon, 20 Dec 2004 13:28:56 -0500, Wade Chandler <[EMAIL PROTECTED]> wrote: Greg Lappen wrote: Hello- Has anyone had a problem with Tomcat 5.0.28 crashing on Linux with no error messages? My production server running with JDK 1.4.2_06, RedHat EL 3.0 jus

Re: Tomcat/JVM crashes on Linux

2004-12-21 Thread Eric Rotick
t; > On Mon, 20 Dec 2004 13:28:56 -0500, Wade Chandler > > <[EMAIL PROTECTED]> wrote: > >> Greg Lappen wrote: > >>> Hello- > >>> > >>> Has anyone had a problem with Tomcat 5.0.28 crashing on Linux with no > >>> error messages?

Re: Tomcat/JVM crashes on Linux

2004-12-21 Thread Greg Lappen
er <[EMAIL PROTECTED]> wrote: Greg Lappen wrote: Hello- Has anyone had a problem with Tomcat 5.0.28 crashing on Linux with no error messages? My production server running with JDK 1.4.2_06, RedHat EL 3.0 just crashes, no core dump, no errors in catalina.out, no clues. Sometimes it goes for da

RE: Admin for TC 5.5.4 on Linux SUSE 9

2004-12-21 Thread Allistair Crossley
004 18:45 > To: [EMAIL PROTECTED] > Subject: Admin for TC 5.5.4 on Linux SUSE 9 > > > Hi, > > The Admin application behavious strange for TC 5.5.4 (or > perhaps my browsers) > > I cannot expand or fold any of the leavs in the left hand pane. > > I'm not sur

Re: [OT] Java developer friendly Linux distro

2004-12-21 Thread wim
Trond G. Ziarkowski wrote: Hi! Linux dont have a good text editor in which I can run Ant builds That's where you are wrong my friend. Try jEdit from www.jedit.org. It is made in Java and runs on any platform, and it has several plugins capable of running Ant builds. A great editor in my op

Re: [OT] Java developer friendly Linux distro

2004-12-21 Thread Trond G. Ziarkowski
Hi! Linux dont have a good text editor in which I can run Ant builds That's where you are wrong my friend. Try jEdit from www.jedit.org. It is made in Java and runs on any platform, and it has several plugins capable of running Ant builds. A great editor in my opinion.

RE: [OT] Java developer friendly Linux distro

2004-12-21 Thread Søren Neigaard
I would recommend Mandrake then, or Fedora Core I run Eclipse on both, with great success. /Søren -Original Message- From: Antony Paul [mailto:[EMAIL PROTECTED] Sent: 21. december 2004 10:10 To: Tomcat Users List Subject: [OT] Java developer friendly Linux distro Hi all, Which

[OT] Java developer friendly Linux distro

2004-12-21 Thread Antony Paul
Hi all, Which distro (free) is most friendly for Java development. I need J2SE 1.4.2 to work on it plus Eclipse 3.x(Linux dont have a good text editor in which I can run Ant builds). I also need a good GUI so that others will be attracted to it. rgds Antony Paul

Re: Tomcat/JVM crashes on Linux

2004-12-20 Thread Eric Rotick
> >> Hello- > >> Has anyone had a problem with Tomcat 5.0.28 crashing on Linux with no > >> error messages? > >> My production server running with JDK 1.4.2_06, RedHat EL 3.0 just > >> crashes, no core dump, no errors in catalina.out, no clues. > >

Re: Tomcat/JVM crashes on Linux

2004-12-20 Thread Eric Rotick
> > > > On Mon, 20 Dec 2004 13:28:56 -0500, Wade Chandler > > <[EMAIL PROTECTED]> wrote: > >> Greg Lappen wrote: > >>> Hello- > >>> > >>> Has anyone had a problem with Tomcat 5.0.28 crashing on Linux with no > >>> error m

Re: Tomcat/JVM crashes on Linux

2004-12-20 Thread Wade Chandler
crashing on Linux with no error messages? My production server running with JDK 1.4.2_06, RedHat EL 3.0 just crashes, no core dump, no errors in catalina.out, no clues. Sometimes it goes for days, sometimes it happens several times in one day. I am running the tomcat process behind Apache 2

Re: Tomcat/JVM crashes on Linux

2004-12-20 Thread Greg Lappen
What kind of load does your application handle? I am not processing a HUGE amount of requests, but we server about 6000 visitors a day, 15,000 pages. Greg On Dec 20, 2004, at 1:28 PM, Wade Chandler wrote: Greg Lappen wrote: Hello- Has anyone had a problem with Tomcat 5.0.28 crashing on Linux

Re: Tomcat/JVM crashes on Linux

2004-12-20 Thread Greg Lappen
d a problem with Tomcat 5.0.28 crashing on Linux with no error messages? My production server running with JDK 1.4.2_06, RedHat EL 3.0 just crashes, no core dump, no errors in catalina.out, no clues. Sometimes it goes for days, sometimes it happens several times in one day. I am running the tomca

Re: Tomcat/JVM crashes on Linux

2004-12-20 Thread Eric Rotick
something totally absurd in the logs which prompted a memtest86 run and hey presto we got our answer. On Mon, 20 Dec 2004 13:28:56 -0500, Wade Chandler <[EMAIL PROTECTED]> wrote: > Greg Lappen wrote: > > Hello- > > > > Has anyone had a problem with Tomcat 5.0.28 crashing

Re: Tomcat/JVM crashes on Linux

2004-12-20 Thread Wade Chandler
Greg Lappen wrote: Hello- Has anyone had a problem with Tomcat 5.0.28 crashing on Linux with no error messages? My production server running with JDK 1.4.2_06, RedHat EL 3.0 just crashes, no core dump, no errors in catalina.out, no clues. Sometimes it goes for days, sometimes it happens

Tomcat/JVM crashes on Linux

2004-12-20 Thread Greg Lappen
Hello- Has anyone had a problem with Tomcat 5.0.28 crashing on Linux with no error messages? My production server running with JDK 1.4.2_06, RedHat EL 3.0 just crashes, no core dump, no errors in catalina.out, no clues. Sometimes it goes for days, sometimes it happens several times in one day

Re: Admin for TC 5.5.4 on Linux SUSE 9

2004-12-18 Thread Daniel Watrous
Use firefox and open the Java Console. This should list out any errors. Daniel - Original Message - From: "Lars Ohlén" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, December 18, 2004 11:44 AM Subject: Admin for TC 5.5.4 on Linux SUSE 9 Hi, The Admin

Admin for TC 5.5.4 on Linux SUSE 9

2004-12-18 Thread Lars Ohlén
Hi, The Admin application behavious strange for TC 5.5.4 (or perhaps my browsers) I cannot expand or fold any of the leavs in the left hand pane. I'm not sure if this is a JavaScript problem or on the server side. Any ideas? /Lars

R: Log on linux

2004-12-14 Thread Andrea Prandini
ames Tower) [mailto:[EMAIL PROTECTED] Inviato: martedì 14 dicembre 2004 20.35 A: Tomcat Users List; Tomcat Users List Oggetto: RE: Log on linux I don't believe this is Tomcat at all, and is more likely the result of a log rotation application. What Linux Distribution are you using? RedHat uses

RE: Log on linux

2004-12-14 Thread Montz, James C. (James Tower)
I don't believe this is Tomcat at all, and is more likely the result of a log rotation application. What Linux Distribution are you using? RedHat uses an application called logrotate. Sounds to me like you are either; Writing your logs to some place like /var/log You have a logrotate

Log on linux

2004-12-13 Thread Andrea Prandini
Hi, I've got some production enviorment installed on linux with Tomcat 5 and Tomcat 4.1. I've configured tomcat for logging as configured in the standard server.xml (using FileLogger) and everything works fine. My problem is that i find too many log files with the extension .gz.

RE: Log on linux

2004-12-13 Thread Shapira, Yoav
Hi, >first time creates localhost_log.2004-11-28.txt.1.gz, after few days >localhost_log.2004-11-28.txt.1.gz.1.gz and on. Someone can help me and told >if this is a configurations of tomcat. That someone is not very helpful ;) You would need to either modify the archiving program that creates t

Re: what to do about port for Tomcat 4 on Linux?

2004-12-08 Thread Parsons Technical Services
sday, December 08, 2004 12:54 PM Subject: what to do about port for Tomcat 4 on Linux? I want to move to Tomcat 5 right now, but can't yet, and for the time being we need to move from Tomcat 4.1.23 on Windows to 4.1.31 on Red Hat, so I'm now facing a question of what to do about the port To

RE: Help: Windows Server on Linux Client

2004-12-08 Thread Benson Margulies
Now you have to turn on security in Tomcat. If you want to talk to the AD for this purpose, well, lots of luck. You will need a custom realm or to implement this by hand in your servlets. Once you have security enabled at all, the browser (on Linux or wherever) will pop up a 'basic auth&#x

RE: Help: Windows Server on Linux Client

2004-12-08 Thread Benson Margulies
lto:[EMAIL PROTECTED] Sent: Tuesday, December 07, 2004 10:25 PM To: Tomcat Users List Subject: RE: Help: Windows Server on Linux Client but where to type [EMAIL PROTECTED] or foo\domain in linux? sorry im a newbie in linux... thanks! aris -Original Message- From: Benson Margulies [mai

what to do about port for Tomcat 4 on Linux?

2004-12-08 Thread Stephen Charles Huey
familiar with. What do you Tomcat users suggest would be a good approach for someone who's only a beginner/intermediate with Linux and using standalone Tomcat? In case it matters, note that we are also moving from our single Windows web server to 2 Linux web servers (each running standalone

RE: Help: Windows Server on Linux Client

2004-12-07 Thread Aris Javier
riginal Message- From: Parsons Technical Services [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 08, 2004 12:34 PM To: Tomcat Users List Subject: Re: Help: Windows Server on Linux Client 1. Is IIS shutdown (Stop the service and disable it)? 2. Is Tomcat up and running? 3. http://localh

RE: Help: Windows Server on Linux Client

2004-12-07 Thread Caldarale, Charles R
> From: Aris Javier [mailto:[EMAIL PROTECTED] > Subject: RE: Help: Windows Server on Linux Client > > I've changed my server.xml to port 80 and disconnected IIS... > but "page cannot be displayed" appeared...? The first thing to try is a clean Tomcat install, updat

Re: Help: Windows Server on Linux Client

2004-12-07 Thread Parsons Technical Services
security. Doug - Original Message - From: "Aris Javier" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, December 07, 2004 11:16 PM Subject: RE: Help: Windows Server on Linux Client thanks Chuck! I've changed my server.xml t

RE: Help: Windows Server on Linux Client

2004-12-07 Thread Aris Javier
ROTECTED] Sent: Wednesday, December 08, 2004 11:51 AM To: Tomcat Users List Subject: RE: Help: Windows Server on Linux Client > From: Aris Javier [mailto:[EMAIL PROTECTED] > Subject: RE: Help: Windows Server on Linux Client > > if I will not use IIS, how to remove 8080 in URL then?

RE: Help: Windows Server on Linux Client

2004-12-07 Thread Caldarale, Charles R
> From: Aris Javier [mailto:[EMAIL PROTECTED] > Subject: RE: Help: Windows Server on Linux Client > > if I will not use IIS, how to remove 8080 in URL then? Tomcat's HTTP connector is configured in server.xml. By default, Tomcat ships with the port number set to 8080 so you

RE: Help: Windows Server on Linux Client

2004-12-07 Thread Aris Javier
but where to type [EMAIL PROTECTED] or foo\domain in linux? sorry im a newbie in linux... thanks! aris -Original Message- From: Benson Margulies [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 08, 2004 10:12 AM To: Tomcat Users List Subject: RE: Help: Windows Server on Linux Client

RE: Help: Windows Server on Linux Client

2004-12-07 Thread Aris Javier
List Subject: Re: Help: Windows Server on Linux Client With the Anonymous Access disabled, did it prompt for a login on Linux machines? If yes, then Benson has you covered. If not, then can you use Tomcat without IIS? Is there something that has to run on IIS? As for the JDBCRealm, it does not

Re: Help: Windows Server on Linux Client

2004-12-07 Thread Parsons Technical Services
With the Anonymous Access disabled, did it prompt for a login on Linux machines? If yes, then Benson has you covered. If not, then can you use Tomcat without IIS? Is there something that has to run on IIS? As for the JDBCRealm, it does not matter what the client is. Doug - Original Message

RE: Help: Windows Server on Linux Client

2004-12-07 Thread Benson Margulies
The user can type [EMAIL PROTECTED] in as their user name to the basic auth box, and their domain password, or foo\domain. And then the IIS will cheerfully authenticate them to the domain. - To unsubscribe, e-mail: [EMAIL PROTECTE

RE: Help: Windows Server on Linux Client

2004-12-07 Thread Aris Javier
Hello! I already enabled "Anonymous Access" but to no success... =| I think the problem is in IIS ? because http://server:8080/myApp is working in linux but request.getRemoteUser() is null... well ofcourse, the user did not login inside the domain... how can a linux user login inside

Re: Help: Windows Server on Linux Client

2004-12-06 Thread Parsons Technical Services
So to recap: On windows server you have disabled Anonymous access. Only Domain users are to be allowed. Windows using IE and Linux using Firefox work. Mozilla and konqueror do not. All of this with the browser hitting IIS on the front end. If this is correct, then the issue is with the browser and

RE: Help: Windows Server on Linux Client

2004-12-06 Thread Aris Javier
thanks for your reply Doug... I find it really weird... I have tried to access my web app in linux using firefox... and it works! but in mozilla, konqueror in linux, authentication error occurred.. =| "Anonymous Access" is still disabled.. coz I only want domain users to access the app

Re: Help: Windows Server on Linux Client

2004-12-05 Thread Parsons Technical Services
access. Doug www.parsonstechnical.com - Original Message - From: "Aris Javier" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Sunday, December 05, 2004 9:19 PM Subject: RE: Help: Windows Server on Linux Client Thanks for your reply

Re: FW: Help: Windows Server on Linux Client

2004-12-05 Thread QM
On Mon, Dec 06, 2004 at 09:20:26AM +0800, Aris Javier wrote: : http: 401 authorization problem always shows up on mozilla in linux. : : The server is Windows 2k (development pc) running tomcat 5.0.27 : using jk2 connector to run on IIS... my web apps don't have problems : on windows c

RE: Help: Windows Server on Linux Client

2004-12-05 Thread Brad Cobb
-Original Message- From: Aris Javier [mailto:[EMAIL PROTECTED] Sent: Monday, 6 December 2004 10:20 AM To: Tomcat Users List Subject: RE: Help: Windows Server on Linux Client > Thanks for your reply Brad! no problems. Hope it helps. > Inside IIS (myApp virtual directory),

RE: Help: Windows Server on Linux Client

2004-12-05 Thread Aris Javier
App will work.. if in linux, should I enable "anonymous access" ? I will also try url with 8080 port included and see if it works in linux... http://localhost:8080/myApp -Original Message- From: Brad Cobb [mailto:[EMAIL PROTECTED] Sent: Monday, December 06, 2004 10:06 AM To:

RE: Help: Windows Server on Linux Client

2004-12-05 Thread Brad Cobb
your Windows clients are actually authenticating under a domain account - not using the same Anonymous Access that Linux will try to use by default. If so, have you allocated the "IUSR_" account to your webapps directory through Windows Explorer? To confirm this - try un-integrating wit

FW: Help: Windows Server on Linux Client

2004-12-05 Thread Aris Javier
Please Help! thanks very much! aris _ From: Aris Javier Sent: Friday, December 03, 2004 4:48 PM To: 'Tomcat Users List' Subject: Help: Windows Server on Linux Client Good Afternoon! I have this problem on linux clients... My web apps simply won't run on linux

<    1   2   3   4   5   6   7   8   9   10   >