Re: installing tomcat 4.1.27 on linux

2004-08-12 Thread Filip Hanik - Dev
PROTECTED] Sent: Thursday, August 12, 2004 5:14 PM Subject: installing tomcat 4.1.27 on linux We're moving Tomcat over to a Linux box, and we're under pressure to get it done as quickly as possible and put it into production right away even though none of us knows Linux all that well beyond me using

Re: installing tomcat 4.1.27 on linux

2004-08-12 Thread Robert F. Hall
Howdy, Tomcat is written in Java and is OS independent, you don't need a linux specific install. We have the same Tomcat install running on Solaris, Linux, and Windoze. -Robert Stephen Charles Huey wrote: We're moving Tomcat over to a Linux box, and we're under pressure to get it done as quickly

RE: installing tomcat 4.1.27 on linux

2004-08-12 Thread Mark Thomas
-Original Message- From: Stephen Charles Huey [mailto:[EMAIL PROTECTED] Sent: Thursday, August 12, 2004 11:14 PM To: Tomcat User Subject: installing tomcat 4.1.27 on linux We're moving Tomcat over to a Linux box, and we're under pressure to get it done as quickly as possible

Re: installing tomcat 4.1.27 on linux

2004-08-12 Thread Stephen Charles Huey
this might be a really dumb question, but will that .exe file run and install everything on the Linux box, or will I have to use jakarta-tomcat-4.1.27.zip and extract everything? It's all slowly and hazily making sense...I hope...on Red Hat I won't have to install it quite as much as Windows which

Re: installing tomcat 4.1.27 on linux

2004-08-12 Thread QM
On Thu, Aug 12, 2004 at 05:31:59PM -0500, Stephen Charles Huey wrote: : I know this might be a really dumb : question, but will that .exe file run and install everything on the : Linux box, or will I have to use jakarta-tomcat-4.1.27.zip and extract : everything? What about zipping up

Re: installing tomcat 4.1.27 on linux

2004-08-12 Thread Filip Hanik - Dev
only one way to find outGET TO WORK ;) - Original Message - From: Stephen Charles Huey [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, August 12, 2004 5:31 PM Subject: Re: installing tomcat 4.1.27 on linux Sounds good to me! Usually when we move Tomcat

Re: installing tomcat 4.1.27 on linux

2004-08-12 Thread QM
to write some sort of init script to kick off the service at boot. Look into commons-daemon (the Linux-native portion is called jsvc, check the Tomcat website) or Erni (brandxdev.net) to do the trick. Also, if this is your company's first Linux machine (and in production, no less) you'd do well

Help Database Pooling in Linux

2004-08-12 Thread tim
Hi I am experiencing a bit of a tricky problem. I have an application developed under windows. The application talks to a MySQL database using connection pooling. The application works great hosted on Tomcat under Windows, but when it is placed on Linux the application cannot establish

Re: Help Database Pooling in Linux

2004-08-12 Thread QM
On Fri, Aug 13, 2004 at 01:04:38AM +0100, [EMAIL PROTECTED] wrote: : I have checked that the database can be reached from the Linux server and : it can, and I can connect to the database if I use a direct JSP database : call. But the application will not establish a connection either to a local

Re: Help Database Pooling in Linux

2004-08-12 Thread Isen,Ciji
be reached from the Linux server and : it can, and I can connect to the database if I use a direct JSP database : call. But the application will not establish a connection either to a local : database or to a database hosted on another machine. I have tried pretty : much everything I can think

Apache-Tomcat on Linux MontaVista 3.1

2004-08-09 Thread Luis Filipe Correia (Ext_Altior)
Hi, I need to know if it's possible to run Apache-Tomcat on Linux MontaVista 3.1. Does anyone have experience with this? Thanks! Regards Luís Correia

Re: Apache-Tomcat on Linux MontaVista 3.1

2004-08-09 Thread QM
On Mon, Aug 09, 2004 at 03:14:45PM +0100, Luis Filipe Correia (Ext_Altior) wrote: : I need to know if it's possible to run Apache-Tomcat on Linux MontaVista 3.1. : Does anyone have experience with this? Here's the big question: is there a suitable JDK implementation for Linux MontaVista? (I've

Binary distribution for Linux?

2004-08-02 Thread Jérôme Duval
Is there a binary distribution for Linux (ie a Windows Installer-type interface)? Or do I have to build it myself? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Binary distribution for Linux?

2004-08-02 Thread Søren Neigaard
There is a binary distribution, only thing you have to do is unpack it. -Original Message- From: Jérôme Duval [mailto:[EMAIL PROTECTED] Sent: 2. august 2004 14:53 To: 'Tomcat Users List' Subject: Binary distribution for Linux? Is there a binary distribution for Linux (ie a Windows

Re: Binary distribution for Linux?

2004-08-02 Thread Viorel Dragomir
Please see the download page from tomcat. Tomcat is written in java, so the windows distribution works in linux too. There are different shell scripts to run for each platform. google.com is free for commercial or individual use check it out - Original Message - From: Jérôme Duval

RE: Binary distribution for Linux?

2004-08-02 Thread Shapira, Yoav
Hi, You can also check out JPackage.org for some Linux RPM packages, if that's your cup of tea. Yoav Shapira Millennium Research Informatics -Original Message- From: Viorel Dragomir [mailto:[EMAIL PROTECTED] Sent: Monday, August 02, 2004 9:01 AM To: Tomcat Users List Subject: Re

Different Behaviors of mod_jk2 in linux windows

2004-07-29 Thread Ernesto Echeverría
to navigate to the jsp-examples page using the following url http://localhost/jsp-examples Allowing access to the whole webapp. The expected behaviour occurs in Windows. However, in linux (apache + tomcat), I can't run any of the examples themselves, and I'm not able to watch the images in the jsp

Linux / Apache / Tomcat conf troubles

2004-07-23 Thread Julien Oix
Hi everyone, I find 2 problems on my Linux/Apache/Tomcat platform : *** First, I can't manage to redirect a 500 error code page to a customized error page, even I can't see any trouble in my conf's files. # config Linux RedHat 7.1 Apache 1.3.27 (rpm) Tomcat 4.1.18 (rpm) mod_jk 1.2.2 (rpm

Re: Linux / Apache / Tomcat conf troubles

2004-07-23 Thread Ruth, Brice
Julien Oix wrote: Hi everyone, I find 2 problems on my Linux/Apache/Tomcat platform : *** First, I can't manage to redirect a 500 error code page to a customized error page, even I can't see any trouble in my conf's files. # config Linux RedHat 7.1 Apache 1.3.27 (rpm) Tomcat 4.1.18 (rpm) mod_jk

Linux Virtual Hosting - weird file not found exception

2004-07-19 Thread Matt Anderson
Hi everyone, I have this problem on my Linux server with tomcat. I recently put in some virtual hosts and these have worked on a windows 2000 server machine but doesn't seem to work with linux (Debian). For some reason it goes to compile the jsp files in a wierd directory /usr/apps/jakarta

Linux Virtual Hosting - weird file not found exception

2004-07-19 Thread Nicolas PEREZ
Return Receipt Your Linux Virtual Hosting - weird file not found exception document

problem with tomcat startup script in linux

2004-07-16 Thread Kamaleshwaran Sivalingam
I have a problem using startup script for tomcat i= n linux. It actually starts =0Aup when booting up. but then, it says [Fa= iled] and the reason is =0AJAVA_HOME variable not defined correctly. Th= is environment variable is =0Aneccesary for running this program. =0A=0AB= ut I have

Problem with startup script for tomcat in linux

2004-07-16 Thread Kamaleshwaran Sivalingam
Hi all,           I have a problem  using startup script for tomcat in linux.  It actually starts up when booting up. but then, it says [Failed]  and the reason is JAVA_HOME variable not defined correctly. This environment variable is  neccesary for running this program. But I have

Re: Problem with startup script for tomcat in linux

2004-07-16 Thread David Smith
Typo in your script. the JAVA_HOME line should read: JAVA_HOME=/usr/java/j2sdk1.4.1_02 --David Kamaleshwaran Sivalingam wrote: Hi all, I have a problem using startup script for tomcat in linux. It actually starts up when booting up. but then, it says [Failed] and the reason

Re: Re: Problem with startup script for tomcat in linux

2004-07-16 Thread Kamaleshwaran Sivalingam
should read: JAVA_HOME=/usr/java/j2sdk1.4.1_02 --David Kamaleshwaran Sivalingam wrote: Hi all, I have a problem using startup script for tomcat in linux. It actually starts up when booting up. but then, it says [Failed] and the reason is JAVA_HOME variable not defined correctly

Re: Re: Trouble starting Tomcat4.1.18 on linux.

2004-07-07 Thread Kamaleshwaran Sivalingam
Hi, The error was Bind error: Address already in use. I solved the problem. The port setting in my server.xml file was set to 80 and not 8080. Apache server is already running on port 80. So I changed the port setting to 8080. Now i get the home page when i hit http://localhost:8080;.

Trouble starting Tomcat4.1.18 on linux.

2004-07-06 Thread Kamaleshwaran Sivalingam
Hi all, I have installed jakarta-tomcat-4.1.18 on Linux (Red Hat) server. The tomcat is down now and I dont get the apache main page when i entered http://localhost:8080; on Mozilla in the linux server. I set the CATALINA_HOME and JAVA_HOME variables. I gave ./startup.sh

Re: Trouble starting Tomcat4.1.18 on linux.

2004-07-06 Thread QM
On Tue, Jul 06, 2004 at 07:21:56PM -, Kamaleshwaran Sivalingam wrote: : But then, I could not get the page when i gave http://localhost:8080; in : mozilla web : browser. Can u guys help me out?. There are innumerable reasons why Tomcat would fail to start. What error messages do you see

Re: Multiple Tomcat Instances with Linux

2004-06-22 Thread shiv juluru
the correct version of CATALINA_HOME/shared/lib? Do you create a separate document root that contains a shared/lib for each entry in the server.xml configuration? Jon --- Dan Barron wrote: Jon, I run multiple tomcat services on a Linux box with Apache for various development

Re: Multiple Tomcat Instances with Linux

2004-06-21 Thread Jon Feauto
of CATALINA_HOME/shared/lib? Do you create a separate document root that contains a shared/lib for each Service entry in the server.xml configuration? Jon --- Dan Barron [EMAIL PROTECTED] wrote: Jon, I run multiple tomcat services on a Linux box with Apache for various development and distributions

Re: Multiple Tomcat Instances with Linux

2004-06-21 Thread Dan Barron
in the server.xml configuration? Jon --- Dan Barron [EMAIL PROTECTED] wrote: Jon, I run multiple tomcat services on a Linux box with Apache for various development and distributions. The way I went about it is to setup multiple Service configurations within the server.xml file. Each service has

Re: Multiple Tomcat Instances with Linux

2004-06-21 Thread Jon Feauto
create a separate document root that contains a shared/lib for each Service entry in the server.xml configuration? Jon --- Dan Barron [EMAIL PROTECTED] wrote: Jon, I run multiple tomcat services on a Linux box with Apache for various development and distributions. The way

[ANN] : Tomcat 5 on Linux Step-By-Step

2004-06-18 Thread Chong Yu Meng
The document has been updated. Contributions and Help: - Andrew Clute : Building mod_jk2 on Red Hat Enterprise Linux 3 (resolving the 'undefined symbols: apr_md5_final ' error) - Patricia Karsten : Eclipse + Tomcat + Tomcat Deployer - Trevor Butler : Configuring mod_jk2 and Apache-Tomcat

Multiple Tomcat Instances with Linux

2004-06-18 Thread Jon Feauto
Hello, I'm certain I am behind the curve on this one, but I've been looking around for several days now and haven't found the answers I need. I'm looking to setup multiple environments for Tomcat 4x on a single linux server. One for each developer and several others for different versions

Re: Multiple Tomcat Instances with Linux

2004-06-18 Thread Jon Feauto
, but I've been looking around for several days now and haven't found the answers I need. I'm looking to setup multiple environments for Tomcat 4x on a single linux server. One for each developer and several others for different versions of test. From the mail list archives I've come

Re: Multiple Tomcat Instances with Linux

2004-06-18 Thread Dan Barron
Jon, I run multiple tomcat services on a Linux box with Apache for various development and distributions. The way I went about it is to setup multiple Service configurations within the server.xml file. Each service has it own port for connectivity and its own worker for mod_jk. I create

RE: Using JAVA_OPTS= -sever with jsvc on linux

2004-06-11 Thread Mariano
; [EMAIL PROTECTED] Asunto: RE: Using JAVA_OPTS= -sever with jsvc on linux It looks like you should put it in your CATALINA_OPTS so that line would become CATALINA_OPTS=-server -Xms256m -Xmx256m -XX:PermSize=128m -XX:MaxPermSize=128m -Original Message- From: Mariano [mailto:[EMAIL

RE: Using JAVA_OPTS= -sever with jsvc on linux

2004-06-11 Thread Mariano
with jsvc on linux Try adding: -jvm server to your command line. Mariano [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi all, i like to specify JAVA_OPTS= -sever with jsvc on linux Fedora Core 1. I use J2SDK 1.4.2_04-b05 and Tomcat 5.0.25. Now i put a line into Tomcat.sh like

RE: Using JAVA_OPTS= -sever with jsvc on linux

2004-06-11 Thread Matt Dale
-server jsvc error: Cannot parse command line arguments Mariano Lpez -Mensaje original- De: Dale, Matt [mailto:[EMAIL PROTECTED] Enviado el: jueves, 10 de junio de 2004 11:20 Para: Tomcat Users List; [EMAIL PROTECTED] Asunto: RE: Using JAVA_OPTS= -sever with jsvc on linux

Re: Using JAVA_OPTS= -sever with jsvc on linux

2004-06-11 Thread Bill Barker
'1 ' $CATALINA_OPTS -cp $CLASSPATH org.apache.catalina.startup.Bootstrap -Mensaje original- De: news [mailto:[EMAIL PROTECTED] nombre de Bill Barker Enviado el: viernes, 11 de junio de 2004 7:04 Para: [EMAIL PROTECTED] Asunto: Re: Using JAVA_OPTS= -sever with jsvc on linux Try

Using JAVA_OPTS= -sever with jsvc on linux

2004-06-10 Thread Mariano
Hi all, i like to specify JAVA_OPTS= -sever with jsvc on linux Fedora Core 1. I use J2SDK 1.4.2_04-b05 and Tomcat 5.0.25. Now i put a line into Tomcat.sh like JAVA_OPTS= -sever , but i don't know if this is correct. Tomcat.sh: JAVA_HOME=/var/j2sdk CATALINA_HOME=/var/tomcat DAEMON_HOME=/var

RE: Using JAVA_OPTS= -sever with jsvc on linux

2004-06-10 Thread Dale, Matt
JAVA_OPTS= -sever with jsvc on linux Hi all, i like to specify JAVA_OPTS= -sever with jsvc on linux Fedora Core 1. I use J2SDK 1.4.2_04-b05 and Tomcat 5.0.25. Now i put a line into Tomcat.sh like JAVA_OPTS= -sever , but i don't know if this is correct. Tomcat.sh: JAVA_HOME=/var/j2sdk CATALINA_HOME

Re: Using JAVA_OPTS= -sever with jsvc on linux

2004-06-10 Thread Bill Barker
Try adding: -jvm server to your command line. Mariano [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi all, i like to specify JAVA_OPTS= -sever with jsvc on linux Fedora Core 1. I use J2SDK 1.4.2_04-b05 and Tomcat 5.0.25. Now i put a line into Tomcat.sh like JAVA_OPTS= -sever

RE: Tomcat, RedHat Linux MySQL configuration urgent...

2004-06-09 Thread mxs6991
Thank you regards, Manikandan Sachidanandan It's when things seem worst that you mustn't quit... -Original Message- From: Parsons Technical Services [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 08, 2004 11:34 PM To: Tomcat Users List Subject: Re: Tomcat, RedHat Linux MySQL

JVM Implementation for Running Tomcat in MontaVista Linux (PowerPC)?

2004-06-08 Thread Tony Yat-Tung Cheung
Hi all, We are looking for ways to run Tomcat in MontaVista Linux in the Power PC platform. Is there any existing JVM implementation, either commerical or open-source? If not, is there any on-going effort in porting such a JVM? Thank you. Any information is much appreciated. Regards, Tony

Tomcat, RedHat Linux MySQL configuration urgent...

2004-06-08 Thread mxs6991
Hi tomcat users, I have come up with an web application Which involves JSP pages (hosted using tomcat 5.0.25) talking to MySQL database, and I have decided to have 2 separate PCs for the web server database server! My question is about the hardware configuration For these two servers.(If some

RE: Tomcat, RedHat Linux MySQL configuration urgent...

2004-06-08 Thread mxs6991
By the way the MySQL version is 4.0 for red hat linux 9.0 regards, Manikandan Sachidanandan It's when things seem worst that you mustn't quit... -Original Message- From: mxs6991 [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 08, 2004 10:14 PM To: 'Tomcat Users List' Subject: Tomcat

Re: Tomcat, RedHat Linux MySQL configuration urgent...

2004-06-08 Thread Parsons Technical Services
Subject: RE: Tomcat, RedHat Linux MySQL configuration urgent... By the way the MySQL version is 4.0 for red hat linux 9.0 regards, Manikandan Sachidanandan It's when things seem worst that you mustn't quit... -Original Message- From: mxs6991 [mailto:[EMAIL PROTECTED] Sent

RE: JSVC problem on Linux with Tomcat 5

2004-06-04 Thread Shapira, Yoav
problem on Linux with Tomcat 5 A follow up to this message, I found a couple of lines in catalina.out that I thought maybe have something to do with this: Can't load server.xml jsvc.exec debug: Daemon loaded successfully Can't load server.xml Perhaps this helps. Thanks again in advance. Tim

RE: JSVC problem on Linux with Tomcat 5

2004-06-04 Thread Solley, Tim
to the Tomcat directory structure and things started up beautifully. Thanks for the help. Tim -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Friday, June 04, 2004 7:57 AM To: Tomcat Users List Subject: RE: JSVC problem on Linux with Tomcat 5 Hi, Did you try using

JSVC problem on Linux with Tomcat 5

2004-06-03 Thread Solley, Tim
Hi all, I'm trying to get Tomcat 5 running as a daemon on my RH 9 machine. I've gone through the setup and everything seemed to be okay. So I moved on to modifying the tomcat/bin/jsvc-src/native/tomcat.sh file to work with my environment. Now I use the script to start JSVC, and in the

RE: JSVC problem on Linux with Tomcat 5

2004-06-03 Thread Solley, Tim
- From: Solley, Tim Sent: Thursday, June 03, 2004 3:35 PM To: [EMAIL PROTECTED] Subject: JSVC problem on Linux with Tomcat 5 Hi all, I'm trying to get Tomcat 5 running as a daemon on my RH 9 machine. I've gone through the setup and everything seemed to be okay. So I moved on to modifying

How to know if platform is Windows or Linux from jsp?

2004-06-02 Thread Francisco José Arnau Vives
How to know if platform is Windows or Linux from a jsp file in order to define variables to access to the file system? Este mensaje se dirige exclusivamente a su destinatario y puede contener información

AW: How to know if platform is Windows or Linux from jsp?

2004-06-02 Thread Marco Pöhler
PROTECTED] Betreff: How to know if platform is Windows or Linux from jsp? How to know if platform is Windows or Linux from a jsp file in order to define variables to access to the file system? __ __ Este mensaje

RE: How to know if platform is Windows or Linux from jsp?

2004-06-02 Thread FRANCK AMELIN
PROTECTED] Objet : How to know if platform is Windows or Linux from jsp? How to know if platform is Windows or Linux from a jsp file in order to define variables to access to the file system? Este mensaje se dirige

Re: How to know if platform is Windows or Linux from jsp?

2004-06-02 Thread Veniamin Fichin
Francisco José Arnau Vives wrote: How to know if platform is Windows or Linux from a jsp file in order to define variables to access to the file system? java.lang.System#getProperty(os.name) - To unsubscribe, e-mail: [EMAIL

Re: JSVC problems with Tomcat 5.0.19 Linux

2004-06-02 Thread QM
On Wed, Jun 02, 2004 at 07:18:08AM +0200, Nikola Milutinovic wrote: : - for granting rights for ports(binding) to non-root user and u might : save some time (may be money too) for this tool. : : How does one go about it? : I've never seen anything like that on our Digital UNIX or Tru64 UNIX.

RE: How to know if platform is Windows or Linux from jsp?

2004-06-02 Thread Tom . Williams
Return Receipt Your RE: How to know if platform is Windows or Linux from jsp? document

JSVC problems with Tomcat 5.0.19 Linux

2004-06-01 Thread Ashwin Desai
Hi, I am trying to get Tomcat 5.0.19 to run as a non-root user using commons daemon - jsvc on a linux machine. uname -a Linux rx2600 2.4.20-cgl-1.12-mckinley-smp #1 SMP Tue Sep 23 09:21:46 MDT 2003 ia64 unknown I got the following error in the log file syscall failed in set_caps service exits

RE: JSVC problems with Tomcat 5.0.19 Linux

2004-06-01 Thread Shapira, Yoav
Linux Hi, I am trying to get Tomcat 5.0.19 to run as a non-root user using commons daemon - jsvc on a linux machine. uname -a Linux rx2600 2.4.20-cgl-1.12-mckinley-smp #1 SMP Tue Sep 23 09:21:46 MDT 2003 ia64 unknown I got the following error in the log file syscall failed in set_caps service

RE: JSVC problems with Tomcat 5.0.19 Linux

2004-06-01 Thread Jagsir.Dhillon
Unix system (even Linux) does not allow normal users to bind at ports 1024, Use some port number 1024 or you need to configure your user for permission to bind to a port 1024. Changa fer. -Original Message- From: Ashwin Desai [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 01, 2004 8:40

RE: JSVC problems with Tomcat 5.0.19 Linux

2004-06-01 Thread Shapira, Yoav
PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 01, 2004 11:20 AM To: [EMAIL PROTECTED] Subject: RE: JSVC problems with Tomcat 5.0.19 Linux Unix system (even Linux) does not allow normal users to bind at ports 1024, Use some port number 1024 or you need to configure your user

RE: JSVC problems with Tomcat 5.0.19 Linux

2004-06-01 Thread Jagsir.Dhillon
: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 01, 2004 8:49 PM To: Tomcat Users List Subject: RE: JSVC problems with Tomcat 5.0.19 Linux Hi, I suggest you read about JSVC or otherwise inform yourself about the tool before making that general port 1024 statement ;) JSVC is intended

RE: JSVC problems with Tomcat 5.0.19 Linux

2004-06-01 Thread Shapira, Yoav
01, 2004 11:40 AM To: [EMAIL PROTECTED] Subject: RE: JSVC problems with Tomcat 5.0.19 Linux Hi Yoav Shapira, Look into a simple unix administration book - for granting rights for ports(binding) to non-root user and u might save some time (may be money too) for this tool. Regards, Jagsir

RE: JSVC problems with Tomcat 5.0.19 Linux

2004-06-01 Thread Ashwin Desai
Hi Yoav, I know that's how jsvc is supposed to run IDEALLY. However, I am having problems with it on the linux platform that I have listed in my email below. Has anyone else seen these issues ? Any solutions ? Please let me know Thanks, Ashwin. --- Shapira, Yoav [EMAIL PROTECTED] wrote

Re: JSVC problems with Tomcat 5.0.19 Linux

2004-06-01 Thread QM
On Tue, Jun 01, 2004 at 01:16:38PM -0700, Ashwin Desai wrote: : Has anyone else seen these issues ? Any solutions ? 1/ Perhaps -- in my (limited) experience with jsvc under Linux, I noticed that I have to start jsvc as root. The process still runs as the specified user, but root must run

Re: JSVC problems with Tomcat 5.0.19 Linux

2004-06-01 Thread Nikola Milutinovic
UNIX. If it is a Linux-only feature, then it is not what we want. I have DoP on Tru64 UNIX (Division of Privileges), but I'm not sure that is sufficient and I AM sure it is Tru64 specific. Nix. - To unsubscribe, e-mail: [EMAIL

Problems migrating from windows to linux

2004-05-26 Thread Francisco José Arnau Vives
dear users: I hava a servlet working fine in an windows environment (5.0.16).This servlet does a trnsformation whit xml files to other xml files through a xsl file. But when I migrate to my linux server the server returns me an error about find the files. In my windows server the files

RE: Problems migrating from windows to linux

2004-05-26 Thread Søren Neigqaard
Maybe its because you use \ instead of /, or? -Original Message- From: Francisco José Arnau Vives [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 26, 2004 2:01 PM To: [EMAIL PROTECTED] Subject: Problems migrating from windows to linux dear users: I hava a servlet working fine

RE: Problems migrating from windows to linux

2004-05-26 Thread Shapira, Yoav
To: 'Tomcat Users List' Subject: RE: Problems migrating from windows to linux Maybe its because you use \ instead of /, or? -Original Message- From: Francisco José Arnau Vives [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 26, 2004 2:01 PM To: [EMAIL PROTECTED] Subject: Problems migrating from

Re: running Tomcat from jsvc daemon under Linux as user tomcat

2004-05-26 Thread Bob White
I have still not succeeded in getting jsvc daemon to run under Linux as user tomcat. All files under CATALINA_HOME are owned by the user tomcat. All files have been tried with 750 and 777 permissions. This does not solve the problem. I have noticed that jsvc looks up a JRE JVM rather than

Re: running Tomcat from jsvc daemon under Linux as user tomcat

2004-05-21 Thread Bob White
Subject: running Tomcat from jsvc daemon under Linux as user tomcat I am running Tomcat (under Linux) from jsvc daemon as user tomcat. When I do this, Tomcat fails to run JSPs because Tomcat cannot create java files in the work directories and subsequently cannot compile them (cuz

Re: running Tomcat from jsvc daemon under Linux as user tomcat

2004-05-21 Thread Parsons Technical Services
daemon under Linux as user tomcat I have set everything in the entire $CATALINA_HOME directory tree to be owned by user tomcat, group tomcat. I even tried setting them to user.root and put tomcat in the root group. Still, Tomcat cannot write to the work dir. When I try to run jsvc as user root

running Tomcat from jsvc daemon under Linux as user tomcat

2004-05-20 Thread Bob White
I am running Tomcat (under Linux) from jsvc daemon as user tomcat. When I do this, Tomcat fails to run JSPs because Tomcat cannot create java files in the work directories and subsequently cannot compile them (cuz they're not there). When I run Tomcat using startup.sh as user root I have

Re: running Tomcat from jsvc daemon under Linux as user tomcat

2004-05-20 Thread Parsons Technical Services
] To: [EMAIL PROTECTED] Sent: Thursday, May 20, 2004 2:08 AM Subject: running Tomcat from jsvc daemon under Linux as user tomcat I am running Tomcat (under Linux) from jsvc daemon as user tomcat. When I do this, Tomcat fails to run JSPs because Tomcat cannot create java files in the work

Re: Why 41 processes with Tomcat under Linux

2004-05-20 Thread Software
Which Linux platform are do you install, because with RH 7.3 you can see many proccess (almost 40 proccess) with ps -auxw --forest | grep java and i've installed to test the same environmet and using the same command to review the java proccess and i've saw only one...my conclusion

RE: Why 41 processes with Tomcat under Linux

2004-05-18 Thread Shapira, Yoav
, May 17, 2004 6:08 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: Why 41 processes with Tomcat under Linux I might be wrong about this, but I believe that under Linux each thread shows up as a process. In my own multi-threaded applications I see many threads under ps when I start a single

Re: Why 41 processes with Tomcat under Linux

2004-05-18 Thread Tim Funk
-Original Message- From: Kevin Schroeder [mailto:[EMAIL PROTECTED] Sent: Monday, May 17, 2004 6:08 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: Why 41 processes with Tomcat under Linux I might be wrong about this, but I believe that under Linux each thread shows up as a process

Re: Why 41 processes with Tomcat under Linux

2004-05-17 Thread Kevin Schroeder
I might be wrong about this, but I believe that under Linux each thread shows up as a process. In my own multi-threaded applications I see many threads under ps when I start a single instance of that program. Kevin - Original Message - From: Bob White [EMAIL PROTECTED] To: [EMAIL

Why 41 processes with Tomcat under Linux

2004-05-17 Thread Bob White
I just installed TC 5.0.19 under Linux and I find that it causes 41 Tomcat processes to be launched. Why is this? How can I control the number of processes that are created? Is this to be expected? I naively expected only one Tomcat process. There is absolutely no load on the server, it just

RE: Why 41 processes with Tomcat under Linux

2004-05-17 Thread Sheng Huang
. If you kill the root process, all child processes of this process will be terminated. Sheng -Original Message- From: Bob White [mailto:[EMAIL PROTECTED] Sent: May 17, 2004 5:05 PM To: [EMAIL PROTECTED] Subject: Why 41 processes with Tomcat under Linux I just installed TC 5.0.19 under Linux

Re: Why 41 processes with Tomcat under Linux

2004-05-17 Thread Emerson Cargnin
processes with Tomcat under Linux I just installed TC 5.0.19 under Linux and I find that it causes 41 Tomcat processes to be launched. Why is this? How can I control the number of processes that are created? Is this to be expected? I naively expected only one Tomcat process. There is absolutely

Re: Why 41 processes with Tomcat under Linux

2004-05-17 Thread Sunitha Kumar
you may have the wrong libs , especially the thread libs. should show up as a single process.. Bob White wrote: I just installed TC 5.0.19 under Linux and I find that it causes 41 Tomcat processes to be launched. Why is this? How can I control the number of processes that are created

Linux memory management with Tomcat question

2004-05-13 Thread tom ly
I've got tomcat running on a Linux machine with 2000GB of RAM. The tomcat settings are JAVA_OPTS=-server -Xms1500M -Xmx1500M; therefore, when i start Tomcat, I'll see free memory drop to about 500MB - which is expected. But, when tomcat is running and especially under heavy load the free

Re: Linux memory management with Tomcat question

2004-05-13 Thread Peter Lin
for some data that has a hierarchical structure. Once I'm done with translating the data into HTML, I clear that object structure to make sure the heap is garbaged efficiently. I hope that helps. peter --- tom ly [EMAIL PROTECTED] wrote: I've got tomcat running on a Linux machine with 2000GB

Re: Linux memory management with Tomcat question

2004-05-13 Thread tom ly
wrote: I've got tomcat running on a Linux machine with 2000GB of RAM. The tomcat settings are JAVA_OPTS=-server -Xms1500M -Xmx1500M; therefore, when i start Tomcat, I'll see free memory drop to about 500MB - which is expected. But, when tomcat is running and especially under heavy load

Apache2, mod_jk2, Jetty on Linux Redhat 9

2004-05-06 Thread Mike Batting
I am running a load-balanced apache/jetty architecture using the mod_jk2 connector. I have been able to successfully set this architecture up with two Jetty instances on the same box as the apache server. Now I am trying to transfer one of the Jetty instances to a seperate Linux box

Re: Apache2, mod_jk2, Jetty on Linux Redhat 9

2004-05-06 Thread Daniel Gibby
trying to transfer one of the Jetty instances to a seperate Linux box. This is where I have reached my roadblock. The apache front end can still successfully communicate with the first Jetty instance running on the same box, but I get the following Java error (found below) when apache tries

Re: Apache2, mod_jk2, Jetty on Linux Redhat 9

2004-05-06 Thread Mike Batting
. - Original Message - From: Daniel Gibby [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, May 06, 2004 1:16 PM Subject: Re: Apache2, mod_jk2, Jetty on Linux Redhat 9 And this has something to do with tomcat because. ? Mike Batting wrote: I am running a load

Re: ¿how configure tomcat to auto startup in linux?

2004-05-04 Thread Tim Funk
See http://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Links It has some links for setting up tomcat on Linux. Some of those links discuss starting tomcat on boot. -Tim Ing. Enrique de la Barrera Perez wrote: Hello Tomcat users ¡¡¡ ¿could somebody tell when to find documentation

Re: ¿how configure tomcat to auto startup in =?iso-8859-1?q?linux??=

2004-05-04 Thread dawg fan
To make it automatically startup on boot in linux, setup a link in /etc/init.d/rc3.d. To do this, make your tomcat startup script live at /etc/init.d/tomcat. Then run insserv tomcat or ln -s /etc/init.d/tomcat /etc/init.d/rc3.d/tomcat as the root user. There are several other methods

Re: ?how configure tomcat to auto startup in linux?

2004-05-03 Thread Eric Noel
maybe this will help #copy/modify the tomcat5.sh included in the jsvc.tar.gz\jsvc-src\native folder to /etc/init.d/tomcat5 #make sure it is executable (chmod a+x). #if rh #chkconfig tomcat5 on #service tomcat5 start #if debian #update-rc.d tomcat5 start 90 2 3 4 5 . stop 21 0 1 6 .

Re: ?how configure tomcat to auto startup in linux?

2004-05-03 Thread Ing. Enrique de la Barrera Perez
I can start/stop my tomcat fine and applications are running ok, i just need tomcat to autostart when system up. Linux version? Redhat Linux 9.0 Machine?(Intel?) Intel JDK version? jdk 1.4.2_04 Tomcat 5 Correct? 5.0.19 Planned use? Develop Production Internet Intranet Production Internet

RE: ?how configure tomcat to auto startup in linux?

2004-05-03 Thread Subir Sengupta
configure tomcat to auto startup in linux? I can start/stop my tomcat fine and applications are running ok, i just need tomcat to autostart when system up. Linux version? Redhat Linux 9.0 Machine?(Intel?) Intel JDK version? jdk 1.4.2_04 Tomcat 5 Correct? 5.0.19 Planned use? Develop Production

Re: ?how configure tomcat to auto startup in linux?

2004-05-03 Thread Parsons Technical Services
Give some more information. Linux version? Machine?(Intel?) JDK version? Tomcat 5 Correct? Planned use? Develop Production Internet Intranet Will port 8080 serve your needs or do you need port 80? With this we can guide you as to which method to use. Doug www.parsonstechnical.com

Re: ?how configure tomcat to auto startup in linux?

2004-05-03 Thread Ing. Enrique de la Barrera Perez
Sorry, but i´m not a linux expert, so, this idea would be perfect but not for me. I have followed the instructions in http://jakarta.apache.org/tomcat/tomcat-5.0-doc/setup.html and everything seems to be ok, just that Tomcat dont start up: cd $CATALINA_HOME/bin tar xvfz jsvc.tar.gz cd

Re: ?how configure tomcat to auto startup in linux?

2004-05-03 Thread QM
On Mon, May 03, 2004 at 06:20:04PM -0700, Ing. Enrique de la Barrera Perez wrote: : Hello Tomcat users ??? : ?could somebody tell when to find documentation to configure tomcat to auto : startup in linux? Check /etc/init.d for examples of start scripts. Clone one of those and you're in business

¿how configure tomcat to auto startup in linux?

2004-05-03 Thread Ing. Enrique de la Barrera Perez
Hello Tomcat users ¡¡¡ ¿could somebody tell when to find documentation to configure tomcat to auto startup in linux? Regards ebarrera

Re: Classpath problems with tomcat on Linux 9

2004-04-20 Thread Andy Wadsworth
Figured out my problem. I wasn't placing the class file in a subdirectory of the WEB-INF/classes/package. Solution: created UserData.java with package name userdata created directory WEB-INF/classes/userdata placed UserData.class in WEB-INF/classes/userdata Thank you all who responded,

Re: Classpath problems with tomcat on Linux 9

2004-04-19 Thread Andy Wadsworth
) package. -Layton -Original Message- From: Andy Wadsworth [mailto:[EMAIL PROTECTED] Sent: Friday, April 16, 2004 2:26 PM To: [EMAIL PROTECTED] Subject: Classpath problems with tomcat on Linux 9 I'm just getting started with my JSP and tomcat experience, and while learning how

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