RE: utf-8 encoding problem

2007-08-15 Thread Nathan Hook
A few things... First, what type of apostrophe are you using? Are you using a typical ascii apostrophe (') or are you using the Microsoft slanted apostrophe that comes out of word documents (#8242;)? Here are two links that describe the problem:

RE: WARNING: Parameters: Invalid chunk ignored.

2007-08-08 Thread Nathan Hook
Do you happen to be using Java Server Faces in your application? http://icefaces.org/JForum/posts/list/4918.page Original Message Follows From: Susan Richards [EMAIL PROTECTED] Reply-To: Tomcat Users List users@tomcat.apache.org To: users@tomcat.apache.org Subject: WARNING: Parameters:

Re: Tomcat5.0.28 character encodingg problem

2007-07-25 Thread Nathan Hook
to work on all browsers. Warm Regards. Original Message Follows From: Christopher Schultz [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Nathan, Nathan Hook wrote: - Set the meta type in each and every jsp to be utf-8. Now, most browsers will ignore this value

Re: Tomcat5.0.28 character encodingg problem

2007-07-25 Thread Nathan Hook
Both Chris and Tim are giving great advice. We're actually just trying to internationalize our application for our next major release. Here are the things we've learned. - You have to change the URIEncoding on your Tomcat Connector in your server.xml (as Tim pointed out). We are using

RE: Windows Native lib

2007-06-25 Thread Nathan Hook
To get rid of this error message and speed up Tomcat just a small amount you need to install the tcnative-1.dll You can find this .dll file at: http://tomcat.apache.org/tomcat-5.5-doc/apr.html The link to the download area is: http://tomcat.heanet.ie/native/ You will then want to get the

RE: Windows Native lib

2007-06-25 Thread Nathan Hook
. So if the downloads are correct - then what else can cause the '730047' error code ? -Original Message- From: Nathan Hook [mailto:[EMAIL PROTECTED] Sent: 25 June 2007 22:02 To: users@tomcat.apache.org Subject: RE: Windows Native lib To get rid of this error message and speed up

RE: SSL Tomcat and Apache.

2007-06-14 Thread Nathan Hook
You should be able to use the same key for both Apache and Tomcat. However... If you're using Apache to forward all requests to Tomcat via mod_jk then it is my understanding that you do not need SSL for Tomcat. Apache would handle all the the ssl part and then forward a normal request to

Re: Dynamic URIs Using one Context

2007-05-17 Thread Nathan Hook
Excellent. This might sound a tad bit on the dense side, but are there any links to examples of how to use wildcard certificates with IP address mapping for both Apache and Tomcat? I've tried to find some examples on the web, but I am unable to find anything with substance. Thank you

Re: Dynamic URIs Using one Context

2007-05-16 Thread Nathan Hook
Thanks to everyone for all the excellent and interesting replies. They (the replies) have really gotten the creative thought process going. From the responses so far. It sounds like messing with the uri is problematic. Now, I know this is the Tomcat mailing list, but everyones ideas have

Dynamic URIs Using one Context

2007-05-15 Thread Nathan Hook
We've been given a difficult problem to solve and I'm hoping that some help/insight is available on this mailing list. We are an Application Service Provider (ASP) that has numerous clients with the number of clients increasing rapidly. All our clients use the same application but each

Re: Persisting Sessions to Database for Fault-Tolerance

2007-02-23 Thread Nathan Hook
time and have a great weekend. Hassan Schroeder wrote: On 2/20/07, Nathan Hook [EMAIL PROTECTED] wrote: The company I am working for is trying to get our application to Enterprise Strength and have been working on server failover issues. As of right now I'm not a fan of the current

Persisting Sessions to Database for Fault-Tolerance

2007-02-20 Thread Nathan Hook
I posted this question/idea to a forum and received no responses. I am hoping to get some thoughtful discussion/ideas from this mailing list... The company I am working for is trying to get our application to Enterprise Strength and have been working on server failover issues. I've never had