NotifyUtil::java.net.ConnectException: Connection refused: connect

2005-06-03 Thread Otgonbayar
My application works fine but following log is streaming. I don't know the reason, what should I do? Thanks Otgo NotifyUtil::java.net.ConnectException: Connection refused: connect at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(Unknown

NotifyUtil::java.net.ConnectException: Connection refused: connect

2005-06-03 Thread Otgonbayar
My application works fine but following log is streaming. I don't know the reason, what should I do? Thanks Otgo NotifyUtil::java.net.ConnectException: Connection refused: connect at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(Unknown

Static field memory leak on application reload

2005-04-19 Thread Otgonbayar
I am using some static fields in my beans, but when I am reloading application the blocks were referenced by static fields still stays in memory. I detected these using a profiler tool. I wrote a context listener to free these blocks on destroy. But it doesn't help? So what can I do? Please help m

Can't do logout in basic authentication

2005-04-19 Thread Otgonbayar
I am using basic authentication in my application and I need to create logout link in my JSP that does LOGOUT. It seems session.invalidate() doesn't work. How can I do this? Please help me! Thanks Otgo - To unsubscribe, e-mail: