>> The question is therefore how to add an additional JDBC driver so that >> it can be selected with the "New Authentication Provider" page?
> The panel used DriverManager.getDrivers to find available jdbc drivers. > > 1) Where did you download, I found the drivers here > http://www14.software.ibm.com/webapp/download/search.jsp?go=y&rs=ifxjdbc > > 2) try to put the jar file(s) into JAVA_HOME/jre/lib/ext directory of the > java installation used by geoserver. Thanks Christian, I've tried with an old driver (3.00) and later with the latest version (3.70) from 1), installed it and copied all jar's to JAVA_HOME/jre/lib/ext. The ext folder now contains the following jars: ifxjdbc.jar ifxjdbcx.jar ifxlang.jar ifxlsupp.jar ifxsqlj.jar ifxtools.jar Unfortunately that didn't seem to work as the IfxDriver is still not shown in the driver class dropdown box.. I've tried with Java 1.7 and 1.6 and also added META-INF/services/java.sql.Driver to the jars in case they are needed for the discovery through DriverManager.getDrivers. But that didn't worked either. Any other ideas? ------------------------------------------------------------------------------ Better than sec? Nothing is better than sec when it comes to monitoring Big Data applications. Try Boundary one-second resolution app monitoring today. Free. http://p.sf.net/sfu/Boundary-dev2dev _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
