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);