Are connections to the database part of the deployment packages when re-deploying?

I have a project that was deployed to a server. On first deployment some applications were using a connection I created but that I had to remove due to some problems I had with connectivity from a remote location.

I am now ready to redeploy the same project so I wanted to just send the new deployment package and have the systems people replace the contents of the project with the modified applications the problem is that I had to replace the bad connection say conn_old to conn_new.

Do I need to do anything or is the new connection part of the new deployed package?

The name of the connection is stored in the deployed applications. SO there you don’t have to do anything. But if you deploy it useually is necessary to setup the database connection in production. (The app that comes up after typing yoursit.com/_lib .