I'm not sure if you asked the question at the right place.

Anyways, I think there would be some configuration file / code snippet which uses the "www.old-domain.com:3306" while forming the connection URL, which is passed to the
getConnection(<url>, <username>, <pass>) method.

Hope it helps,
Madhur.

DK wrote:
Hello all, I am new to this configuration and working on an exisitng website
with MySQL database.

There is a change in the domain name / IP address and after the change in IP
address I am not able to connect to the database and I get this error when
tomcat is started.

Caused by: java.sql.SQLException: Cannot connect to MySQL server on
www.old-domain.com:3306. Is there a MySQL server running on the machine/port
you are trying to connect to? (java.net.ConnectException)

My MySQL is working fine on port 3306 - I am able to connect to the database
from the command prompt

I do not know which file I should edit and update with the new IP address /
domain name in place of www.old-domain.com, so that tomcat connects to the
database with new domain name, when tomcat is started

Any help is appreciated !


--
__________________________
Madhur Kumar Tanwani
[EMAIL PROTECTED]
Ph.: 0253-5614792.
__________________________
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+  A bus station is where a bus stops. A train station
+ is where train stops. On my desk, I have a work station...
+ What more can I say !
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to