Bruce,
        My guess would be that either you are missing a symbolic link or an entry 
in tomcat's policy file.

In tomcat's policy file
/usr/java/jakarta-tomcat/conf/tomcat.policy

You should have an entry like

grant codeBase "file:/usr/interclient/-" {
         permission java.security.AllPermission;
};

Now if you do not, then you will need to modify the
/usr/java/jakarta-tomcat/conf/tomcat.policy.master file, otherwise your 
changes will be overwritten each time tomcat is restarted.

Also make sure interclient is installed in the /usr/interclient dir, or 
a symbolic link is there point to its install dir.

Also you may want to double check your /etc/services file for an entry like

interserver             3060/tcp

but I think the first will take care of your problem.

Let me know if it does not go away.


Bruce Letterle wrote:

> I am attempting to use Interbase and JSP via Dreamweaver Ultradev on a RAQ4
> with the JDK loaded and the Interbase driver that installs by default with
> the JDK. I setup Interbase using the instructions in the JDK manual and am
> using the interbase.interclient.Driver driver name and the
> jdbc:interbase://www.creativewebtech.com/home/sites/home/test.gdb URL. I am
> getting the following error when attempting a connection from Ultradev on my
> PC to my remote test database:
> 
> [interclient] Your security manager does not allow socket connections to
> www.creativewebtech.com on interserver port.
> The message of the SecurityException is 'access
> denied[java.net.SocketPermission www.creativewebtech.com resolve]'
> See API reference for exception
> interbase.interclient.BadInstallationException
> 
> I cannot seem to make sense of the User Manual API section and was hoping
> someone would recognize the error and be able to point me in the right
> direction.
> 
> Bruce Letterle
> Creative Web Technologies
> eBusiness Web Services
> 412-415-5217
> [EMAIL PROTECTED]
> http://www.creativewebtech.com
> 
> _______________________________________________
> cobalt-developers mailing list
> [EMAIL PROTECTED]
> http://list.cobalt.com/mailman/listinfo/cobalt-developers


-- 
Sincerely,
William L. Thomson Jr.
Support Group
Obsidian-Studios Inc.
439 Amber Way
Petaluma, Ca. 94952
Phone/fax 707.766.9509
http://www.obsidian-studios.com

_______________________________________________
cobalt-developers mailing list
[EMAIL PROTECTED]
http://list.cobalt.com/mailman/listinfo/cobalt-developers

Reply via email to