We are currently running Sybase ASE 15.7 SP132 on the Solaris server. I am using apache common GenericObjectPool and want to know how to apply jdbc driver socket time out.
currently -> jdbc:sybase:Tds:<host>:<port>/<database_name>?CHARSET=eucksc
test -> jdbc:sybase:Tds:<host>:<port>/<database_name>?CHARSET=eucksc;loginTimeout=60;socketTimeout=300
It seems that it does not seem to work normally. Please let me know what to do.