can't connect interclient 1.6 with Interbase 5.0
843853Jul 24 2001 — edited Nov 25 2002I use:
+ Interbase 5.0
+ Interclient InterServer 1.6
+ Java Web Server 2.0
+ JDK 1.3 (with runtime enviroment)
+ JBuilder 4
I start JWS with httpdnojre and "-javahome" set to JDK 1.3 but so far without luck. When I set javahome to JDK 1.3, I cannot access any servlet whatsoever. In that case I get a "Error 500:exception:access denied (java.lang.RuntimePermissionaccessClassInPackage.sun.io)" from the server. I start InterServer on the databse server and I probe the conection between database-server and web-server with the program "communications diagnostics" that comes with InterClient and it works!.
I set my "CLASSPATH= ../../interclient.jar", and I put it also, on "servlets" directory in the Java Web Server 2.0 .
Does this mean that something is missing, or have I left out any other vital information when starting up the web server?
note: In the same web server, I have informix-servlets and works very good.
Any hints appreciated.