-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
André,
On 3/16/2009 8:30 PM, André Warnier wrote:
> Christopher Schultz wrote:
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>>
>> André,
>>
>> (Man, I need to get a keyboard mapping for "é". This copy-and-paste
>> thing is such a drag...)
>
>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
André,
On 3/16/2009 6:59 PM, André Warnier wrote:
> The real fix would be HTTP 1.2, specifying once and for all that the
> default encoding for query parameters is Unicode/UTF-8
Yes. Given that HTTP/1.1 clients should include Content-Type yet don't,
Christopher Schultz wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
André,
(Man, I need to get a keyboard mapping for "é". This copy-and-paste
thing is such a drag...)
Well, you can use Andre, I don't mind and I'm used to all kinds of
spellings. Or you can use André , the special form
Hello Tomas,
Start with
http://tomcat.apache.org/tomcat-6.0-doc/jndi-datasource-examples-howto.html
What Tomcat/Java versions are you using? If you are just starting,
you should
use Tomcat 6.0.18 and Java 1.5+
--Ken
On Mar 16, 2009, at 8:15 PM, Tomas Rodriguez wrote:
Hi everybody.
I'm ne
Hi everybody.
I'm new in this list and new work with tomcat, by this reason I have a doubt
with mysql/j connector and Tomcat.
my doubt is.
what should I do for configurate mysql/j and tomcat work together?
somebody can help me with this big problem for me?.
Thanks so much.
have a good day
-
Christopher Schultz wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
André,
On 3/16/2009 11:53 AM, André Warnier wrote:
As far as I understand the HTTP specs, something like
request.setCharacterEncoding() should only be used (with a charset
different from iso-8859-1) when a request comes i
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
André,
(Man, I need to get a keyboard mapping for "é". This copy-and-paste
thing is such a drag...)
On 3/16/2009 6:09 PM, André Warnier wrote:
> Christopher Schultz wrote:
>>
>> Quick question: multipart/form-data is typically used for file upload...
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
All,
We've had enough people ask about JDBC connection leaks over the years
that I thought I'd write a blog entry about how to properly write JDBC
code. While it's not Tomcat-specific, I figured I'd post it here in case
anyone wants to refer to it in
> From: Christopher Schultz [mailto:ch...@christopherschultz.net]
> Subject: Re: MemoryLeak Problem with ThreadWithAttributes
>
> Back in 2003, Remy makes a claim that almost sounds like thData is
> deprecated and unused. I'm interested in what you find.
It does appear to be dead code in 6.0.18.
Tuan Quan wrote:
Hi all,
I've installed Java JDK 1.6.0_04 - 64 Bit version.
Then install Tomcat 6.0.16,
but when starting Tomcat I got the error below in Tomcat's log file. The JRE
1.6.0_04 is there and installed.
[2009-03-16 16:00:07] [986 prunsrv.c] [error] Failed creating java C:\Program F
> From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com]
> Subject: RE: Tomcat 6 on Windows 2003 - 64 bit
>
> Those are available for download here:
> http://svn.apache.org/repos/asf/tomcat/connectors/trunk/procrun/bin/amd64/
>
> Rename them, replacing the '5' with a '6', then try starti
Christopher Schultz wrote:
Quick question: multipart/form-data is typically used for file upload...
why not use application/x-www-form-urlencoded instead? I realize the
problem is that certain browsers do not send the proper charset in the
Content-Type, but I'd like to understand your affinity f
> From: Tuan Quan [mailto:tuan_q...@yahoo.com]
> Subject: Tomcat 6 on Windows 2003 - 64 bit
>
> I've installed Java JDK 1.6.0_04 - 64 Bit version.
> Then install Tomcat 6.0.16,
You need to replace the tomcat6.exe and tomcat6w.exe programs in Tomcat's bin
directory with the 64-bit versions. Tho
Hi all,
I've installed Java JDK 1.6.0_04 - 64 Bit version.
Then install Tomcat 6.0.16,
but when starting Tomcat I got the error below in Tomcat's log file. The JRE
1.6.0_04 is there and installed.
[2009-03-16 16:00:07] [986 prunsrv.c] [error] Failed creating java C:\Program
Files\Java\jre6\bin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Chuck,
On 3/16/2009 4:51 PM, Caldarale, Charles R wrote:
>> From: Christopher Schultz [mailto:ch...@christopherschultz.net]
>> Subject: Re: MemoryLeak Problem with ThreadWithAttributes
>>
>> The current version of ThreadWithAttributes doesn't have an
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Ian,
On 3/12/2009 2:03 PM, Ian Long wrote:
> I'm using hibernate wrapped via the spring framework, so all connections
> *should* be returned to the pool under all conditions.
Do you ever obtain a java.sql.Connection object in your own code? If so,
co
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Alan,
On 3/16/2009 4:09 PM, Alan Chaney wrote:
> I spent some time looking to see whether these were configurable, but I
> found nothing, apart from a rather snotty message on the vmware bulletin
> boards stating that they didn't think that you should
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Michael,
On 3/16/2009 12:48 PM, Michael Moynihan wrote:
> Does anyone know why a Struts app would go into a recursive loop trying to
> create a session? I see the following when the app is requested.
>
> java.lang.StackOverflowError
> at org.apach
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
André,
On 3/16/2009 11:53 AM, André Warnier wrote:
> As far as I understand the HTTP specs, something like
> request.setCharacterEncoding() should only be used (with a charset
> different from iso-8859-1) when a request comes in without a charset
> sp
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
André,
FYI After logging, this seems to be one of the most-discussed topics on
the list.
On 3/16/2009 9:54 AM, André Warnier wrote:
> I am about 99% sure of the following, but I would like to be 100% sure.
To sum up:
1. Using to set the Content-Ty
> From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com]
> Subject: RE: MemoryLeak Problem with ThreadWithAttributes
>
> I'm still chasing what the array is used for.
This is getting weird. The only usage of the thData array in 5.5.15 is only
two slots long. Something has gone serious
> From: Christopher Schultz [mailto:ch...@christopherschultz.net]
> Subject: Re: MemoryLeak Problem with ThreadWithAttributes
>
> The current version of ThreadWithAttributes doesn't have any
> methods with locals of type Object[]
These aren't local variables, these are references local to the o
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Bhuvanesh,
On 3/16/2009 8:40 AM, Bhuvanesh Pattanashetti wrote:
> Hi ,I had tried that was y also.. now i m able to get the SSL working with
> the thawte trial SSL certificate.
> but not with the Verisign yet. i dono why.
If you are using an EV cert,
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
ChupaMe,
On 3/12/2009 7:40 AM, ChupaMe wrote:
> we have a Problem with Tomcat/MySQL which causes our webapplication to stop
> working.
> After a restart of Tomcat and MySQL it works again. But we have to do this a
> few times a day.
[snip]
> Often t
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Chuck,
On 3/16/2009 2:00 PM, Caldarale, Charles R wrote:
> You need to look
> inside the java.lang.Object array that this particular thread is
> holding and see what the type of object in the array is. That should
> help to narrow down where they're
> From: ndolan [mailto:thallur...@yahoo.com]
> Subject: Tomcat 6.0.18 warning
>
> The server comes back with a 'requested resource()
> not found error.
Comes back from what URL? Check all the logs, not just the console.
> Mar 15, 2009 7:03:00 PM
> org.apache.tomcat.util.digester.SetPropertie
I've just wasted about a couple of hours sorting out an issue with
Vmware server 2 and tomcat and I thought I'd pass it along, hoping to
save someone else a small piece of frustration.
I've been setting up a new development workstation (CentOS 5.2) and
switched to using vmware server 2 (becaus
Gregor Schneider wrote:
> If found this one:
>
> http://www.w3.org/TR/html401/interact/forms.html#adef-accept-charset
>
> Actually, to me it's not clear why Tomcat should believe the input
> being encoded in ISO8859-1, when one can give a detailled information
> how the form-data is encoded.
>
>
Gregor Schneider wrote:
If found this one:
http://www.w3.org/TR/html401/interact/forms.html#adef-accept-charset
Actually, to me it's not clear why Tomcat should believe the input
being encoded in ISO8859-1, when one can give a detailled information
how the form-data is encoded.
If I understand
Hi,
I am trying to run a sample JSF tutorial on eclipse 3.2 on mac osx 10.5. The
server comes back with a 'requested resource() not found error. From the
server log in console, I found a warning as seen below:
Mar 15, 2009 7:03:00 PM org.apache.tomcat.util.digester.SetPropertiesRule
begin
WAR
> From: Hennig, Patrick [mailto:phen...@l1id.com]
> Subject: RE: MemoryLeak Problem with ThreadWithAttributes
> The Tomcat Level is 5.5.15.
That's over three years old. The first thing I'd do is move up to the current
5.5.27.
> In one of the HeapDumps i see 25 ThreadWithAttributes Objects.
T
So how should we help you then without knowing your application?
Remeber: This is a Tomcat-mailinglist. However, since some guys here
do have quite some Struts-know, maybe you're lucky if providing
sufficiant information...
Rgds
Gregor
--
just because your paranoid, doesn't mean they're not aft
Yes, I would agree with you. Struts 1.3.8 on tomcat 6.
- Original Message
From: Gregor Schneider
To: Tomcat Users List
Sent: Monday, March 16, 2009 1:29:48 PM
Subject: Re: Stack overflow when creating a session
Since Struts is very well tested on Tomcat (btw: which versions are
you
Since Struts is very well tested on Tomcat (btw: which versions are
you running?), I wouldn't believe this being a Tomcat / Struts-problem
but a problem of your app.
Rgds
Gregor
--
just because your paranoid, doesn't mean they're not after you...
gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2
If found this one:
http://www.w3.org/TR/html401/interact/forms.html#adef-accept-charset
Actually, to me it's not clear why Tomcat should believe the input
being encoded in ISO8859-1, when one can give a detailled information
how the form-data is encoded.
If I understand it correctly, one can eve
Hi,
Does anyone know why a Struts app would go into a recursive loop trying to
create a session? I see the following when the app is requested.
java.lang.StackOverflowError
at org.apache.catalina.connector.Request.doGetSession(Request.java:2270)
at org.apache.catalina.connector.Request.getSe
Hi Chuck,
sorry for late answer.
The Tomcat Level is 5.5.15.
>How many ThreadWithAttributes objects are you seeing?
In one of the HeapDumps i see 25 ThreadWithAttributes Objects.
( http://img518.imageshack.us/img518/4395/incomingreferences.png ~110kb )
Only 1 Object becomes that large.
If i an
Joseph Millet wrote:
Thing is you've got an HTML form that you tell browsers it is
ISO-8859-2, so when they post it to form target URL - it gets send
encoded as ISO-8859-2, it is then your responsibility to parse
incoming queries
Sorry, but I think this is incorrect.
According to the HTTP spec
Gregor Schneider wrote:
On Mon, Mar 16, 2009 at 3:10 PM, Mikolaj Rydzewski wrote:
It doesn't work for me. By default Tomcat uses ISO-8859-1 encoding. And it
will try this encoding to parse input parameters.
That's true, I'm doing the same here for German Umlaute, however:
One link in the Wi
Thing is you've got an HTML form that you tell browsers it is
ISO-8859-2, so when they post it to form target URL - it gets send
encoded as ISO-8859-2, it is then your responsibility to parse
incoming queries in the encoding you asked it to be encoded.
Depending upon your requirements, UTF-8 will
> From: Jeroen Kransen [mailto:jer...@kransen.nl]
> Subject: Tomcat 6 multiple hosts howto
>
> I used Tomcat 5.5 with multiple elements in the
> server.xml Now I read that this has to be done differently
> in Tomcat 6, but I am not sure how.
Tomcat 6 is a bit stricter; you may not have been do
On Mon, Mar 16, 2009 at 3:10 PM, Mikolaj Rydzewski wrote:
>
> It doesn't work for me. By default Tomcat uses ISO-8859-1 encoding. And it
> will try this encoding to parse input parameters.
>
That's true, I'm doing the same here for German Umlaute, however:
One link in the Wiki is pointing to HTT
>>I used Tomcat 5.5 with multiple elements in the server.xml Now I
read that this has to be done differently in Tomcat
No, it is not.
You should have one element for every virtual host you need.
http://tomcat.apache.org/tomcat-6.0-doc/config/host.html
-Original Message-
From: Jeroen K
Hello all,
I am sure this is a FAQ, but I can't find any info about it. I used
Tomcat 5.5 with multiple elements in the server.xml
Now I read that this has to be done differently in Tomcat 6, but I am
not sure how. I added a conf/Catalina/examplecom/context.xml, but I
don't know what to put there
nup all good now worked it out :) Thankyou so much to thoes who helped me :)
Stu
André Warnier wrote:
If, inside a html page containing a tag such as
[...]
would always return into p1, the proper internal Java Unicode string
value of the input element "param1" of the form, properly decoded from
it's original iso-8859-2 encoding.
Yes ?
Hi,
It doesn't work for me. By
Hi.
I am about 99% sure of the following, but I would like to be 100% sure.
Referring to
HttpServletRequest.getParameter()
HttpServletRequest.getParameterValues()
If, inside a html page containing a tag such as
there is a form section defined as follows :
action="(url of my webapp/servlet)"
Markus Schönhaber wrote:
> Pid:
>
>> What, if any, is the correct MIME type for the XSD file type?
>
> When you say "the XSD file type", you're talking about files containing
> XML Schemas?
Yes. Typically I see schema files defined in schema_name.xsd.
> IIRC there's no special media type for s
Hi Andre,
I meant to stop writing, not closing the socket. Poor choice of words,
apologies.
André Warnier wrote:
Taylan Develioglu wrote:
Christopher Schultz wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Taylan,
No, you'd need to modify the source. It's not particularly useful i
Hi ,I had tried that was y also.. now i m able to get the SSL working with
the thawte trial SSL certificate.
but not with the Verisign yet. i dono why.
Even after this importing the CA Certificate. i m getting the alert for
non-Secure items. So is that the reason that i dont have the paid SSL
certi
Taylan Develioglu wrote:
Christopher Schultz wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Taylan,
No, you'd need to modify the source. It's not particularly useful in
most scenarios to intentionally stall an HTTP conversation, so it's not
a built-in feature :)
No, I'm saying that
Christopher Schultz wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Taylan,
No, you'd need to modify the source. It's not particularly useful in
most scenarios to intentionally stall an HTTP conversation, so it's not
a built-in feature :)
No, I'm saying that you should send exactly
Pid:
> What, if any, is the correct MIME type for the XSD file type?
When you say "the XSD file type", you're talking about files containing
XML Schemas?
IIRC there's no special media type for schemas. But since they are
themselves XML files, this...
> I'm guessing it's text/xml or application/x
Hi Chris,
Raising the keepalive-timeout value on the connector definitely improves
the situation.
From what I've gathered from what people posted here (thanks guys) and
dumping packets I believe the situation to be somewhat as follows:
With nagle's off, IE sends out the http request in two
Possibly IE writes to the socket buffer in seperate steps for header
info and post parameters. This would cause the data to be sent out in
seperate packets if nagle's alg. is off.
Caldarale, Charles R wrote:
From: Christopher Schultz [mailto:ch...@christopherschultz.net]
Subject: Re: tomcat w/
Hi,
What, if any, is the correct MIME type for the XSD file type?
I'm guessing it's text/xml or application/xml - but it's not defined in
either Apache HTTPDs mime types or Tomcats web.xml. (TC6 or HTTPD 2.2.11)
Am I missing something obvious?
p
Hi,
ln my case i the config file is not in any of the jars, also i cant set it
to the classpath for some reason. (This product runs in different machines
connecting through RMI). My config file just resides inside WEB-INF. so if i
want to set it as a system property what can i do?
The java class
Hi
This is what u get on default server request [ http://localhost:8080/]
Tomcat status (full) (XML)
JMX Console
JBoss Web Console
With regards
Karthik
-Original Message-
From: Prashant Kadam [mailto:prashant_ka...@persistent.co.in]
Sent: Monday, March 16, 2009 2:35 PM
To: 'Tomcat Use
Hi!
All the logs of a startup and shutdown can be found on:
http://dl.getdropbox.com/u/404360/logs.zip
Best regards,
Nuno Guerreiro
On Sun, Mar 15, 2009 at 2:36 PM, Caldarale, Charles R <
chuck.caldar...@unisys.com> wrote:
> > From: Nuno Guerreiro [mailto:nmd.guerre...@gmail.com]
> > Subject: Sh
WebService (caGrid service) which I want to deploy only supports to jboss
4.0.4 .. cant 4.0.4 come with inbuilt tomcat ? how to verify that ?
Thanks
Prashant
-Original Message-
From: Karthik Nanjangude [mailto:karthik.nanjang...@xius-bcgi.com]
Sent: Monday, March 16, 2009 2:27 PM
To:
Hi
>> tomcat container into jboss 4.0.4
Any specific reason for JBOSS 4.0.4 being installed...
Latest stable release is 4.2.3 with built in TOMCAT 5
With regards
Karthik
-Original Message-
From: Prashant Kadam [mailto:prashant_ka...@persistent.co.in]
Sent: Monday, March 16, 2009 12:
Hi,
I am working on some webservice deployment part where I want
to deploy service to jboss and as per tutorial provided, it mentions to make
sure tomcat container is installed into jboss 4.0.4. What is exactly means ?
and how to install or how to verify whether it is already in
62 matches
Mail list logo