HI
The issue has been resolved. I,am able to connect to the chat server.
One last issue :
I want to connect to the database from a remote cllient which is outside the web server. When i try to connect to it , it gives me an exception:
"NoRoutetoHostException"
This is the exception which occurs when i change the DB user to "root" and when again change it to the actual original one , it gives me "Acess Denied"
According to the administrator he has set the permission for the database so that client besides localhost can access the database .
Still i,am not able to connect to it :
The syntax is :
String url = "jdbc:mysql://xxx.xx.xxx.xxx:3306/dbname?user=xx1&password=xxpass";
Any suggestions?
Thanks in advance
[ July 01, 2003: Message edited by: raghav mathur ]