Re: Installing jakarta on linux RH9

2003-11-05 Thread Rodrigo Ruiz
Looking at the Red Hat 9 Release Notes, it seems that only JDKs prior to 1.4.1 fail. You are using 1.4.2, so you are not supposed to need the LD_ASSUME_KERNEL setting ;-) The problem comes from a new implementation of the POSIX Thread Native Library. This new version corrects some deviances

Obtaining JK2 binaries for Linux

2003-11-05 Thread inaminute
Hi, I try to set up JK2 for Apache/2.0.40 - Jakarta-Tomcat-4.1.29 on RedHat Linux 9.0. I cannot find the binary distribution for the connector, or cannot access it ! The only binary distributions availables are for Solaris and Windows :( I am based in Switzerland and wonder if the smart mirrors

RE: Obtaining JK2 binaries for Linux

2003-11-05 Thread Andy Eastham
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 05 November 2003 12:11 To: Tomcat Users List Subject: Obtaining JK2 binaries for Linux Hi, I try to set up JK2 for Apache/2.0.40 - Jakarta-Tomcat-4.1.29 on RedHat Linux 9.0. I cannot find the binary

RE: Obtaining JK2 binaries for Linux

2003-11-05 Thread patrick . refondini
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 05 November 2003 12:11 To: Tomcat Users List Subject: Obtaining JK2 binaries for Linux Hi, I try to set up JK2 for Apache/2.0.40 - Jakarta-Tomcat-4.1.29 on RedHat Linux 9.0. I cannot find the binary

Linux Distribution

2003-11-04 Thread Laurent Michenaud
Hi, We are actually using the RedHat Linux Distribution for our developpment environnment. Redhat doesn't offer anymore free patches for Redhat anterior to version 9. Free Patches for Redhat 9.0 will stop on 30 avril. We are thinking about choosing another distribution. What distribution

RE: Linux Distribution

2003-11-04 Thread Wade Chandler
: Laurent Michenaud [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2003 7:23 AM To: [EMAIL PROTECTED] Subject: Linux Distribution Hi, We are actually using the RedHat Linux Distribution for our developpment environnment. Redhat doesn't offer anymore free patches for Redhat anterior

Re: [OT] Linux Distribution

2003-11-04 Thread Adam Hardy
/010219oppetreley.xml He says SuSE and all the others need to consolidate a linux standard, and he also doesn't say anything good about RedHat, he makes them sound like Microsoft. Adam -- struts 1.1 + tomcat 5.0.12 + java 1.4.2 Linux 2.4.20 RH9

RE: [OT] Linux Distribution

2003-11-04 Thread Wade Chandler
Well I didn't see where he made them sound like MS, they have given too much to the open source community for anyone to label them that way. I guess either you agree with a standard or you don't. There is United Linux for enterprise with SuSE, Turbo Linux, another distro (I can't remember

RE: Installing jakarta on linux RH9

2003-11-04 Thread LEONARDO MARTINEZ
Thank's for all!!! Gracias por todo -Mensaje original- De: LEONARDO MARTINEZ Enviado el: Lunes, 03 de Noviembre de 2003 18:00 Para: Tomcat Users List Asunto: Installing jakarta on linux RH9 Hi! I need install a web server on RH9 that support jsp, it's web server is a jakarta Tomcat

Re: Installing jakarta on linux RH9

2003-11-04 Thread Christopher Schultz
All, The newest version (4.1.29) should be fine. If I recall, however, there was a problem with Sun's Java Virtual Machine, and RH9, which used an incompatible threading library. No, on RH 9, all VMs will actually need the LD_ASSUME_KERNEL env variable (look in the archives for the details on

Re: Installing jakarta on linux RH9

2003-11-04 Thread Remy Maucherat
Christopher Schultz wrote: All, The newest version (4.1.29) should be fine. If I recall, however, there was a problem with Sun's Java Virtual Machine, and RH9, which used an incompatible threading library. No, on RH 9, all VMs will actually need the LD_ASSUME_KERNEL env variable (look in

Re: Installing jakarta on linux RH9

2003-11-04 Thread Christopher Schultz
Remy, No, on RH 9, all VMs will actually need the LD_ASSUME_KERNEL env variable (look in the archives for the details on the problems and the workaround). Is this accurate? I use RH9 with kernel 2.4.20/i686, JDK 1.4.2-b28 without any LD_ASSUME_KERNEL setting (that I know of). The problems are

RE: Linux Distribution

2003-11-04 Thread Yansheng Lin
Will they still give out patches promptly for fedora? I doubt it though How's freeBSD or openBSD? -Original Message- From: Wade Chandler [mailto:[EMAIL PROTECTED] Sent: November 4, 2003 5:44 AM To: 'Tomcat Users List' Subject: RE: Linux Distribution Actually Red Hat isn't just

RE: Linux Distribution

2003-11-04 Thread John Corrigan
There is always Debian. One of the reasons I switched to Debian was how easy it is to stay current with patches. -Original Message- From: Yansheng Lin [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2003 12:00 PM To: 'Tomcat Users List'; [EMAIL PROTECTED] Subject: RE: Linux

RE: Linux Distribution

2003-11-04 Thread Wade Chandler
List Subject: RE: Linux Distribution There is always Debian. One of the reasons I switched to Debian was how easy it is to stay current with patches. -Original Message- From: Yansheng Lin [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2003 12:00 PM To: 'Tomcat Users List'; [EMAIL

RE: Linux Distribution

2003-11-04 Thread Tracy Saward
: RE: Linux Distribution So some how since they are more open source means that Fedora will suck..? Hmmm. Does tomcat suck? Nope. Does Apache suck? nope. What about Castor from Exolab? Nope. That's been my point and I'm sticking to it. What about many other open source projects? What about

Re: Installing jakarta on linux RH9

2003-11-04 Thread Oscar Carrillo
Interesting. I wonder if that's all it is. Any wish to elaborate if you are not using a connector to Apache? I was assuming everyone who was using tomcat on such heavy loads would be using Apache in front. BTW, if by any chance you're using the daemon scripts off my site, you would be using the

RE: Installing jakarta on linux RH9

2003-11-03 Thread Nathan Mcminn
mailto:[EMAIL PROTECTED] http://www.NequalsOne.com -Original Message- From: LEONARDO MARTINEZ [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 4:00 PM To: Tomcat Users List Subject: Installing jakarta on linux RH9 Hi! I need install a web server on RH9 that support

Re: Installing jakarta on linux RH9

2003-11-03 Thread Remy Maucherat
Nathan Mcminn wrote: The newest version (4.1.29) should be fine. If I recall, however, there was a problem with Sun's Java Virtual Machine, and RH9, which used an incompatible threading library. No, on RH 9, all VMs will actually need the LD_ASSUME_KERNEL env variable (look in the archives for

Re: Installing jakarta on linux RH9 (LEONARDO)

2003-11-03 Thread Carlos Cajina - Hotmail
://daydream.stanford.edu/tomcat/install_web_services.html) Buena suerte! Gud luck! - Original Message - From: LEONARDO MARTINEZ [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, November 03, 2003 4:00 PM Subject: Installing jakarta on linux RH9 Hi! I need install a web server on RH9

Re: Installing jakarta on linux RH9

2003-11-03 Thread Javier
On 03/11/2003 at 18:00 LEONARDO MARTINEZ wrote: I need install a web server on RH9 that support jsp, it's web server is a jakarta Tomcat but I don't know da version to install, maybe v 4.1.29 ?? PLZ send a answer Hola SI, podes instalar esa o la 5. Como suele ocurrir, la versiones superiores

[OT] Error compiling mod_jk (linux)

2003-10-29 Thread Ivan Venuti
Hello, I'd like to use a Apache+Tomcat for using SSL Certificates. I need to build the mod_jk module for Apache. I have downloaded jakarta-tomcat-connectors-jk-1.2-src-current.zip from Jakarta Web Site. I have unzipped it and: 1) cd (DIR)/jk/native 2) ./configure --with-apxs=(APACHE

Re: J2SDK 1.4.2_01 + Linux + file.encoding

2003-10-28 Thread Luiz Ricardo
Hi everyone, maybe this is off-topic but I read somewhere in Internet that the JVM System Properties should not be configured via -D parameter cause it is not guarranted to work. I always used this to configure the file.encoding in Linux machines to ISO-8859-1 but it didn´t work with J2SDK 1.4.2

Tomcat 5 to start automatically on linux at bootup

2003-10-28 Thread Mark Tebong
Hi. I have installed Tomcat 5 on redhad 9, and works fine. However I would like to start it as a service automatically everytime the computer boots up. Please can someone please provide a reference to information on how to do that or simply tell me how to do that? Thanks MT

Re: Tomcat 5 to start automatically on linux at bootup

2003-10-28 Thread Tim Funk
From http://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Links ... http://www.meritonlinesystems.com/docs/apache_tomcat_redhat.html -Tim Mark Tebong wrote: Hi. I have installed Tomcat 5 on redhad 9, and works fine. However I would like to start it as a service automatically everytime the

RE: Tomcat 5 to start automatically on linux at bootup

2003-10-28 Thread Mark Tebong
thank you Tim -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 28, 2003 2:35 PM To: Tomcat Users List Subject: Re: Tomcat 5 to start automatically on linux at bootup From http://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Links ... http

Re: Tomcat 5 to start automatically on linux at bootup

2003-10-28 Thread Oscar Carrillo
Also my page: http://daydream.stanford.edu/tomcat/install_web_services.html You can download one for apache, tomcat, and postgresql. It will probably be the same as the one Tim noted, except mine has a status command for tomcat that tells you how many threads/processes are running for tomcat.

RePost: Linux Kernel 2.6

2003-10-27 Thread Oscar Carrillo
with Tomcat and Linux kernel pre-2.6. It looks like this kernel is going to go mainstream soon, so I'd like to know what to expect. Linus Torvalds has said there will probably be one more minor revision and then the next will be 2.6. By my rough estimates that puts it at about 1 month away

J2SDK 1.4.2_01 + Linux + file.encoding

2003-10-27 Thread Luiz Ricardo
Hi everyone, I have the following configuration: Linux Mandrake 8.0 J2SDK 1.4.2_01 Tomcat 4.1.27 In my application I have to read some files that contains characters that are ISO-8859-1 charset but when I display these file contents by Tomcat the ISO-8859-1 characters are replaced by question

Re: J2SDK 1.4.2_01 + Linux + file.encoding

2003-10-27 Thread David O'Brien
I face the same problem but haven't found a solution yet. I had to revert to the old version of the SDK. If you find anything could you let me know? -Dave At 12:12 PM 10/27/2003, you wrote: Hi everyone, I have the following configuration: Linux Mandrake 8.0 J2SDK 1.4.2_01 Tomcat 4.1.27 In my

Re: J2SDK 1.4.2_01 + Linux + file.encoding

2003-10-27 Thread Jean-Francois Arcand
yet. I had to revert to the old version of the SDK. If you find anything could you let me know? -Dave At 12:12 PM 10/27/2003, you wrote: Hi everyone, I have the following configuration: Linux Mandrake 8.0 J2SDK 1.4.2_01 Tomcat 4.1.27 In my application I have to read some files that contains

mod_jk 1.2 binary for Linux?

2003-10-25 Thread Stu Statman
I am unsure if I'm asking this question in the right forum, and while I did a quick look through the archives, I may be repeating a question that someone else has asked and has had answered. If so, I apologize. Someone in my org is trying to put together a development server image (Linux

Re: mod_jk 1.2 binary for Linux?

2003-10-25 Thread Manolo Ramirez T.
the archives, I may be repeating a question that someone else has asked and has had answered. If so, I apologize. Someone in my org is trying to put together a development server image (Linux, Apache, Tomcat, JVM, etc.), and needs a clean binary of mod_jk. I pointed him at http://apache.towardex.com

Re: mod_jk 1.2 binary for Linux?

2003-10-25 Thread Oscar Carrillo
I would recommend compiling it, and it doesn't seem that there's a linux binary available for download. I will be adding JK2 tutorial (only JK1.2 for now) shortly on my site, but looking at it now and John Turner's site, you should be able to figure it out. I find that it's always a gamble using

Re: mod_jk 1.2 binary for Linux?

2003-10-25 Thread Oscar Carrillo
be repeating a question that someone else has asked and has had answered. If so, I apologize. Someone in my org is trying to put together a development server image (Linux, Apache, Tomcat, JVM, etc.), and needs a clean binary of mod_jk. I pointed him at http://apache.towardex.com/jakarta

Re: mod_jk 1.2 binary for Linux?

2003-10-25 Thread Stu Statman
Oscar Carrillo wrote: Silly me. I thought you were looking for ModJK2.0. Heh, no prob. We'll go to 2.0 eventually, but we're not quite ready (organizationally) to take that leap quite yet. You should have no problem. And full instructions are on my site as well.

Re: mod_jk 1.2 binary for Linux?

2003-10-25 Thread Stu Statman
Manolo Ramirez T. wrote: Hi, I sugest that you compile the src, it's not to dificult if you now the steps, download it from here: http://apache.towardex.com/jakarta/tomcat-connectors/jk/jakarta-tomcat-connectors-jk-1.2-src-current.tar.gz to compile (in Redhat 9): $ tar xzf XXX $ cd

Re: mod_jk 1.2 binary for Linux?

2003-10-25 Thread Bill Barker
has asked and has had answered. If so, I apologize. Someone in my org is trying to put together a development server image (Linux, Apache, Tomcat, JVM, etc.), and needs a clean binary of mod_jk. I pointed him at http://apache.towardex.com/jakarta/tomcat-connectors/jk/binaries/linux

RE: [OT] Re: linux : Limit of file descriptor

2003-10-23 Thread Francois JEANMOUGIN
Francois, If you've solved this problem, please disregard this message. I've marked this issue as off topic because it relates to Linux and not Tomcat. Well, counting FDs is linux related, but why is there so much FDs opened could be tomcat related (even if, as a bofh, I would say it's

Re: [OT] Re: linux : Limit of file descriptor

2003-10-23 Thread Randy Watler
Francois: We have not run into a FD limit within the JVM using Tomcat, (only aformentioned user limits that can be modified using ulimit). I too have read of OS/JVM limits surrounding some operations like select() for the NIO package, but these apparently are not limits on Tomcat or Coyote

Linux Kernel 2.6 and other info

2003-10-23 Thread Oscar Carrillo
Has anyone tried running Apache/Tomcat with the new 2.6-pre kernel? Or for that matter, has anyone ran it under the mm, or O1 scheduler patches? I'm also planning on running it with a dual AthlonMP system. Has anyone had any experiences with that, good or bad. I assume it should be no problem

Re: Linux Kernel 2.6 and other info

2003-10-23 Thread Oscar Carrillo
BTW, I never have any problems with migrating from one built kernel to a newer built kernel. The only time I've ever had problems was moving from a stock RH kernel. Maybe RH stock kernel does something a little differently with threads. Of course, this is why it's better to compile from source

linux : Limit of file descriptor

2003-10-22 Thread Francois JEANMOUGIN
Hi all, One of my developers reached the limit of file descriptors using tomcat. With no more than 400 clients at a time and 500 threads, we have more than 20 (two hundred thousands) of FD opened. As far as I can read (just try to read a lsof output with more than 20 lines), each

RE: linux : Limit of file descriptor

2003-10-22 Thread Ralph Einfeldt
Those are shared fd's. (Otherwise you would have hit the limit much earlier as it is typically something betweenn 1024 and 4096). -Original Message- From: Francois JEANMOUGIN [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 3:05 PM To: Tomcat Users List Subject: linux

RE: linux : Limit of file descriptor

2003-10-22 Thread Francois JEANMOUGIN
-Message d'origine- De : Ralph Einfeldt [mailto:[EMAIL PROTECTED] Envoyé : mercredi 22 octobre 2003 15:09 À : Tomcat Users List Objet : RE: linux : Limit of file descriptor Those are shared fd's. Nope, those are real FDs (Otherwise you would have hit the limit much earlier

Re: linux : Limit of file descriptor

2003-10-22 Thread Randy Watler
norms on startup? What build of Linux is on the box in question? Randy Watler Finali Corporation Francois JEANMOUGIN wrote: -Message d'origine- De : Ralph Einfeldt [mailto:[EMAIL PROTECTED] Envoyé : mercredi 22 octobre 2003 15:09 À : Tomcat Users List Objet : RE: linux : Limit of file

RE: linux : Limit of file descriptor

2003-10-22 Thread Francois JEANMOUGIN
. That's strange. It seems unlikely that the FDs are being consumed by Tomcat if your log files look normal. Does the number of file handles climb steadily over time or rapidly balloon beyond norms on startup? What build of Linux is on the box in question? It is a RedHat enterprise server 2.1

Re: linux : Limit of file descriptor

2003-10-22 Thread Randy Watler
Francois: H. Are you running with a fronting web server, (i.e. Apache, IIS, etc), or Tomcat stand alone? Randy Watler Finali Corporation smime.p7s Description: S/MIME Cryptographic Signature

RE: linux : Limit of file descriptor

2003-10-22 Thread Francois JEANMOUGIN
Francois: H. Are you running with a fronting web server, (i.e. Apache, IIS, etc), or Tomcat stand alone? Standalone. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: linux : Limit of file descriptor

2003-10-22 Thread Ralph Einfeldt
: Francois JEANMOUGIN [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 3:25 PM To: Tomcat Users List Subject: RE: linux : Limit of file descriptor Those are shared fd's. Nope, those are real FDs

Re: linux : Limit of file descriptor

2003-10-22 Thread Randy Watler
Francois, This may be a Red Herring, but I have to wonder if the usage of Posix threads in the RedHat enterprise servers is causing problems somehow? Are your other servers RedHat enterprise boxen or different in other ways? What JVM are you using? Randy Watler Finali Corporation smime.p7s

[OT] Re: linux : Limit of file descriptor

2003-10-22 Thread Justin L Spies
? Randy Watler Finali Corporation Francois, If you've solved this problem, please disregard this message. I've marked this issue as off topic because it relates to Linux and not Tomcat. lsof won't properly report the total number of opened file descriptors. I was doing the same thing

Can i use the same code in linux---sat

2003-10-21 Thread kgsat
Hi folks, (B (BI have been into a development for a video download site using jsp and (Bservlets. And it was intended to run on windows 2000 with apache and (Btomcat. (Bnow the OS has been changed to linux9.0 (BCan i run the same code in linux also.Or i need to do any changes in order

Re: Can i use the same code in linux---sat

2003-10-21 Thread Daniel Gibby
download site using jsp and servlets. And it was intended to run on windows 2000 with apache and tomcat. now the OS has been changed to linux9.0 Can i run the same code in linux also.Or i need to do any changes in order to run the windows java code in linux. Any tips on this.Pl advise thanks

Re: Can i use the same code in linux---sat

2003-10-21 Thread kgsat
Subject: Re: Can i use the same code in linux---sat The Java code should be the same, the only issue I know of is configuration of your server. Environment variables are handled differently, and paths to resources and configuration files are of course different.. Daniel Gibby kgsat wrote

Re: Can i use the same code in linux---sat

2003-10-21 Thread Daniel Gibby
You may want to change some settings because of that, but mostly just the paths to directories will be different to where things are located. Linux paths instead of Windows paths. Daniel kgsat wrote: Hi Gibby, Thanks for your response.Does the configuration mean that there are changes

Re: Slow HTTP upload speed with IE and Tomcat on Solaris (works fine on Linux and Windows)

2003-10-17 Thread Jonathan Eric Miller
Can someone that has a Solaris box try this (see the file attachments on my original message)? It works great on my Linux box. Could it be some kind of buffering problem? I noticed something else that is strange. Mozilla uploads/downloads faster with SSL than without when using Tomcat 5 on Linux

Slow HTTP upload speed with IE and Tomcat on Solaris (works fine on Linux and Windows)

2003-10-15 Thread Jonathan Eric Miller
the same thing, but, run Tomcat on Linux instead, it takes 2 seconds when using IE. It takes 1 second if I run Tomcat on my local Windows computer. I'm using Solaris 8 with a patch cluster that I downloaded and installed within the last few weeks, Tomcat 5.0.12, J2SE 1.4.1, and the version of Internet

Download jk2 for apache2 and linux

2003-10-13 Thread Anthony Gray
Hi, I am trying to download the Apache-Tomcat connector for Apache2, however I can't find the linux version. I've tried the following links, but have had no luck (even jk): http://apache.ausgamers.com/jakarta/tomcat-connectors/jk2/binaries/ http://apache.ausgamers.com/jakarta/tomcat-connectors

RE: Download jk2 for apache2 and linux

2003-10-13 Thread Mario Juric
... Cheers Mario -Original Message- From: Anthony Gray [mailto:[EMAIL PROTECTED] Sent: 13. oktober 2003 14:31 To: [EMAIL PROTECTED] Subject: Download jk2 for apache2 and linux Hi, I am trying to download the Apache-Tomcat connector for Apache2, however I can't find the linux version. I've

Re: Tomcat on Linux

2003-09-29 Thread Peter Harrison
On Mon, 29 Sep 2003 06:42, Joao Medeiros wrote: Hi folks, I've decided to start doing some testing on Tomcat under Linux for which I have installed Redhat 8 which is now up and running, downloaded the JSDK for Linux which is also setup and downloaded the Tomcat files but before I go ahead

RE: Tomcat on Linux

2003-09-29 Thread King,Daniel
by the other links in that directory. To kill tomcat, add: ln -s /etc/init.d/tocmatservice KNNtomcatservice S for start, K for kill. Links in /etc/rc3.d will be called automatically if you come up in text mode in linux. If you start up in gui mode, do the same but go to /etc/rc5.d instead

Tomcat on Linux

2003-09-28 Thread Joao Medeiros
Hi folks, I've decided to start doing some testing on Tomcat under Linux for which I have installed Redhat 8 which is now up and running, downloaded the JSDK for Linux which is also setup and downloaded the Tomcat files but before I go ahead and start installing it I was wondering if you could

RE: Tomcat5, SSL, IBM JDK 1.4 and Linux

2003-09-26 Thread Halstead, Chris
-Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2003 11:16 PM To: [EMAIL PROTECTED] Subject: Re: Tomcat5, SSL, IBM JDK 1.4 and Linux It seems that IBM's JSSE implementation has some limitations using the TLS protocol. However

Tomcat5, SSL, IBM JDK 1.4 and Linux

2003-09-25 Thread Halstead, Chris
OK, I'm tearing my hair out here ;-) What's the secret to making SSL work in Tomcat 5.0.12 when running on Linux with IBM JDK 1.4? I have followed the steps to the letter (thrice) and have nothing to show for it yet. I found that you need to set algorithm to IbmX509 in the connector def

Re: Tomcat5, SSL, IBM JDK 1.4 and Linux

2003-09-25 Thread Bill Barker
SSL work in Tomcat 5.0.12 when running on Linux with IBM JDK 1.4? I have followed the steps to the letter (thrice) and have nothing to show for it yet. I found that you need to set algorithm to IbmX509 in the connector def, which stopped me from getting IOExceptions in JSSE14SocketFactory.init

Tomcat heap memory allocation in Linux

2003-09-24 Thread sqdang
Hi, I am using tomcat 4.1.27 running on Red Hat Linux 9 and Sun's JDK 1.4.1_01. Here is my issue. I wanted to allocate more heap space to run tomcat. So, I placed the following line in the file catalina.sh: JAVA_OPTS=-Xms256m -Xmx400m I shut down tomcat, reboot linux, and started tomcat

RE: Tomcat heap memory allocation in Linux

2003-09-24 Thread Shapira, Yoav
Howdy, So the same tomcat version and same JDK version on different platforms yield different results? ;) That's a shocker... There have been discussions on this list in the past regarding the unreliability (is that a noun??) of the top command on linux. You can search the archives for more

[OT]Tomcat-Apache-Cocoon-Perl-Java-Linux-XML Job

2003-09-16 Thread Joachim Bauernberger
Hi, - plz, excuse this off-topic post. Anybody interested please contact me off-list under. mailto:[EMAIL PROTECTED] Good knowledge of German language is required. Best regards, ~/joachim - To unsubscribe, e-mail: [EMAIL

To Access File in Linux.

2003-09-15 Thread Anitha K Rao
Hi, I have to find a solution for this. Can Anybody help me. My Tomcat is on Windows. My database server is on Windows/Linux. My Actual Content which I need to put onto database is on AIX machine. Client can be a window/linux user. How can I access from Java, files which are present on AIX

Re: To Access File in Linux.

2003-09-15 Thread mourad jaber
windows and use it as local filesystem... Mourad Anitha K Rao wrote: Hi, I have to find a solution for this. Can Anybody help me. My Tomcat is on Windows. My database server is on Windows/Linux. My Actual Content which I need to put onto database is on AIX machine. Client can be a window

Apache/Tomcat/MySQL Startup Sequence on Linux

2003-09-15 Thread Walker Chris
Hi, I'm having problems coordinating the startup scripts for Apache, Tomcat (connected via mod_webapp) and MySQL. The situation seems to be this: - mod_webapp requires Tomcat to be already running when httpd starts - the Tomcat application contains a connection pool that requires MySQL to be

Re: Apache/Tomcat/MySQL Startup Sequence on Linux

2003-09-15 Thread Tim Funk
Don't use mod_webapp. Use jk or jk2. Webapp is unsupported. jk, jk2 allow for either side to go down and all is still ok when it comes back up -Tim Walker Chris wrote: Hi, I'm having problems coordinating the startup scripts for Apache, Tomcat (connected via mod_webapp) and MySQL. The

RE: Apache/Tomcat/MySQL Startup Sequence on Linux

2003-09-15 Thread Walker Chris
Users List Subject: Re: Apache/Tomcat/MySQL Startup Sequence on Linux Don't use mod_webapp. Use jk or jk2. Webapp is unsupported. jk, jk2 allow for either side to go down and all is still ok when it comes back up -Tim Walker Chris wrote: Hi, I'm having problems coordinating the startup

Re: Apache/Tomcat/MySQL Startup Sequence on Linux

2003-09-15 Thread Tim Funk
- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: 15 September 2003 11:46 To: Tomcat Users List Subject: Re: Apache/Tomcat/MySQL Startup Sequence on Linux Don't use mod_webapp. Use jk or jk2. Webapp is unsupported. jk, jk2 allow for either side to go down and all is still ok when it comes back up

RE: Apache/Tomcat/MySQL Startup Sequence on Linux

2003-09-15 Thread Andy Eastham
/Tomcat/MySQL Startup Sequence on Linux Aaargh! I worked to 3am for several days to get webapp set up. I shouldn't believe what I read in books. What's the difference between jk and jk2? And why is webapp unsupported? Chris -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED

RE: Apache/Tomcat/MySQL Startup Sequence on Linux

2003-09-15 Thread Walker Chris
13:37 To: Tomcat Users List Subject: RE: Apache/Tomcat/MySQL Startup Sequence on Linux Chris, Webapp is unsupported because JK is better and noone in the open source community wants to support it. Are you volunteering ;-) Andy -Original Message- From: Walker Chris [mailto:[EMAIL

RE: Apache/Tomcat/MySQL Startup Sequence on Linux

2003-09-15 Thread Dana Bourgeois
' Subject: Apache/Tomcat/MySQL Startup Sequence on Linux Hi, I'm having problems coordinating the startup scripts for Apache, Tomcat (connected via mod_webapp) and MySQL. The situation seems to be this: - mod_webapp requires Tomcat to be already running when httpd starts - the Tomcat

Setting the classpath in Windows and Linux

2003-09-11 Thread Anson Zeall
Hi, I have a question on setting the classpath for Windows and Linux. Right now, I'm using a really stupid way (but works for the moment =P) to compile my java files; copying all the related jar files with my J2SE libraries. I know this ain't the right method. So, I would like to ask who can

RE: Setting the classpath in Windows and Linux

2003-09-11 Thread Mike Curwen
wonderful once you know your way around. -Original Message- From: Anson Zeall [mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2003 8:27 AM To: Tomcat Users List Subject: Setting the classpath in Windows and Linux Hi, I have a question on setting the classpath for Windows

Windows / Linux Context Difference (Weirdness with HTML Links)

2003-09-09 Thread Brandon M. Blank
I have recently developed a site using Tomcat 4.1.27 under Linux. The site resides at http:// http://%3chost%3e/%3cappName host/appName. When using an html link with the href set to /index.jsp it goes to http:// http://%3chost%3e/%3cappName%3e/index.jsp host/appName/index.jsp When implementing

Windows / Linux Context Difference (Weirdness with HTML Links)

2003-09-09 Thread Brandon M. Blank
I have recently developed a site using Tomcat 4.1.27 under Linux. The site resides at http:// http://%3chost%3e/%3cappName host/appName. When using an html link with the href set to /index.jsp it goes to http:// http://%3chost%3e/%3cappName%3e/index.jsp host/appName/index.jsp When implementing

Java Virtual Machines on Linux

2003-09-08 Thread Ryan Lissack
Hi, I am interested to hear if others have used anything other than the Sun VM for a production Tomcat system, running on Linux, and what their experiences were. From what I can see, there are four main options at the moment: Sun JRE 1.4.2 Blackdown JRE 1.4.1 IBM JRE 1.4.1 BEA JRockit 8.1 (J2SE

Re: Java Virtual Machines on Linux

2003-09-08 Thread jmoliere
Hi, I am interested to hear if others have used anything other than the Sun VM for a production Tomcat system, running on Linux, and what their experiences were. From what I can see, there are four main options at the moment: Sun JRE 1.4.2 Blackdown JRE 1.4.1 IBM JRE 1.4.1 BEA JRockit

RE: Java Virtual Machines on Linux

2003-09-08 Thread Mike Cherichetti \(Renegade Internet\)
Ryan, I've had good luck with the IBM JVM on Linux. The Sun JVM is slower, uses more memory, and isn't as stable. At least that's been my experience with it. I'd narrow your options down to IBM and BEA. Mike -Original Message- From: Ryan Lissack [mailto:[EMAIL PROTECTED] Sent: Monday

How to get tomcat to autostart on linux

2003-09-03 Thread batristain
Greetings, I need to know how to get tomcat to autostart on a redhat linux 8 box - can anyone tell me? Thanks, Bobbie Bobbie Atristain Internet Systems Administrator Media General, INC. 804.649.6156 - To unsubscribe, e-mail

Re: How to get tomcat to autostart on linux

2003-09-03 Thread John Turner
the tomcatd script to meet your needs, such as changing the paths, etc. John [EMAIL PROTECTED] wrote: Greetings, I need to know how to get tomcat to autostart on a redhat linux 8 box - can anyone tell me? Thanks, Bobbie Bobbie Atristain Internet Systems Administrator Media General, INC. 804.649.6156

Re: How to get tomcat to autostart on linux

2003-09-03 Thread Filip Hanik
Subject: How to get tomcat to autostart on linux Greetings, I need to know how to get tomcat to autostart on a redhat linux 8 box - can anyone tell me? Thanks, Bobbie Bobbie Atristain Internet Systems Administrator Media General, INC. 804.649.6156

Re: How to get tomcat to autostart on linux

2003-09-03 Thread Carlos Cajina - Hotmail
: How to get tomcat to autostart on linux Greetings, I need to know how to get tomcat to autostart on a redhat linux 8 box - can anyone tell me? Thanks, Bobbie Bobbie Atristain Internet Systems Administrator Media General, INC. 804.649.6156

RE: How to get tomcat to autostart on linux

2003-09-03 Thread batristain
Thanks for the info -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 03, 2003 11:04 AM To: Tomcat Users List Subject: Re: How to get tomcat to autostart on linux Courtesy of Oscar Carrillo: http://daydream.stanford.edu/tomcat

RE: Unable to obtain a module (.so) for JK2 on Linux (RH9)

2003-09-01 Thread Stuart Stephen
) for JK2 on Linux (RH9) Eric J. Pinnell wrote: Hi, thanks eric, JK2 should compile with just the following: ./configure --with-apxs2=/path/to/apache/bin/apxs make yes ,it should . but I still can't have this fu... module compiled It should create mod_jk2.so in the build

RE: Unable to obtain a module (.so) for JK2 on Linux (RH9)

2003-09-01 Thread Eric J. Pinnell
up on it and went back to good old trusty mod_jk 1 in the end. -Original Message- From: jerome moliere [mailto:[EMAIL PROTECTED] Sent: 30 August 2003 09:20 To: Tomcat Users List Subject: Re: Unable to obtain a module (.so) for JK2 on Linux (RH9) Eric J. Pinnell wrote: Hi

Re: Unable to obtain a module (.so) for JK2 on Linux (RH9)

2003-08-30 Thread jerome moliere
Eric J. Pinnell wrote: Hi, thanks eric, JK2 should compile with just the following: ./configure --with-apxs2=/path/to/apache/bin/apxs make yes ,it should . but I still can't have this fu... module compiled It should create mod_jk2.so in the build directory tree not in the

RE: Can't stop Tomcat-5.0.5 with Cocoon-2.1 on Linux

2003-08-29 Thread Morgan Pyne
, Morgan -Original Message- From: Skladovs, Victor [mailto:[EMAIL PROTECTED] Sent: Thursday, August 28, 2003 18:02 To: Tomcat Users List Subject: AW: Can't stop Tomcat-5.0.5 with Cocoon-2.1 on Linux Why nothing happens when I try to generate thread dump on Linux? My steps: 1

Unable to obtain a module (.so) for JK2 on Linux (RH9)

2003-08-29 Thread jerome moliere
Hi all, i'm not sure that's the right place for such question but I'm unable for 2 days to get the compilation goes to end Everything seems to work but I don't have any so file generated... I'm using a configure with options: ./configure --with-tomcat40=/usr/local/tomcat/

Re: Unable to obtain a module (.so) for JK2 on Linux (RH9)

2003-08-29 Thread Eric J. Pinnell
Hi, JK2 should compile with just the following: ./configure --with-apxs2=/path/to/apache/bin/apxs make It should create mod_jk2.so in the build directory tree not in the directory that you ran configure and make from. I forget exactly where it puts it but a find ./ | grep so from the top level

Can't stop Tomcat-5.0.5 with Cocoon-2.1 on Linux

2003-08-28 Thread Skladovs, Victor
Hi to all! I can't stop tomcat-5.0.5 on Linux with the latest cocoon - 2.1. (with JDK 1.4.1_02) Although catalina.out seems to be allright: 28.08.2003 15:21:53 org.apache.catalina.core.StandardService stop INFO: Stopping service Catalina 28.08.2003 15:21:53 org.apache.coyote.http11

Re: Can't stop Tomcat-5.0.5 with Cocoon-2.1 on Linux

2003-08-28 Thread Jean-Francois Arcand
Skladovs, Victor wrote: Hi to all! I can't stop tomcat-5.0.5 on Linux with the latest cocoon - 2.1. (with JDK 1.4.1_02) Although catalina.out seems to be allright: 28.08.2003 15:21:53 org.apache.catalina.core.StandardService stop INFO: Stopping service Catalina 28.08.2003 15:21:53

AW: Can't stop Tomcat-5.0.5 with Cocoon-2.1 on Linux

2003-08-28 Thread Skladovs, Victor
Tomcat-5.0.5 with Cocoon-2.1 on Linux My first guess is that Cocoon have a thread that doesn't die when you stop the application (they probably have a shutdown listener). How do you stop Tomcat? Can you also add a thread dump (CTRL-\) to this mail (do that before stopping and then after

AW: Can't stop Tomcat-5.0.5 with Cocoon-2.1 on Linux

2003-08-28 Thread Skladovs, Victor
Why nothing happens when I try to generate thread dump on Linux? My steps: 1)determine the java PID with pstree -p command: -java(3855)---java(3856)-+-java(3857) |-java(3858) |-java(3859) |-java(3860

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