Re: mojk and utf8 charset problem

2011-05-18 Thread Thierry Templier
Hello, Sorry for my very late answer! I took me time to solve the problem basing on what you suggested. In fact, there are two different ones: - I use Tiles and I don't specify header in all elements building the final page (<%@page language="java" contentType="text/html; charset=UTF-8"%>). Af

Re: mojk and utf8 charset problem

2011-05-02 Thread Thierry Templier
Hello André, After having disabled compression at Apache level, things change a bit since now content from database is correctly displayed using JSTL () but it's still not the case for content of JSP pages. I have however that at the beginning of JSP pages: <%@page language="java" contentType="

Re: mojk and utf8 charset problem

2011-05-02 Thread Thierry Templier
Hello André, I made tests in both browsers: - Firefox 3.6.16 (linux) - Chrome 11.0.696.57 (linux) and I have the same behavior. Thierry > Additional question : did you try it > with different browsers ? - To unsubscribe, e-ma

Re: mojk and utf8 charset problem

2011-05-02 Thread Thierry Templier
Hi André, Thanks very much for your help! I checked difference between two access: - Using Apache / modjk / Tomcat that can't display correclty non latin1 characters - Directly using Tomcat that works fine Except characters that don't display correctly content are the same, especially meta ta

RE: mojk and utf8 charset problem

2011-05-02 Thread Thierry Templier
Hello Matteo, Thanks very much for your answer but I didn't receive the end... As suggested, I tried both addresses and the result isn't the same. When using Tomcat directly, everything works fine and when accessing through modjk, I have problem with non latin1 characters... So I think that it'

mojk and utf8 charset problem

2011-04-29 Thread Thierry Templier
Hello, I developped an application that uses UTF8 encoding since it needs to display arabic characters. When directly accessing the application from Tomcat, everything works fine. When I tried to access it through Apache web server and mod jk, I have problems to display such characters. Utf8 is

Classloading problem in jasper when using JSF with OSGi

2009-11-17 Thread Thierry Templier
Hello, I'm trying to use JSF RI within an OSGi environment (Equinox) which embeds Tomcat 5.5. The latter is started using facilities of Spring DM. I provision the container with necessary OSGi bundles for JSF RI 1.2.08 (bundles from SpringSource repository) and create a Web bundle containing a

Creation of datasource using JMX programmatically

2008-07-07 Thread Thierry Templier
Hello, I need to dynamically create a datasource within Tomcat (5.5 or 6.0) using the JMX service of the server. Firstly I activate the service using the following parameters: -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port= -Dcom.sun.management.jmxremote.ssl=false At this