사용자 도구

사이트 도구


monitoring:javamelody

Java Melody

JDBC

  • http://code.google.com/p/javamelody/issues/detail?id=142
    BasicDataSource jdbcPooledDataSource = new BasicDataSource();
     
    jdbcPooledDataSource.setDriverClassName("com.informix.jdbc.IfxDriver");
    jdbcPooledDataSource.setUrl("jdbc:informix-sqli://xxx:1701/xxx:INFORMIXSERVER=xxx");
     
    jdbcPooledDataSource.setUsername("username");
    jdbcPooledDataSource.setPassword("password");
     
    jdbcDataSource = jdbcPooledDataSource;
    jdbcDataSource = net.bull.javamelody.JdbcWrapper.SINGLETON.createDataSourceProxy(jdbcDataSource);
monitoring/javamelody.txt · 마지막으로 수정됨: 2013/07/09 02:23 저자 kwon37xi