Re: Copying large files around

2007-10-14 Thread Pid
Johnny Kewl wrote: --- HARBOR: http://coolharbor.100free.com/index.htm Now Tomcat is also a cool application server --- - Original Message

Re: Tomcat 5.5.25, SSL and invalid keystore format

2007-10-14 Thread Werner Schalk
Hello, as I said in my original mail, the problem still persists when I define the keystore file as /tmp/tomcat.keystore for instance. Any ideas? Thanks. Best regards, Werner - Original Message - From: Martin Gainty [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, October 15,

Re: 2 Tomcat

2007-10-14 Thread lissette
Thanks for your response. What ports your recommending? I only change the ports that appears in server.xml or I need change more choices. Thanks veru much. Regards. -- View this message in context: http://www.nabble.com/2-Tomcat-tf4618234.html#a13198987 Sent from the Tomcat - User mailing

Re: 2 Tomcat

2007-10-14 Thread Markus Schönhaber
lissette wrote: What ports your recommending? I only change the ports that appears in server.xml or I need change more choices. All ports Tomcat binds to are configured in server.xml. In my previous post I said that you shouldn't forget to make sure that also the shutdown ports of your

Re: 2 Tomcat

2007-10-14 Thread lissette
Hello! Thanks my 2 tomcat running Ok. But I have other question, is neccesary to change redirectPort, topLostenPort, mcastPort..? And I see that a AJP 1.3 Connector on port is 8009 is correct that I put my port 8009 or I can use other port? Thanks -- View this message in context:

Re: Tomcat 5.5.25, SSL and invalid keystore format

2007-10-14 Thread Martin Gainty
My suggestion is to regen the keystore and write down all the parameters (alias/keyalg) you specified so you can supply to the connector since you want to place the keystore in a different location use $JAVA_HOME/bin/keytool -genkey -alias WhateverAlias -keyalg RSA - keystore /tmp/tomcat.keystore

Re: 2 Tomcat

2007-10-14 Thread Markus Schönhaber
lissette wrote: But I have other question, is neccesary to change redirectPort, topLostenPort, mcastPort..? See the docs to get an idea what these are good for and decide for yourself if/how you have to set them. And I see that a AJP 1.3 Connector on port is 8009 is correct that I put my

Re: newby user: processing when the server launches

2007-10-14 Thread Juha Laiho
On Fri, 12 Oct 2007, HODAC, Olivier wrote: I am developping my first webapp, and I need to do things at the server launching step. I understood that when a client sends the first request to the server, it loads the required classes and instanciates them. So, I have to wait for the first

Re: Copying large files around

2007-10-14 Thread David Kerber
Pid wrote: Johnny Kewl wrote: --- HARBOR: http://coolharbor.100free.com/index.htm Now Tomcat is also a cool application server --- - Original

Re: Does mod_jk copy memory b/w apache and tomcat (using linux, ajp13 worker)?

2007-10-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Moran, Moran Ben-David wrote: Apache httpd and Tomcat do not share any memory, so there is not any explicit memory-copying going on. How do they share data? For example, when Tomcat creates an HTTP response containing 50k of HTML, I assume

Re: Does mod_jk copy memory b/w apache and tomcat (using linux, ajp13 worker)?

2007-10-14 Thread Moran Ben-David
Chris, Thanks for taking the time to answer these. This information is very useful. I'll express more thanks with further questions. Nobody uses the jni worker anymore. The jni worker was intended to be an embedded Tomcat instance running from the mod_jk module, and is only supported in

Re: Does mod_jk copy memory b/w apache and tomcat (using linux, ajp13 worker)?

2007-10-14 Thread Bill Barker
Moran Ben-David [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Chris, Thanks for taking the time to answer these. This information is very useful. I'll express more thanks with further questions. Nobody uses the jni worker anymore. The jni worker was intended to be an

Re: Perl Permissions on Tomcat

2007-10-14 Thread Mark Thomas
Li Ye Chen wrote: Script A (the problem script) continues to run after 2 minutes (with partial output some of the time). But script A ran under the command line (as opposed to the browser/Tomcat) is very fast -- under a second and gives full output. Script B runs under less than a second

Re: Help with char encodings

2007-10-14 Thread Mark Thomas
Amnon Lahav wrote: Hi , i have a site configured on every possible place to utf8 , when i use it on my computer everything runs ok beside a little problem where i had to use a file uploaded with commons.fileupload , there i used get with windows1255 but everything works on my computer when i

Fw: Does mod_jk copy memory b/w apache and tomcat (using linux, ajp13 worker)?

2007-10-14 Thread Martin Gainty
Ive just rebuilt mod_jk with --enable-jni according to http://tomcat.apache.org/connectors-doc/webserver_howto/apache.html and configured the connector and workers.proerties according to http://www.howtoforge.com/apache2_tomcat5_mod_jk_p3 Can I implement this new Multithreaded mod_jk.so with

Tomcat 6 failing to evaluate EL expressions, Tomcat 6 bug?!!!!

2007-10-14 Thread Tinashe B Chipomho
Please tell me this is not a bug in Tomcat 6, its too obvious and to some extend unacceptable I must be doing something wrong. Here is my problem, I have written my own custom component to display a div tag. the JSP is as follows: faces:view html head meta http-equiv=Content-Type

Re: Copying large files around

2007-10-14 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm Now Tomcat is also a cool application server --- - Original Message - From: David Kerber

Tomcat skips certain exceptions without logging

2007-10-14 Thread Prabhu
I am noticing this weird problem, in which tomcat randomly skips logging few exceptions. I am using tomcat 6.0.13. Can someone help me to resolve this. Regards, Prabhu - To start a new topic, e-mail: users@tomcat.apache.org