I suspect that the servlet is trying to open aoscket or something to talk to
the other server to access the database? If so, the servlet security manager
may be stopping it. Make sure the security settings in tomcat.policy allow
you to open sockets for the servlet codebase.
sam
----- Original Message -----
From: "David DELGRANCHE" <[EMAIL PROTECTED]>
To: "Liste de diffusion TomCat (Adresse de messagerie)"
<[EMAIL PROTECTED]>
Sent: Wednesday, April 18, 2001 4:10 PM
Subject: Problem with connection pool
> Hi all,
>
> I'm using tomcat 3.2.1 with Apache. When I try running a servlet which
> makes an Oracle access, I have a 503 error telling me that it's impossible
> to create the connection pool. My DB is on another server. Does this can
> be the problem? Does anyone already had this type of problem?
> thanks for help
> David.
>