Re: JSP AccessControlException error - Mailing list pgsql-jdbc

From Rainer Klute
Subject Re: JSP AccessControlException error
Date
Msg-id 3896.1045641879@www56.gmx.net
Whole thread Raw
In response to JSP AccessControlException error  (Roj Niyogi <niyogi@pghoster.com>)
List pgsql-jdbc
> I have a feeling it has to do with the catalina.policy file but I'm not
> sure where to begin as far as pinning down the problem.

You are right: It has to do with the catalina.policy file. You have to check
the rules to ensure that Tomcat resp. the Servlet/JSP page is allowed to
resolve a host name. Your current setup forbids this, as you can see from the
first line in the stack trace.

Best regards
Rainer Klute

--
                   RAINER KLUTE IT-CONSULTING
  Dipl.-Inform.
  Rainer Klute     klute@rainer-klute.de
  Körner Grund 24  Telefon: +49 172 2324824
D-44143 Dortmund   Telefax: +49 231 5349423

+++ GMX - Mail, Messaging & more  http://www.gmx.net +++
Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage!


pgsql-jdbc by date:

Previous
From: Tarjei Skorgenes
Date:
Subject: Re: SSL for JDBC
Next
From: Felipe Schnack
Date:
Subject: Re: ANY subquery and PreparedStatements