Hi... ...is there really noone, who can tell me, how to set up the connection-timeout for a mssql-based ConnectionPool with tomcat ?
The methode getLoginTimeout() and setLoginTimeout() does not seem to be avaible. If I try to use them, I get this error: UnsupportedOperationException ------------------------------ Context initContext = new InitialContext(); Context envContext = (Context)initContext.lookup(ctx_lookup); DataSource ds = (DataSource)envContext.lookup(env_lookup); out.println(ds.getLoginTimeout()); ------------------------------ Thank you very much ! -- Name: Frank von Daak eMail: [EMAIL PROTECTED] Homepage: http://www.kpage.de "If Bill Gates had a nickel for every time Windows crashed... - oh wait, he does." --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
