[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-developers] Interbase-JSP-Ultradev



But if you need configure resolve permission to different host - don't use
tomcat.policy.custom method from manual. Cobalt's script just add lines
from tomcat.policy.custom to each codeBase (virtual host of your server).
It will give SocketPermission to your different host to all servlets of JSP
of each virtual host of your server. It is not very dangerous but.....

Regards,
Alex

>
>  By default, you don't have resolve permissions. The easiest way to work
> around this is to change your database URL to:
>
>   jdbc:interbase://localhost/home/sites/home/test.gdb
>
>   if it's on the same machine. If it's on a different machine,
> you should be
> able to just put the IP address in for localhost.
>
>   The other way is to add network resolve permissions using the
> tomcay.policy.custom method described in the manual.
>
> _Tim
>
>
> On 8/27/01 11:35 AM, "Bruce Letterle" <bruce@xxxxxxxxxxxxxxxxxxx> 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
> > brucelet@xxxxxxxxxxxxxxxxxxx
> > http://www.creativewebtech.com
> >
> > _______________________________________________
> > cobalt-developers mailing list
> > cobalt-developers@xxxxxxxxxxxxxxx
> > http://list.cobalt.com/mailman/listinfo/cobalt-developers
> >
>
> _______________________________________________
> cobalt-developers mailing list
> cobalt-developers@xxxxxxxxxxxxxxx
> http://list.cobalt.com/mailman/listinfo/cobalt-developers
>
>