already done. it is a know issue. I just posted the solution here in case
anybody else runs into the same issue.
On 27/08/2013, at 1:06 PM, Niki Dokovski wrote:
> On Tue, Aug 27, 2013 at 6:22 AM, Alexander Hartner wrote:
>
>> The problem was resolved by including
30
On 27/08/2013, at 12:14 AM, Konstantin Kolinko wrote:
> 2013/8/26 Alexander Hartner :
>> This may be more of an application problem than a tomcat issue, but I am
>> rather stuck with this one and hoping that somebody on this list may be
>> able to sh
This may be more of an application problem than a tomcat issue, but I am
rather stuck with this one and hoping that somebody on this list may be
able to shed some light on my issue.
I am trying to post UTF-8 encoding text to my JSF2.2 application,
however the data received does not seem to be enco
Thanks guys. It turns out that there was a connection leak. I just needed to
wait for the entire pool to fill up with "Active" connection and then I got the
abandoned messages.
On 4 Feb 2010, at 05:30, Caldarale, Charles R wrote:
>> From: Alexander Hartner [mailto:a..
s this supposed to work with this release or should
I upgrade to 6.0.24 ?
Kind regards
Alex
On 3 Feb 2010, at 22:43, Christopher Schultz wrote:
> Alexander,
>
> On 2/3/2010 3:17 PM, Alexander Hartner wrote:
>> This is a little off topic, but I tried your suggestions. However
his is really just a
hack until I figure this out.
Thanks for all your suggestions.
Regards
Alex
On 3 Feb 2010, at 00:15, Caldarale, Charles R wrote:
>> From: Alexander Hartner [mailto:a...@j2anywhere.com]
>> Subject: Re: Active DataSource Connection count never decreasing with
>
RemoveAbandonedTimeout: 60
2010-Feb-03 00:34:36 [JCLLoggerAdapter - INFO] RDBMS: PostgreSQL, version: 8.4.2
Regards
Alex
On 3 Feb 2010, at 00:15, Caldarale, Charles R wrote:
>> From: Alexander Hartner [mailto:a...@j2anywhere.com]
>> Subject: Re: Active DataSource Connection count never dec
tions though.
Thanks again for all your suggestions.
Alex
On 3 Feb 2010, at 00:15, Caldarale, Charles R wrote:
>> From: Alexander Hartner [mailto:a...@j2anywhere.com]
>> Subject: Re: Active DataSource Connection count never decreasing with
>> PostgreSQL
>>
>>> Put
Hi Christopher,
Thanks for your suggestion.
On 2 Feb 2010, at 22:48, Christopher Schultz wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Alexander,
>
> On 2/2/2010 2:44 PM, Alexander Hartner wrote:
>> I have developed an application which accesses a data
Please have a look in the Windows Event log and the Tomcat log for any error
messages ?
On 2 Feb 2010, at 19:49, chenll wrote:
>
> hi, i installed tomcat 6 and jre 1.6 on Windows Vista. i started tomcat by
> clicking the file of bin\tomcat6.exe, and then type http://localhost:8080 in
> IE exp
I have developed an application which accesses a database via Hibernate as well
as directly via JDBC (datasource). The datasource is defined in the server.xml
file as follows:
By default I use an embedded H2 databas
Thanks for this info. This problem was really doing my head in. Glad
to see there is a rational fix for it.
Looking forward to the next release.
Alex
On 25 Oct 2009, at 13:55, Konstantin Kolinko wrote:
2009/10/25 Alexander Hartner :
I am sure this issue would have come up before, but after
declared as the prelude in the web.xml file.
ContentPages
*.jsp
/header.jspf
/footer.jspf
I will try your suggestion an add the extra property and let you know.
Thanks for your help
Alex
On 25 Oct 2009, at 02:44, Caldarale, Charles R wrote:
From: Alexan
using :
<%...@include file="menu.jspf"%>
<%...@include file="sidebar.jspf"%>
which is declared as the prelude in the web.xml file.
ContentPages
*.jsp
/header.jspf
/footer.jspf
I will try your suggestion an add the extra propert
I am sure this issue would have come up before, but after struggling
with this for several hours not and not having found anything I might
as well as for help.
When I deploy my application on Tomcat 6.0.18 it all works just fine,
however after upgrading to Tomcat 6.0.20 I get the following
Please have a look at the Datasource section in the Documentation.
On 22 Oct 2008, at 01:44, Raj Shivanna wrote:
Hi,
could you give more detail information about these :
1. What is Tomcat version that can support Oracle 11G ?
2. How do I connect to Oracle 11G ? Do I need to get the driver
fr
Setting the COERCE_TO_ZERO to false in 6.0.18 did the trick for me.
Initially I only tested this on 6.0.16.
Thanks Chuck.
On 20 Oct 2008, at 00:12, Alexander Hartner wrote:
Hi Chuck,
Thanks for coming back to me to quickly. I have tried this, but this
only seems to work for numbers. I am
, at 23:41, Caldarale, Charles R wrote:
From: Alexander Hartner [mailto:[EMAIL PROTECTED]
Subject: Re: Using Convert to handle NULL values for empty Strings ""
The problem indeed does not appear in 6.0.14, however both
6.0.16 and 18 are affected by it.
I wonder what has changed, and how I
both 6.0.16 and 18
are affected by it.
I found some other posts on this issue as well :
http://www.icefaces.org/JForum/posts/list/8024.page and
https://issues.apache.org/jira/browse/MYFACES-1979
I wonder what has changed, and how I can fix this
Alex
On 19 Oct 2008, at 21:04, Alexander Har
After having had the problem with null values not being returned as
nulls and reading some suggestion solution I added a converter to my
application.
...
NullStringConverter
java.lang.String
class>com.j2anywhere.addressbookserver.web.NullStringConverterconverter-class>
...
I figured out what the problem was. I was using JSTL 1.1 rather then 1.2.
I found a version of this here :
https://maven-repository.dev.java.net/repository/jstl/jars/
I am wondering if there are any plans to include this release with Tomcat
6, or make it easier accessible.
May this is already bei
I am sure this is a very silly problem, however I have been struggling
with this for a while now. I am trying to iterate over a collection using
JSF and JSTL's forEach which is apparently supported in JSP2.1 (2.0) and
Tomcat 6.
I have the version number in web.xml set to 2.5 and the faces-config.x
22 matches
Mail list logo