Re: JSP AccessControlException error

From: Rainer Klute <rainer(dot)klute(at)gmx(dot)de>
To: Roj Niyogi <niyogi(at)pghoster(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: JSP AccessControlException error
Date: 2003-02-19 08:04:39
Message-ID: 3896.1045641879@www56.gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)rainer-klute(dot)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!

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Michał Niklas 2003-02-19 11:00:37 getColumns() is not table name case insensitive
Previous Message Roj Niyogi 2003-02-19 07:38:06 JSP AccessControlException error