--Rahul
> -Original Message-
> From: Hassan Schroeder [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, October 26, 2005 10:04 PM
> To: Tomcat Users List
> Subject: Re: problem in getting database connection from remote machine
> using JNDI
>
>
> rahul wrot
rahul wrote:
> url="jdbc:mysql://localhost:3306/myDB" removeAbandoned="true"
> This works absolutely fine. But when I try to connect to a remote database
> by changing url in above
> file to "jdbc:mysql://192.168.5.65:3306/myDB" my application fails
> It creates following exception while retrie
blem in getting database connection from remote
> machine using JNDI
>
>
> rahul wrote:
>
> >Yes the database myDB exists on the remote server,
> >at the same prot number, with the same username and password,
> >
> >And there is no known IP address filters (unless t
t;
>
>>-Original Message-
>>From: Steve Kirk [mailto:[EMAIL PROTECTED]
>>Sent: Wednesday, October 26, 2005 6:31 PM
>>To: 'Tomcat Users List'
>>Subject: RE: problem in getting database connection from remote machine
>>using JNDI
>>
&
rahul wrote:
Yes the database myDB exists on the remote server,
at the same prot number, with the same username and password,
And there is no known IP address filters (unless there is some
provision in default settings of mysql server)
Are you sure that you can connect to that remote db wi
mailto:[EMAIL PROTECTED]
> Sent: Wednesday, October 26, 2005 6:31 PM
> To: 'Tomcat Users List'
> Subject: RE: problem in getting database connection from remote machine
> using JNDI
>
>
> at the risk af asking the obvious, does the database "myDB" exist on t
at the risk af asking the obvious, does the database "myDB" exist on the
remote server at the same port number, and with the same username and pw as
on the local server, and if so, does it have any IP address filters that
forbid remote mysql client connections?
> -Original Message-
> From: