- This topic has 3 replies, 2 voices, and was last updated 8 years, 1 month ago by support-tony.
-
AuthorPosts
-
raichuParticipantHi,
We upgraded our IDE to MEB-2016. When we are deploying our application its not getting deployed in exploded form & takes more time to publish changes.Configurations :
MEB 2016
WAS 8.5.5.9
support-tonyKeymasterraichu,
Are you browsing the deployment folder by using the context menu on the deployed project in the Servers view? If so, you’ll see the packaged form in the installableApps folder, rather than the exploded form in the installedApps folder. Sorry but that’s a bug which will be fixed in a later release.
Regarding the time to deploy, note that the server has to be started before deployment is complete. If the server is already running, deployment is much quicker. Also, you may want to try the in-workspace mode, which is quicker as the application is deployed directly from your workspace rather than copied to the server location.
Please let us know if this helps and sorry for the inconvenience.
raichuParticipantHi Tony,
Installable folders is empty & do u where to change configuration for making in-workspace mode?
support-tonyKeymasterraichu,
The server connector configuration editor (to get there, just double-click on the server in the Servers view) has a section labeled “Advanced publishing settings” where you can set the Classic or In-Workspace modes. Ensure that all deployments are removed from the server before changing this, and make sure you save the settings before deploying projects. For more information on WebSphere server connectors, see this Learning Center article.
You said that the installableApps location is empty. In this case, you may already be using in-workspace mode. Or, in your opening post, are you saying that the installedApps folder has a packaged version of your project, when you had specified Exploded during deployment?
-
AuthorPosts