- This topic has 6 replies, 2 voices, and was last updated 10 years, 3 months ago by support-pradeep.
-
AuthorPosts
-
Denis LavoieParticipantHi !
I’m working on a web application project and the auto deployment (Hot syncing) is active. My problem is that the syncing is always working so there are constant disk access which slow down my computer.
I don’t need «auto deployment» for this project so I would like to disable it. I’ve tried to find the option on the Project’s properties without success.
Could you explain how to disable this option ?
Here are the MyEclipse version I have :
MyEclipse Enterprise Workbench
Version: 2014
Build id: 12.0.0-20131202Regards !
support-pradeepMemberjedymaster,
To disable auto deployment for a project in MyEclipse 2014, you need to disable/uncheck ‘Hot-syncing changes’ option under Project properties > Builders.
MyEclipse 2015 CI based on Eclipse Luna is our latest release which is in progress, and you can access exciting new features as they become available. You can download it from here and give it a try.
In MyEclipse 2015, you can change your auto deployment settings from Server Overview page (Double click on the Server in servers view) -> Publishing section.
Hope this helps.
Denis LavoieParticipantHi !
Thanks for your answer. However, everytime I restart MyEclipse, a new instance of «Hot-Syncing changes» is added to the builder list. This new instance is «on» so my problem is not completly solved.
I attached a screenshot to this post to illustrate…
Best regards !
Attachments:
You must be logged in to view attached files.
support-pradeepMemberjedymaster,
Sorry for the inconvenience caused.
Can you clarify how are you deploying your application ? If you deploy your application in ‘Packaged archive’ mode, hot deploy or sync will be disabled. From the servers view (Window > Show View > Servers), right click on your server and from the context menu select “Add Deployment”, in the ‘New Deployment’ wizard that opens, select the project and select “Packaged Archive” mode as the deploy type. (Attached a screenshot for your visual reference)
Let us know how it works for you.
Denis LavoieParticipantHi !
I would like to disable «automatic» deployment. I prefer to deploy my project manually directly from my development directory to my server.
Deployment with war file is not a good solution for this project since it contains more than 5 gigabytes of files (mostly images). I need those files when I debug my application.
I assumed that by removing any deployment in the server view that «hot syncing» would be desactivated (since I tell MyEclipse that I don’t want automatic deployment)…
So I guess my questions should be : Can all forms of automatic deployment be desactivated ? If so, how do I do it ?
Thank you for your precious help…
Regards !
Denis LavoieParticipantHi !
I think I found the solution. I found the dialog to remove the deployments.
I think that my problem is solved.
Thanks for your help !
support-pradeepMemberjedymaster,
Glad that you got it working.
I think I found the solution. I found the dialog to remove the deployments.
Can you please clarify whether you have removed/undeployed the project from server ?
-
AuthorPosts