Newbies jimtroncale Posted March 21, 2003 Newbies Posted March 21, 2003 I would like to request help with Filemaker's JDBC, Tomcat and the J2EE server. I have figured out how to connect a servlet running in Tomcat 4.0 to a Filemaker database using Filemaker's JDBC drivers: // Class.forName("com.fmi.jdbc.JdbcDriver"); fmpConnection = DriverManager.getConnection("jdbc:fmpro:http://127.0.0.1:80"); // Now I'm trying to use the drivers in a web application (CMP, session facade - much along the lines of Sun's Duke's Bank app) in the free J2EE server downloadable from Sun. When I try to 'Generate Default SQL' in the 'deployment settings' for the CMP that uses the driver (via JNDI), an error dialogue box displays "java.sql.SQL.Exception: Feature Not Supported". No default sql is generated. This web app works all right with MySQL. I was wondering if someone out there could offer some advice on how to interpret the error message, or if anyone has had luck using Filemaker's drivers with the J2EE server. Thank you.
Digity Posted March 22, 2003 Posted March 22, 2003 What version of FMP and JDBC Driver for FMP are you using? From my experience, the FMP JDBC driver that comes with FMP Developer 5.0 only worked properly along with Tomcat when I used JDK 1.1.8. Also, I had to use Tomcat 3.2.4, because I had to use the older version of JDK. When I used the newest version of Java and Tomcat it didn't work. So, that might be your problem.
Recommended Posts
This topic is 7917 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now