You should launch tomcat with this java option -Djavax.net.debug=ssl,
you will have probably more details about the problem
-Message d'origine-
De : Blake Smith [mailto:[EMAIL PROTECTED]
Envoye : vendredi 23 fevrier 2007 03:34
A : users@tomcat.apache.org
Objet : Please Help: Tomcat 5.5.17
You should launch tomcat with this java option -Djavax.net.debug=ssl,
you will have probably more details about the problem
-Message d'origine-
De : Anthony Liu [mailto:[EMAIL PROTECTED]
Envoyé : mardi 20 février 2007 02:01
À : users@tomcat.apache.org
Objet : Problem seting up Tomcat SSL
I've had a similar problem.
First Try to do this, you have to indicate the detailed path for the
parameters -params stop -out "C:/Temp/stdout.log" -err "C:/Temp/stderr.log".
Second Point : You ahve to check the existence of these paths. If they don't
exist, create them.
-Message d'origi
in your distribution, put the jar here
C:\tomcat\webapps\StandardCategoryModule\WEB-INF\lib\jaxrpc.jar
-Message d'origine-
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Envoyé : lundi 12 février 2007 11:00
À : users@tomcat.apache.org
Objet : AW: Re: AW: RE: Error instantiating servle
it seems this class javax/xml/rpc/ServiceException
is not in the classpath.
-Message d'origine-
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Envoyé : lundi 12 février 2007 09:39
À : users@tomcat.apache.org
Objet : Error instantiating servlet class
users@tomcat.apache.org
Hi,
I ha
[EMAIL PROTECTED]
Envoyé : mardi 23 janvier 2007 17:38
À : Tomcat Users List
Objet : Re: How to get UTF-8 decoded parameters from request - Chinese
Characters
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Jean-Philippe,
PATTUS, Jean-Philippe wrote:
> When i fill my form with chinese charac
Probably it's not the best way but it can work :
Take for example a property file that you know is in your webapp
ClassLoader classLoader = Thread.currentThread().getContextClassLoader();
InputStream is = classLoader.getResourceAsStream("com/.../yourfile.properties");
Create a file from
Hello the list, i'm back with my chinese langage.
In a jsp file i have a
When i fill my form with chinese characters and i submit() the form, on the
server side when i read the parameter from my request i get "C:/çéç¨åº"
something like this.
On the jsp page when i display the query str
Thank you for your answers.
After some tests, i have upgraded my Tomcat server from 4.x to 5.5,
and i have done the same thing with my web application from servlet 2.3
to servlet 2.4. Now i can use the xml element jsp-config and
*.jsp
UTF-8
It work
Hello the list,
i'm trying to display chinese chars in my web application.
I have managed to display these characters by adding this following directive
in each jsp :
<%@ page contentType="text/html; charset=UTF-8"%>. It works fine.
But, now i'm looking for a way to change the default charset (I
10 matches
Mail list logo