facebook

Deploy: Deployment is out of date due to changes….

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #249326 Reply

    I met one problem in myEclipse, when I deploy the web project.

    After I deployed whole web project, I want to redeploy the project. So I click the “Project Deployments” button again. In the Deployment status, it said: “Deployment is out of date due to changes in the underlying project contents. You will need manually ‘redeploy’ the project to update the deployed archive”.

    So I click the “redeploy” button, it doesn’t work and still told me that. Then I want to click “remove” button to remove this deployment. It still told the same thing. I restart the Eclipse. The problem is still there. I wonder what I should do to redeploy the web project now.

    #249352

    Riyad Kalla
    Member

    The problem is that you are trying to deploy to a running app server OR you have run a script (like an Ant script) that has caused the files in your project to change and become outdated with the workbench. Try and shut down your app server, right click on your project root and do a Refresh, then re-create your deployment as exploded. This will actually keep your deployment in sync in real-time for you and you don’t need to mess with the deployment manager.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Deploy: Deployment is out of date due to changes….

You must be logged in to post in the forum log in