(SLIGHTOFFTOPIC)SSL configuration for apache and tomcat

2003-06-13 Thread Shyama Gavulla
Hi All, Thanks to everyone here who responded to my emails immediatly and helped me in moving my from Jrun to Tomcat. The transition was smooth and now my web app runs perfectly on tomcat and apache2.0.46. I have some other things to move from Jrun to tomcat and apache. First one is SSL I

Clear User Session

2003-06-06 Thread Shyama Gavulla
-- Hi All, I just moved my webapp from jrun to tomcat. I have a method which clears the user session. The code snippet is Enumeration session_var = session.getAttributeNames(); while(session_var.hasMoreElements()) { String key=(String)session_var.nextElement(); I am

Re: clear user session

2003-06-06 Thread Shyama Gavulla
. The arguement is: is Enumeration allowed to be fail-fast? In the meantime, 4.1 and 5 were patched to not make the Enumerator originating from session.getAttributeNames be fail-fast. As an aside - if you need to clear out a session: session.invalidate() is much easier. -Tim Shyama Gavulla

moving from Jrun to Tomcat

2003-06-03 Thread Shyama Gavulla
Hi All, I have a webapp running on Jrun and IIS. I want the app to be moved from Jrun to tomcat. I have read that tomcat with IIS has problems. It would be grateful if someone can help me with details of moving from Jrun to tomcat and issues with the migration . Thanks, shyam --

migration from jrun to tomcat

2002-12-02 Thread Shyama Gavulla
Hi All, I am new user to tomcat. I have my application in Jrun. I want to mirate to tomcat . It would be really helpful if anyone can tell me the necessary steps needed for the migration. It would be of great help . shyam -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional