I have the tomcat integrated Eclipse IDE in my local machine.
The DB connections should be accessed from the clients network and I am trying to connect to the Database via VPN.
When I start the tomcat server from my local machine and try to launch the tomcat default home pagewith the VPN connected, I get a "The requested URL could not be retrieved" , "Connection refused" error.
If the VPN is not connected, I could successfully launch the tomcat default home page.
So there is no issue with the Tomcat server. The problem is with the database right. If yes then have you checked the connection string and the port number?
Nila dhan
Ranch Hand
Joined: Sep 15, 2005
Posts: 160
posted
0
Yes.. I could connect to the Database using the Squirrel DB client, with the VPN connected.
Do you have anyone there with experience with networking? From experience, the problem with VPNs is usually due to the routing rules, but you would need to get someone to look at your issue specifically.
Nila dhan
Ranch Hand
Joined: Sep 15, 2005
Posts: 160
posted
0
Got the issue resolved. The problem is that I didnt have the database driver placed in the build path.