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
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
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
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'
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
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
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="
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