problem with HttpSessionBindListner

2008-02-08 Thread Murthy Chelankuri
I am using the HttpSessionBindListner to notify the session events ( to know when the user loged in, logout or session timeout). This was worked fine in resin. With tomcat6 when we stop the tomcat the listner is notifying the unbound event. Once we start the tomcat the previous user

Re: getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error

2008-01-30 Thread Murthy Chelankuri
Seems to be port you are using is being used another process or the user don't have permissions to use that port. In linux os normal user can't use port no 1024 not sure on sun os . To bind the port 1024 for non root user use jsvc. Meir Yanovich wrote: Hello all Im running with my tomcat

session variables are not setting for the first time in https mode

2008-01-29 Thread Murthy Chelankuri
In my web application i have enabled http/https connector. When i am using in https mode for the first request session variables are not getting set properly. From the second request onwards its working fine. what might be the problem. I am using tomcat6 and struts2 Murthy