SSI Servlet Character Encoding Problem

2005-09-14 Thread KEREM ERKAN
Hi people, I use Tomcat 5.5.9 with Apache 2.0.54 and jk 1.2.10 to serve my websites. I want to set custom error pages to be served when an error like 404, 500 etc. occurs. The website uses the iso-8859-9 character set on every page, and the error pages are encoded with iso-8859-9 too. Only

RE: How to serve just JSP (was: Re: JSP on RHEL4 with Apache http d RPM?

2005-09-14 Thread KEREM ERKAN
Unfortunately I have to keep the main port 80 httpd, as it's serving 20Gb of other material (the entire campus web site). All I need is the trick to make Apache httpd hand off any .jsp files to Tomcat. As I am newly subscribed to this list, I don't know if you have got a satisfactory

RE: mod_jk performance

2005-09-14 Thread KEREM ERKAN
Well I tried both, and as my websites do not have a very high traffic (I have approximately a total of 50 GB per month) the speed is not primarily a concern to me, I am looking to the security side of the problem and Apache+mod_jk does its job better than only Tomcat concerning security. I have

RE: mod_jk performance

2005-09-14 Thread KEREM ERKAN
AFAIK mod_proxy performs worse than mod_jk. Just my 2 cents. Kerem -Original Message- From: Bruno Georges [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 14, 2005 2:58 PM To: Tomcat Users List Cc: tomcat-user@jakarta.apache.org Subject: Re: mod_jk performance Marc If

RE: mod_jk performance

2005-09-14 Thread KEREM ERKAN
is harder to configure and -sadly- it has a far worse documentation than Apache (for now). Best regards, Kerem -Original Message- From: Hassan Schroeder [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 14, 2005 3:13 PM To: Tomcat Users List Subject: Re: mod_jk performance KEREM

RE: How to serve just JSP (was: Re: JSP on RHEL4 with Apache http d RPM?

2005-09-14 Thread KEREM ERKAN
-Original Message- From: Peter Flynn [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 14, 2005 2:40 PM To: Tomcat Users List Subject: RE: How to serve just JSP (was: Re: JSP on RHEL4 with Apache http d RPM? On Wed, 2005-09-14 at 12:19, KEREM ERKAN wrote

RE: mod_jk performance

2005-09-14 Thread KEREM ERKAN
-Original Message- From: Hassan Schroeder [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 14, 2005 3:30 PM To: Tomcat Users List Subject: Re: mod_jk performance KEREM ERKAN wrote: Apache has better directory/file restricting and handling than Tomcat better in what

RE: mod_jk performance

2005-09-14 Thread KEREM ERKAN
. Is there a 1.2.14 really or did you write 14 by mistake? Cheers, Kerem -Original Message- From: Lionel Farbos [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 14, 2005 3:51 PM To: Tomcat Users List Cc: KEREM ERKAN Subject: Re: mod_jk performance On Wed, 14 Sep 2005 14:55:08

RE: mod_jk performance

2005-09-14 Thread KEREM ERKAN
Well, mod_jk 1.2.10 seems slower than 1.2.10 when stress tested. The tests completed in more time. I do not have the actual test results, because we have been using 1.2.10 for several months, maybe I can send them when I test 1.2.14. I'm interested in such tests (or a link

RE: mod_jk performance

2005-09-14 Thread KEREM ERKAN
-Original Message- From: Lionel Farbos [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 14, 2005 5:49 PM To: Tomcat Users List Cc: KEREM ERKAN Subject: Re: mod_jk performance On Wed, 14 Sep 2005 17:27:29 +0300 KEREM ERKAN [EMAIL PROTECTED] wrote: Well, mod_jk

RE: mod_jk performance

2005-09-15 Thread KEREM ERKAN
-Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 14, 2005 8:53 PM To: Tomcat Users List Subject: Re: mod_jk performance KEREM ERKAN wrote: Tomcat is harder to configure and -sadly- it has a far worse documentation than Apache (for now

RE: Remote Address Valve Lets Everything Through

2005-09-20 Thread KEREM ERKAN
Hi Mark, Is it possible that you may have mistyped allow=xxx.xxx.xxx.xxx as allow=xxx.xxx.xxx.xxx in your configuration? If you did not accidentally delete the () from the right hand side of allow when sending to the list, that may be your problem. -Original Message- From: Mark Leone

RE: Create Valve and Deploy How to Help Please ????

2005-09-21 Thread KEREM ERKAN
BARBARA, FOR GOD'S SAKE, DO NOT REPLY ALL THESE MAILS AND SEND A BLANK E-MAIL TO [EMAIL PROTECTED] TO BE REMOVED FROM THIS REPLY LIST! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 21, 2005 2:36 PM To:

RE: Default Charset in Content-Type Header

2005-09-22 Thread KEREM ERKAN
You may add the charset of your choice (probably Turkish) to your jsp by adding %@ page contentType=text/html; charset=iso-8859-9 % To the beginning of your jsp page. If you do not add this, Tomcat will always default to ISO-8859-1 or UTF-8 (I don't remember which one was default). Regards,

RE: starting Tomcat service

2005-09-23 Thread KEREM ERKAN
You may write a shell script which includes a java program to test oracle connectivity and if it can connect, it can be used to start Tomcat. If it fails, it may say Oracle down, I am not starting Tomcat. Cheers, Kerem -Original Message- From: Tuan Quan [mailto:[EMAIL PROTECTED]

RE: How to start Tomcat using differnt JRE

2005-09-23 Thread KEREM ERKAN
Add this to the beginning of your catalina.sh script in /bin directory of Tomcat. export JAVA_HOME=/path/to/jdk1.5 That way it will start with the JDK of your choice. Regards, Kerem -Original Message- From: lanna august [mailto:[EMAIL PROTECTED] Sent: Friday, September 23, 2005

RE: db-connectin is working fine, but is it pooling?

2005-09-23 Thread KEREM ERKAN
Write a test connection page and stress test it with a lot of virtual clients. That way, you will have more than 1 connection opened to ypur pool. -Original Message- From: Trond Hersløv [mailto:[EMAIL PROTECTED] Sent: Friday, September 23, 2005 3:24 AM To: Tomcat Users List

RE: How to start Tomcat with JDK 1.4 compatibility pack on JDK 5. 0?

2005-09-23 Thread KEREM ERKAN
You could try what you suggested before and send your comments about it to us ;-) Or you could do this: Write a shell script that changes the names of compatibility jars to something with an extension different from *.jar Then you could start Tomcat from the same script and rename the jar files