Waiting for sessions to be deallocated

2005-08-26 Thread kar
I have been running tomcat on a test environment for the past 2 months.I have lately noticed that,when i keep using it for a while,the server hangs up and locks up my dbcp thread that connects to oracle.This is very sporadic.When i shutdown the server,i get this message Waiting for 2 Sessions

How to get hold of the JSP session scope bean from within a Filter?

2002-02-10 Thread Kar YEOW
Does anyone knows how to get a reference to the jsp bean (ie jsp:useBean scope='session') inside the Filter code? Kar Yeow System Architect APIR Systems Pty Ltd Ph: 61 2 6260 6035 Fax: 61 2 6260 6037 Email: [EMAIL PROTECTED] -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional

Re: Byte Serving PDF's

2001-11-14 Thread Kar YEOW
I believe PDF will show the pages downloaded so far without having the users wait for the entire file. Have a look at the prospectous on this site www.funtastics.com.au the PDF file seems to behave like that. Hope this help. Kar - Original Message - From: MacDonald, Todd [EMAIL PROTECTED

isapi_redirect does not pass certificate in javax.servlet.request.X509Certificate

2001-10-25 Thread Kar YEOW
How do you get isap_redirect to pass the client certificate to tomcat? Anyone? TIA. Kar

Re: Always getting handshake_failure trying clientAuth

2001-10-21 Thread Kar YEOW
authentication succeeded the request.getUserPrincipal() and request.getRemoteUser() stilll return NULL Not what I was expecting :( Kar - Original Message - From: Gaussmann, Horst [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 19, 2001 5:41 PM Subject: AW: Always getting

401 - Cannot authenticate with the provided credentials

2001-10-21 Thread Kar YEOW
-method has to be setup? Do I need to match the user name and the subject name in the certificate? Any help is appreciated. Kar

Pls fix JDBCRealm.java for CLIENT-CERT auth-method

2001-10-21 Thread Kar YEOW
just wondering if someone who have access to the source could implement something similar to MemoryRealm. TIA. Kar

How to set up multiple auth-method in single webapps

2001-10-21 Thread Kar YEOW
Anyone? TIA. Kar

How do you invalidate a single sign on session?

2001-10-21 Thread Kar YEOW
Anyone? TIA. Kar

Pls fix SSLAuthenticator.java

2001-10-21 Thread Kar YEOW
During testing of logout from SingleSignOn, I discovered that the logout failed because when using CLIENT-CERT SSLAuthenticator.java authenticate method never associate the session with SingleSignOn. I wonder those who have access to Source could pls fix SSLAuthenticator.java. TIA. Kar PS Here

Re: two questions

2001-10-18 Thread Kar YEOW
the oracle url look like this jdbc:oracle:thin:user/password@server:port:sid hope this help kar - Original Message - From: Jim Urban [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 19, 2001 5:14 AM Subject: RE: two questions Open a command window. Change to the tomcat

Re: Always getting handshake_failure trying clientAuth

2001-10-18 Thread Kar YEOW
I have a similar problem that may be related here is the trace. Hope someone out here knows what it is. kar PS I am using tc4.0.1 [read] MD5 and SHA1 hashes: len = 3 [read] MD5 and SHA1 hashes: len = 73 HttpProcessor[443][4], READ: SSL v2, contentType = 22, translated length = 65

Re: IIS Virtual hosting

2001-09-18 Thread Kar YEOW
where can I get a copy of the patched isapi_redirect.dll? TIA. kar - Original Message - From: Larry Isaacs [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 13, 2001 3:42 AM Subject: RE: IIS Virtual hosting Hi David, Multiple virtual hosts on IIS is something I have

Specify diff naming context in 4b7

2001-09-18 Thread Kar YEOW
I am trying to use JBoss with Tomcat4.0b7 but I couldn't change the default NamingContext. That is, instead of getting a JBoss naming context I got a Apache naming context which of cause will no be able to look up the EJB in JBoss. TIA. kar