Charset encoding issue

2003-09-05 Thread lima
Hi, guys. How are you ? I have a jsp page with some form fields. I don't know how is the right way to set the charset (because we're using portuguese characters). This is the only configuration that have worked for me : <%@ page contentType="html/text; charset=UTF-8"%> (...) Is it right ? Is

Re: Charset encoding issue

2003-09-06 Thread lima
But why when i modify or remove the enctype from tag, the browser seems to "forget" the correct charset of these form fields ? Thanks. > Hello Lima! > > lccb> I have a jsp page with some form fields. I don't know how is the > right way > lccb> to set the cha

Re[3]: Charset encoding issue

2003-09-07 Thread lima
Hi guys. I'll try to answer your questions : ((1)) I've found a message (at http://w6.metronet.com/~wjm/tomcat/2001/Mar/msg00547.html) that seems to explain this odd behaviour (but i'm not sure) : "Tomcat follows the HTML standard, which explicitly declares that MIME type "application/x-www-form

Setting an APACHE VHOST to work with TOMCAT

2001-10-19 Thread Gustavo Lima
wrong or not doing something? Thank´s for any help. Gustavo OPENGATE Gustavo P. M. Lima Supervisor de Sistemas http://www.opendf.com.br [EMAIL PROTECTED] - Original Message - From: "Roy K. Mayr R." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, Oct

Re: X Windows and Tomcat

2001-10-24 Thread Gustavo Lima
Krasi, you need to install a dummie Xserver named Xvfb. With this Xserver running you can shut your Xwindows without stopping tomcat. You´re welcome Gustavo OPENGATE Gustavo P. M. Lima Supervisor de Sistemas http://www.opendf.com.br [EMAIL PROTECTED] - Original Message - From

Servlet configuration

2001-06-25 Thread Celson Lima
Hi there, I'm beginner with TOMCAT, which means maybe my question is too simple for you, but it is really "advanced" to me. I would like get help with the following: I have Cocoon installed together with TOMCAT and it is working perfectly. I would like to use cocoon to handle the presentation issu

IIS / Tomcat - POST data size.

2003-10-29 Thread Cleber Lima
I have configured Tom-cat with IIS. When I try to upload a file of size greater than 100 KB, it displays an error "Page cannot be displayed" because Tom-cat was stopped. But when I run the same URL with 8080, that is, bypassing the IIS, it works fine. Can you help me ? Thank's Cleber - Brazil

Includes desappearing

2002-04-11 Thread Marcelo Mathias Lima
Mathias Lima Web Developer -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>

Re: RES: How can I automatically start a servlet in a specific time?

2002-04-11 Thread Marcelo Mathias Lima
nao dah pra colocar o tempo q vai demorar pra Servlet se carregar no web.xml?? soh pra saber... Edson Carlos Ericksson Richter wrote: >Olá, Kelly. Existem alguns produtos para agendamento de tarefas >(schedulers), e que são na verdade instalados como módulos ou serviços >(depende do servidor u

Re: Includes desappearing

2002-04-11 Thread Marcelo Mathias Lima
are being thrown. > >RS > > > > > >Marcelo Mathias Lima <[EMAIL PROTECTED]> on 04/11/2002 >07:45:57 AM > >Please respond to "Tomcat Users List" <[EMAIL PROTECTED]> > >To: Tomcat Users List <[EMAIL PROTECTED]> >cc: > >

Connection Pool on Tomcat 4

2002-02-14 Thread Marcelo Mathias Lima
Hi all! I'm a new Tomcat user and I'm trying to know how do I to get (on my JSPs) a java.sql.Connection from the Connection that I set with This is a Connection Pool, isn't? Thank u, -- Marcelo Mathias Lima [EMAIL PROTECTED] Java/JSP Developer

DBPool on Tomcat

2002-02-14 Thread Marcelo Mathias Lima
Lima [EMAIL PROTECTED] Java/JSP Developer -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>

Re: DBPool on Tomcat

2002-02-14 Thread Marcelo Mathias Lima
gt; Cc: <[EMAIL PROTECTED]> Sent: Thursday, February 14, 2002 2:29 PM Subject: Re: DBPool on Tomcat > > > On Thu, 14 Feb 2002, Marcelo Mathias Lima wrote: > > > Date: Thu, 14 Feb 2002 15:00:23 -0300 > > From: Marcelo Mathias Lima <[EMAIL PROTECTED]> > > Reply-T

Easy question

2002-02-18 Thread Marcelo Mathias Lima
One more easy question that can help me so... How can I set a absolute path on windows in this element? is it right? (server.xml) I'm using WinME / Tomcat4.0. if it is right my problem must have by other causes. So, help me please... Thak u all, -- Marcelo Mathias Lima [EMAIL PROT

Problem with includes

2002-02-19 Thread Marcelo Mathias Lima
is request. exception java.lang.IllegalStateException at org.apache.jasper.runtime.ServletResponseWrapperInclude.getOutputStream(ServletResponseWrapperInclude.java:109) ... If the file isn't or if I don't use the tag this problem don't occurs. What is happening?? Thanks in advance,

org.apache.tomcat.request.ParseMime

2002-02-26 Thread Marcelo Mathias Lima
how can I download it? org.apache.tomcat.request.ParseMime thank u, Marcelo Mathias Lima -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>

Trouble with Jsp

2002-03-08 Thread Sergio I. Lima
Hello: I have a Red Hat Linux 7.2 box installed with: IBMJAVA 2-13 and TOMCAT 4.0.2, I Installed the binary rpm versions of this packages . When I try to access any Jsp page (tomcat jsp examples included) show me the following error: Exeption: javax.servlet.ServletExecption: /sun/tools/ja

Smart Upload

2002-03-11 Thread Marcelo Mathias Lima
Did anyone already used it under linux/apache3/tomcat4?? It is not working here :((( -- To unsubscribe: For additional commands: Troubles with the list:

Re: Smart Upload

2002-03-11 Thread Marcelo Mathias Lima
I don't understod correctly the virtual host concept... can u help me? can't that dir be a real/physical path? thank u. Micael Padraig Og mac Grene wrote: > I have, works great. > > At 09:54 AM 3/11/02 -0300, you wrote: > >> Did anyone already used it under linux/apache3/tomcat4?? >> It is not

Re [ 4 ] : Charset encoding issue

2003-09-08 Thread Daniel H A Lima
Anton Tagunov wrote: Hello, Lima! Hi, Anton. lccb> I've found a message (at lccb> http://w6.metronet.com/~wjm/tomcat/2001/Mar/msg00547.html) : lccb> "Tomcat follows the HTML standard, Hmm.., to me it looks like a browser issue, not Tomcat. Hence its a bit OT here, but still

Charset encoding issue (again :-))

2003-10-09 Thread Daniel H A Lima
Hi, everybody. I've some doubts about html form charset encoding. I will be glad if someone could answer questions above. 1 ) We have jsp files with directive <%@ page language="java" pageEncoding="utf-8" contentType="text/html;charset=utf-8" %> and some classes with the following working cod

Re: Charset encoding issue (again :-))

2003-10-09 Thread Daniel H A Lima
But with this approach, all web apps running under the same JVM will use this encoding. We want to avoid this... Edson Alves Pereira wrote: The best way to solve that is to set -Dfile.encoding=ISO-8859-1 in JAVA_OPTS, with this you ensure that your JVM is using the encoding that you want

Re: Charset encoding issue (again :-))

2003-10-09 Thread Daniel H A Lima
to you favorite one: byte[ ]b = request.getParameter( "MyParam" ).getBytes( "UTF-8" ); return new String( b ); //To use default encoding: return new String( b, "UTF-8" ); //Some different: } -- De: