Hi everyone.
Well i want to know is there option to find out server name or host on which my appliaction is running.
my production application is running on few servers and i want to know on...
Type: Posts; User: cromorrissey; Keyword(s):
Hi everyone.
Well i want to know is there option to find out server name or host on which my appliaction is running.
my production application is running on few servers and i want to know on...
Hi.
I am wondering is there way to bind objects with complex constructor.
If i have som object e.g
public class MyObject1
{
I'm using spring NamedJdbcTemplate if is that what are you asking and for data source using apache DBCP.
Thanks.
so what do you suggest me?
where to start?
is it problem in dbcp or in my code?
Thanks.
well... i've changed settings fro maxActive and maxIdle.
8 was not enough for my application...
thank you all on your answers.
i have fixed it.
default setting of DBCP are :
maxActive 8
maxIdle 8
maxWait indefinitely
so when my application runs out of connections then...
thank you for answers.
isn't dbcp responssible for closing connections or i need to do that manually?
do you have some example how to close connection properly?
thank you .
Hi everyone.
Well i have strange problem.
i can't reproduce this error that i'll tallk about but it happens time to time.
The case is this:
After some time my application hangs. i can't...
thanks :) .....
Hi to all :)
I have problem with spring security logout.
I am using auto-config="true"
auto-config=true means that i don't have to implement <security:login> , springs doit automatically...
...