Re: UTF-8 vs ISO-8859-1 and really screwed up webpages.

2002-12-19 Thread Luc Santeramo
can you try to add this in your CATALINA_OPTS env var ? -Dfile.encoding=UTF-8 Luc At 15:18 19/12/2002 +, you wrote: Still does not seem to be working just right. The browser recognises that the pages is UTF8 but it puts some strange characters in the top-left corner of the screen. How

Re: tomcat virtual hosts and SSL certificates

2002-12-18 Thread Luc Santeramo
At 10:46 18/12/2002 +0200, you wrote: Hi List, I run Tomcat 4.1.16b as a standalone server and I have 2 virtual hosts defined. One already has SSL certificate from Verisign - its alias is tomcat. Now, after I added the second host's Verisign certificate to the keystore (with a different alias)

Re: Tomcat Administration Tool

2002-12-17 Thread Luc Santeramo
Hi, I've written a doc about that but it's in french... there a doc in english on tomcat website http://jakarta.apache.org/tomcat/tomcat-4.0-doc/realm-howto.html anyway, here is mine (maybe google will translate it for you) : Mise en place JDBC Realm pour Tomcat (stockage des

RE: Tomcat using VERY LARGE Memory (URGENT!!!!!!!!!)

2002-12-13 Thread Luc Santeramo
Hi, there is a way to limit memory use by tomcat just specify it in your CATALINA_OPTS env var here is mine CATALINA_OPTS=-server -Xmx220m -Xms220m -Dfile.encoding=UTF-8 these are jvm parameter I think Xmx is the max mem to use and Xms is the min hope this helps Luc At 11:03 13/12/2002

Re: virtual hosting on tomcat

2002-12-12 Thread Luc Santeramo
At 15:52 12/12/2002 -0800, you wrote: I am trying to add a virtual host on tomcat, I added this lines to server.xml file: Host name=mydom.net debug=0 appBase=/home/username/webapps/ROOT unpackWARs=true Aliasmysite.mydom.net/Alias Logger

Re: newbee , accents

2002-12-06 Thread Luc Santeramo
try to add -Dfile.encoding=iso-8859-1 to your CATALINA_OPTS env i'm not sure about this one but it has solved some problem with french accents on my server. just try and you'll see Luc At 14:43 05/12/2002 -0500, you wrote: Servlet Specification 2.3 'The default encoding of a response

Re: System user accounts required to use manager in 4.1.12?

2002-11-13 Thread Luc Santeramo
maybe you already have the answer but here his mine:) Specifically, I would like to know, for the scenario above, how I would fill in the three text boxes on the page at http://galeron.aas.com:8080/manager/html/list which are labeled Path, Config URL, and WAR URL. As it stands right now, I

Re: Tomcat standalone - traffic logs???

2002-10-30 Thread Luc Santeramo
At 03:14 30/10/2002 -0800, you wrote: I'm using Tomcat Standalone and I would like to be able to process my logs to determine traffic trends on my site. I have webalizer and can use it to parse the logs. The problem though, is that I was looking at the logs being generated form tomcat and these

RE: Tomcat/Mysql/Woody

2002-09-05 Thread Luc Santeramo
thanks Stefan for the idea but the problem is somewhere else. the problem comes from java just have to define CATALINA_OPTS=-Dfile.encoding=iso8859-1 before starting tomcat hope that will help other persons.. Thanks to Loic Luc At 10:15 03/09/2002 +0200, you wrote: Just an idea but maybe

Re: Tomcat/Mysql/Woody

2002-09-03 Thread Luc Santeramo
At 15:10 03/09/2002 +1000, you wrote: On Mon, Sep 02, 2002 at 04:36:11PM +0200, Luc Santeramo wrote: ... this jsp displays, on the potato box : -- hé hé hé Revue d'histoire consacrée à la période de la Révolution française et de l'Empire

RE: Tomcat/Mysql/Woody

2002-09-03 Thread Luc Santeramo
At 10:15 03/09/2002 +0200, you wrote: Just an idea but maybe the font you are using on Woody is unable to display the special characters and replaces them instead with a '?'. actually, I use internet explorer to see the result of the query If I do the same query using phpmyadmin with apache, I

Tomcat/Mysql/Woody

2002-09-02 Thread Luc Santeramo
Hi, I'm sorry, I'm new to this mailing list, and I didn't find any post in the archive about this subjector I don't know how to search. I've got a problem since I upgraded from debian potato to debian woody. the following jsp file doesn't display the same thing on the different debian